Answer:
2330
Step-by-step explanation:
In rounding nearest 10,
If the ones place digit is 5 or more then 5 then we round the number to upper 10, while if the ones place digit is less than 5 then we round the number to lower 10,
For example : 34 ≈ 30 while 36 ≈ 40,
Now, given expression,
961 + 27.8 + 693.0 + 573 +76.4
By the above statement 961≈ 960, 27.8 ≈ 30, 693.0 ≈ 690, 573 ≈ 570 and 76.4 ≈ 80,
Hence, 961 + 27.8 + 693.0 + 573 +76.4 = 960 + 30 + 690 + 570 + 80 = 2330.
Answer:
Step-by-step explanation:
Vertically stretched. The action of vertically stretched is accomplished by altering a in
y = a* abs(x)
What that means is that you make a > 1. In this case, a = 2
So far, what you have is
y = 2*abs(x)
Six units down. The action of 6 units down is accomplished by a number added or subtracted to/from absolute(x). down is minus, up is plus.
y = 2*abs(x) - b. Since we are moving down, b<0
y = 2*abs(x) - 6
Four Units Right. This is the tough one because it is anti intuitive. You would think you should be adding something somewhere to get a right hand movement.
Not true.
To move right you subtract something in the brackets.
y = 2*abs(x - 4) - 6
Graph
Just to make things complete, I have graphed this for you. Desmos is wonderful for this kind of problem.
red: y = abs(x)
blue: y = 2*abs(x - 4) - 6
The examples and solutions to the functions are illustrated below based on the information given.
<h3>How to illustrate the functions?</h3>
1st example: The cost of a bag of rice is $100 and subsequent bags cost $95. Illustrate. the function to calculate the cost for p bags of rice.
The function will be:
C = 100 + (95 × p)
C = 100 + 95p
<u>2nd example:</u><u> </u>The cost of a pen is $5. Find the cost of s pens.
The function will be:
C = 5 × p
C = 5p
<u>3rd example</u>: Calculate the total amount for m tickets if each ticket is $20.
The function will be;
C = 20 × m
C = 20m
<u>4th example:</u> Bon bought g mangoes at $2 each and d oranges at $3.40 each. Calculate the total cost.
C = (2 × g) + (3.40 × d)
C = 2g + 3.4d
<u>5</u><u>t</u><u>h</u><u> </u><u>example</u><u>:</u><u> </u>The average age of k number of boys is 7. Find their total age.
The function will be:
a = (7 × k)
a = 7k
Learn more about functions on:
brainly.com/question/25638609
#SPJ1