What’s 9- 4 x y + 44 - -8
and what is 77 - 1.3 + -22

Answers

Answer 1

Answer:

1. -4y + 61

2. 53.7


Related Questions

Write a function called min that returns the minimum of the two numbers passed in as parameters.

Note: Be sure to include comments for all functions that you use or create.

For example, if you made a call like

x = min(10, 14)
x should have the value 10.

For your program, you need to define the function and call it and print out the result like this:

x = min(10, 14)
print("The min is " + str(x))

min(1,2);
min(9000,9001);

it is in python

Answers

def min(x,y):

   smallest = x

   if y < smallest:

       smallest = y

   return smallest

x = min(2,1)

print("The min is "+str(x))

Although I wouldn't recommend using the name min for a function because min is the name of an existing function. Best of luck.

The function is an illustration of conditional statements.

Conditional statements are statements whose execution depends on their truth values.

The function in Python, where comments are used to explain each line is as follows:

#This defines the function

def min(num1,num2):

#This initializes minVal

  minVal = num2

#If num1 is less than num2, then

  if num1 < num2:

#minVal equals num1

      minVal = num1

#This returns the smaller value

  return minVal

At the end of the program, the smaller value is returned to the main

Read more about similar programs at:

https://brainly.com/question/6973180

Which team member on a project typically has a skill for creating visual interest?

Designer
Engineer
Programmer
Writer

Answers

Answer:

designer

Explanation:i took it and got it right

Question # 6
Multiple Choice
The of a variable is determined by which parts of a program can view and change its value.
O influence
O magnitude
O scope
Orange

Answers

Answer:

Scope.

Explanation:

In programming, the scope could be static, private or public and in those, defines the scope of a specific variable.

Ex.

public int x = 0; // Can be seen when called within a whole class and outside of a class/ function.

private int y = 0; // Can be seen only within the class its defined in.

static pub/priv int z = 0; // Uncangeable variable that can be defined in both class and external class, depending on the two prior scopes defined after.

int aa = 0; // Defaults to private.

Answer:

the answer is scope, for me it's D but they tend to change.

Explanation:

explain what led to the invention of lasers

Answers

Answer:

The laser is an outgrowth of a suggestion made by Albert Einstein in 1916 that under the proper circumstances atoms could release excess energy as light—either spontaneously or when stimulated by light.

Explanation:

The laser is an outgrowth of a suggestion made by Albert Einstein in 1916 that under the proper circumstances atoms could release excess energy as light—either spontaneously or when stimulated by light. German physicist Rudolf Walther Ladenburg first observed stimulated emission in 1928, although at the time it seemed to have no practical use.

In 1951 Charles H. Townes, then at Columbia University in New York City, thought of a way to generate stimulated emission at microwave frequencies. At the end of 1953, he demonstrated a working device that focused “excited” (see below Energy levels and stimulated emissions) ammonia molecules in a resonant microwave cavity, where they emitted a pure microwave frequency. Townes named the device a maser, for “microwave amplification by the stimulated emission of radiation.” Aleksandr Mikhaylovich Prokhorov and Nikolay Gennadiyevich Basov of the P.N. Lebedev Physical Institute in Moscow independently described the theory of maser operation. For their work all three shared the 1964 Nobel Prize for Physics.

An intense burst of maser research followed in the mid-1950s, but masers found only a limited range of applications as low-noise microwave amplifiers and atomic clocks. In 1957 Townes proposed to his brother-in-law and former postdoctoral student at Columbia University, Arthur L. Schawlow (then at Bell Laboratories), that they try to extend maser action to the much shorter wavelengths of infrared or visible light. Townes also had discussions with a graduate student at Columbia University, Gordon Gould, who quickly developed his own laser ideas. Townes and Schawlow published their ideas for an “optical maser” in a seminal paper in the December 15, 1958, issue of Physical Review. Meanwhile, Gould coined the word laser and wrote a patent application. Whether Townes or Gould should be credited as the “inventor” of the laser thus became a matter of intense debate and led to years of litigation. Eventually, Gould received a series of four patents starting in 1977 that earned him millions of dollars in royalties.

The Townes-Schawlow proposal led several groups to try building a laser. The Gould proposal became the basis of a classified military contract. Success came first to Theodore H. Maiman, who took a different approach at Hughes Research Laboratories in Malibu, California. He fired bright pulses from a photographer’s flash lamp to excite chromium atoms in a crystal of synthetic ruby, a material he chose because he had studied carefully how it absorbed and emitted light and calculated that it should work as a laser. On May 16, 1960, he produced red pulses from a ruby rod about the size of a fingertip. In December 1960 Ali Javan, William Bennett, Jr., and Donald Herriott at Bell Labs built the first gas laser, which generated a continuous infrared beam from a mixture of helium and neon. In 1962 Robert N. Hall and coworkers at the General Electric Research and Development Center in Schenectady, New York, made the first semiconductor laser.

While lasers quickly caught the public imagination, perhaps for their similarity to the “heat rays” of science fiction, practical applications took years to develop. A young physicist named Irnee D’Haenens, while working with Maiman on the ruby laser, joked that the device was “a solution looking for a problem,” and the line lingered in the laser community for many years. Townes and Schawlow had expected laser beams to be used in basic research and to send signals through air or space. Gould envisioned more powerful beams capable of cutting and drilling many materials. A key early success came in late 1963 when two researchers at the University of Michigan, Emmett Leith and Juris Upatnieks, used lasers to make the first three-dimensional holograms (see holography).

Helium-neon lasers were the first lasers with broad commercial applications. Because they could be adjusted to generate a visible red beam instead of an infrared beam, they found immediate use projecting straight lines for alignment, surveying, construction, and irrigation. Soon eye surgeons were using pulses from ruby lasers to weld detached retinas back in place without cutting into the eye. The first large-scale application for lasers was the laser scanner for automated checkout in supermarkets, which was developed in the mid-1970s and became common a few years later. Compact disc audio players and laser printers for personal computers soon followed.

2. List at least three signal words the professor uses in the video. How did he use the signal

words?

Answers

Answer:

cherry

van

red

George

gold

2. Identify two real-world examples of problems whose solutions do not scale well.

Answers

Answer:

The specification is defined downwards according to the conclusions reached.

Explanation:

Real-world instances or examples of issues that do not scale well are listed following table:

For different uses, such as solving the equation, respectively., multiplication matrices. It still does not scales or works well to organize a wide sequence of names or numbers as the requisite measures raise as squares by around the enlargement or increment.

Will give BRAINEST if it's a very good answer
I keep asking for a phone and making reasons why i should have a phone, but if there's an emergency like kidnapping ima need to have a phone. but my parents say the first thing the'll do is take it away from you. What do i say to that response bc i rlly want a phone

Answers

Answer:

you have to try making them understand how important is your phone

Daniel is writing about emergency steps to take if a fire breaks out in school. Which organizational aid would be
most useful?
O a sequence chart
O a timeline
a Venn diagram
O a web diagram

Answers

Answer:

sequence chart

Explanation:

Answer:

a sequence chart

Explanation:

i took the test

Which are characteristics of interpreters? Select
all that apply.
translate high-level programming language
into binary computer machine language
offer a program run-time that is faster than
when a compiler is used for the translation
make it possible to change the source
program while the program is running
offer a program run-time that is slower than
when a compiler is used for the translation

Answers

Answer:

translation is used for interpretation

WILL GIVE BRAINLIEST!!!!!
This law of Sir Isaac Newton is what allows the spacecraft to lift off.

First Law

Second Law

Third Law

Answers

Third law :) Hope this helped you

Answer:

Third law

Explanation:

Third law allows the spacecraft to lift off.

3. When a small business buys office supplies online, it is an example of business-to- business e-commerce.
a. True
b. False​

Answers

Answer:

TRUE

Explanation:

Answer:

TRUE i think

Explanation: For example, an automobile manufacturer makes several B2B transactions such as buying tires, glass for windscreens, and rubber hoses for its vehicles. The final transaction, a finished vehicle sold to the consumer, is a single B2C transaction.

How do use a search engine?

Answers

Answer:

You choose your search engine then you click the search bar and type what you want to know enter it and then click a website to visit

Explanation:

Write a program to find the product of 3 numbers

Answers

Answer:

#include<iostream>

using namespace std;

int main()

{

   int a,b,c;

   cout<<"enter the value of a:";

   cin>>a;

   cout<<"enter the value of b:";

   cin>>b;

   cout<<"enter the value of c:";

   cin>>c;

   cout<<"product is:"<<(a*b*c);

   return 0;

}

Explanation:

The following codes have been written using Python.

x = int(input("Enter a number: "))

y = int(input("Enter a number: "))

z = int(input("Enter a number: "))

p = x*y*z

print(p, "is the product of", x, y, "and", str(z)+ ".")

Hope it helps. :)

Fill in the blank
A file can be saved with a different file name than it currently has by clicking on Save____ in the File tab.

Answers

Explanation:

save as because if u want to save the bame of it press save as to save it as what u want

Answer:

save as

Explanation:

if you're gonna save it over writing a different one save as is the answer

the full forms
MU
memory unit
CU
control unit​

Answers

Answer:

u asking or saying ? ?????

Choose the correct term to complete the sentence.

______play(s) an essential role in calculating, gathering, and storing information in
the workplace

1.) breaches
2.) technology
3.) training

Answers

Answer:

3.) Technology

Explanation:

Technology is pretty epic, my dude.

what are output devices ?
name them​

Answers

Answer:

Monitor.

Printer.

Headphones.

Computer Speakers.

Projector.

GPS.

Sound Card.

Video Card.

Explanation:

A secure website has https instead of http in web address true or false

Answers

Answer:

True

Explanation:

Beacuse security is s

The answer to the question is true

A town government is designing a new bus system and are deciding where to put the different bus stops. They want to pick the collection of locations that minimizes the distance anyone needs to walk in order to get to at least one bus stop. What term best defines the kind of problem?

An optimization problem

An undecidable problem

An efficiency problem

A decision problem

Answers

Answer:

Optimisation Problem

Explanation:

Optimisation Problem is a mathematical economics, computer science problem - which finds the best solution from all feasible solutions (based on constraints & other aspects).

The problem might be in form of maximisation or minimisation. The bus system designing is based on minimizing walking distance. Thus is an optimisation problem.

The term which best defines this kind of problem is: A. An optimization problem.

A problem can be defined as an issue or challenge encountered by an individual, which typically requires a solution.

Basically, a problem is considered to either be simple or complex, depending on the individual, parameters, and factors that are involved.

Generally, there are four (4) main kinds of problem and these include:

An undecidable problem.A decision problem.An efficiency problem.An optimization problem.

An optimization problem determines the best solution to a problem, from a list of feasible solutions.

Hence, an optimization problem can be used to pick a collection of locations that are likely to minimize the distance anyone needs to walk, so as to get to at least one bus stop.

Read more: https://brainly.com/question/22828534

The binary number represented by the voltage graph below is

Answers

Answer:

4

Explanation:

Answer: 11010100

here ya go :)

If you have different movie or audio file types saved to your computer and your computer can only play the OGG format instead of the MP4 video format, what should you do?

Answers

Answer:

convert the MP4 format file to the OGG format file                  

Explanation:        

An OGG file is a compressed audio file of Ogg Vorbis that is used for holding audio data. It is a free and an open container file format which is maintained by Xiph.Org Foundation. OGG format file can multiplex independent streams of video, text, audio and meta data.

The OGG file has better sound quality and characteristics than a MP3 or MP4 files. The MP4 file format can be converted into OGG format file if the files are saved in different formats in the computer which can play only OGG format.

I am timed and it needs to be in program C PLEASE help !!


Declare an array of doubles of size 170 called examBonus and initialize all the elements in the array to 5.5 (HINT: use a loop)

Answers

Answer:

Following are the declaration to this question:

double examBonus[] = new double[170]; // declaring the double array examBonus that holds 170 size value  

int x1;//defining an integer variable x1

for (x1=0;x1<170;x1++)//defining a for loop that initialize value in array

{

examBonus[x1] = 5.5;//assign value in array

}

Explanation:

In the above-given java program code, a double type array "examBonus" is declared, that holds a given size value, which is already defined in the question.

In the next step, an integer variable "x1" is defined which is used in the for loop that starts from 0 and ends when its value less than 170, and it assigns the value "5.5" in the above-given array.

Edhesive 3.5 code practice quetion one

Answers

Answer:

x = int(input("What grade are you in? "))

if (x == 9):

   print("Freshman")

elif (x == 10):

   print("Sophomore")

elif (x == 11):

   print("Junior")

elif (x == 12):

   print("Senior")

else:

   print("Not in High School")

Explanation:

Hope this helps lovely :)

30 points! Help me out, please! I need help with this!

Answers

Answer:

Both are touchscreen.

Tablets are seen more as an entertainment device (tv, games, etc.).

Phones are smaller, and used more for everything; you can take phones anywhere you go, whereas tablets are more difficult to transport.

Evidence that a source is authoritative includes a. An email address to ask further questions about information in the source c. No verbiage used which could identify bias about the information provided b. A date regarding when the source was written d. Logical structure of the information provided so that it is easily read and understood Please select the best answer from the choices provided A B C D

Answers

Answer:

i belive   it iz      C

Explanation:

o

Answer:

The correct answer is A

Explanation:

Kyle returns to work the next day and he would like to continue working on the document from yesterday. What should Kyle do?


Double-click on the Start menu.

Look for his open document in the system tray.

Locate his file and click twice on it.

Locate his file, right click, and select Print.

Answers

Answer:

Locate his file and click twice on it.

ASAP in the middle of this quiz Which of the following arguments might convince a local school board of the need to train upper elementary school students in IT practices?


A As technology continues to advance rapidly, the need for IT professionals grows, providing more opportunities for employment of individuals skilled and experienced in the field of IT.

B Brain research shows that elementary students are better able to understand complex procedures; therefore, upper elementary students are more likely to understand the principles of IT than high school or college students.

C School computers break down often because of student use; therefore, the students should be responsible for fixing them.

D Computers are the wave of the future; therefore, elementary students should have a complete understanding of how they function.

Answers

Answer:

A.

Explanation:

Answer D seems too simplistic, and the question specifically mentions IT practices.

Question B doesn't seem right - college and high school students would likely be able to understand the principles as much.

Question C wouldn't be a good argument for a school board, and there's not a lot of evidence that backs it up.

Therefore, A seems to be the best choice here.

Hope this helps!

The image shows a sample group contract.

This group contract is important because it:

A) holds everyone accountable for their part in the project

B) summarizes expectations for the conduct of the group

C) discusses how adjustments to the schedule can be
made

D) assigns a time frame for each step to be completed

Answers

Answer: c

Explanation:I done this before;DDD

Answer:

Its A

Explanation:

Sorry the other guy is wrong

List 5 applications for working with text

Answers

Answer:

TTSReader, Go2PDF, Free File Merge, Batch Text File Editor

Explanation:

Joseph is a digital media developer and has years of work experience. He now wants to improve his management skills. What can he do to develop and sharpen his managerial skills? To improve his managerial skills, Joseph can enroll in a degree program.

Answers

Answer:

Following are the solution to this question:

Explanation:

Soft skills are best developed for irrespective of the occupation technical skills is a common skill, which everyone requires to master to work together and carry mostly on work successfully. A technically gifted individual needs soft skills to work with each other to the concept of work, to resolve issues, etc. The different soft training programs for different roles and decades of expertise are offered. therefore Professors propose learning in soft skills as well as an MBA degree.

Other Questions
What is one treatment for a person suffering from the condition above? The person should be given _____________ why the Modern dry process is preferred to another conventional process? Solve for x and y.y = 2/3x - 2y = -x + 3 hree different reptile skulls with a common ancestor show that the skull changed from having no holes behind the eye to having one hole, and then two holes behind the eye.What conclusion did scientists draw about the reptile?The skull evolved as the reptile developed stronger jaws.The reptile evolved from living in water to living on land.The reptiles were different ages when they died.The reptile was never properly preserved during fossil formation. Can someone please help me? How many internal parts or organelles" are therein a plant cell? PLLEAAASSEEE HELPPPO MEEEE I NEED THIS FASTTT! On which number line do the points represent negative 4 and 1 over 2 and +3? Number line from negative 10 to positive 10 in increments of 1 is shown. Only the whole numbers are labeled. A point labeled R is placed between the 4th and 5th tick marks to the left of 0. A point labeled T is placed on the 3rd tick mark to the right of 0. Number line from negative 10 to positive 10 in increments of 1 is shown. Only the whole numbers are labeled. A point labeled R is placed on the 3rd tick mark to the left of 0. A point labeled T is placed between the 4th and the 5th tick marks to the right of 0. Number line from negative 10 to positive 10 in increments of 1 is shown. Only the whole numbers are labeled. A point labeled R is placed is between the 4th and 5th tick marks to the left of 0. A point labeled T is placed between the 2nd and 1st tick marks to the left of 0. Number line from negative 10 to positive 10 in increments of 1 is shown. Only the whole numbers are labeled. A point labeled R is placed on the 1st tick mark to the left of 0. A point labeled T is placed between the 2nd and the 3rd tick mark to the right of 0.what is the answer PLZ help asap !PLEASE HELP! Find the value of x when the perimeter of a rectangle is 24 meters , the length = x + 3 meters and the width = 2x meters.? the wife of bath tale summary in the revolt of 1857 , ahmadullah shah who belonged to faizabad came to fight in If f(x) is an even function and (6, 8) is one the points on the graph of f(x), which reason explains why (6, 8) must also be a point on the graph? Since the function is even, the outputs of a negative x-value and a positive x-value are the same. Since the function is even, the outputs of a negative y-value and a positive y-value are the same. The graph has rotational symmetry, so the point will be reflected across the y-axis. The graph has rotational symmetry, so the point will be rotated 90 degrees about the origin. Read the following passage.Since the outbreak of war, Stalin was demanding an all-out effort to liberate France from German occupation. An invasion force greater than any in the history of the world was slowly amassing in southern Britain toward that end. Just after midnight on June 6, three airborne divisions parachuted behind enemy lines to disrupt paths of communications. As the German lookout sentries scanned the English Channel at daybreak, they saw the largest armada ever assembled in history heading toward the French shore. There were five points of attack. . . . Still, by nightfall a beachhead had been established. Eventually, German troops retreated.Which American leader was responsible for leading the attack described in the passage?George PattonHarry S. TrumanFranklin D. RooseveltDwight D. Eisenhower forces start and change the motion of on object.A: TrueB: False another question!!! this one is easy but I forgot Help me out with this question? a5b10ab3How do I simplify a s express using exponents Complete parts (a) and (b) below.The number of dogs per household in a small townDogs012.3Probability 0.650 0.216 0.0870.026450.0140.009(a) Find the mean, variance, and standard deviation of the probability distributionFind the mean of the probability distribution(Round to one decimal place as needed.) The Medicine Bag by Virginia Driving Hawk Sneve (Please give gist statement)My kid sister Cheryl and I always bragged about our Sioux grandpa, Joe Iron Shell. Our friends, who had always lived in the city and only knew about Indians from movies and TV, we're impressed by our stories. Maybe we exaggerated and made Grandpa and the reservation sound glamorous, but when wed return home to Iowa after our yearly summer visit to Grandpa, we always had some exciting tale to tell. We always had some authentic Sioux article to show our listeners. One year Cheryl had new moccasins that Grandpa had made. On another visit, he gave me a small, round, flat rawhide drum which was decorated with a painting of a warrior riding a horse. He taught me a real Sioux chant to sing while I beat the drum with a leather-covered stick that had a feather on the end. Man, that really made an impression. We never showed our friends Grandpas picture. Not that we were ashamed of him, but because we knew that the glamorous tales we told didnt go with the real thing. Our friends would have laughed at the picture because Grandpa wasnt tall and stately like TV Indians. His hair wasnt in braids but hung in stringy gray strands on his neck, and he was old. He was our great-grandfather, and he didnt live in a tepee, but all by himself in a part log, part tar-paper shack on the Rosebud Reservation in South Dakota. So when Grandpa came to visit us, I was so ashamed and embarrassed I couldve died. What point is a solution for the linear inequality below?A. (4, 3)B.(-2, 4)C.(-4,1)D.(1, -2)