When rounding any number anything greater than 5 you go up and anything less than 5 you round down.
nearest ones 86120 ( 4 is lower than 5 you go down)
nearest tens 86100 ( 2 islower than 5 you go down)
nearest hundreds 86000( 1 is lower than 5 you go down)
nearest thousands 87000 ( 6 higher than 5 you go up)
nearest ten thousands 90000 ( 8 is higher than 5 you go up)
Use PEMDAS. Parenthesis. Exponents. Multiplication. Division. Addition. Subtraction. there are no parenthesis so that doesn't matter. there are no exponents. but there is multiplication. 8×7 = 56. so now the equation is 56+4×2-11-7×4. you still have multiplication so now we do 4×2 which is 8. the equation is now 56+8-11-7×4. you still have multiplication so now do 7×4 which is 28. the equation is now 56+8-11-28. there is no multiplication. or division. next is addition. 56+8 which is 64. now the equation is 64-11-28. next you do subtraction. 64-11 which is 53. now the equation is 53-28 which is 25. 25 is the answer. I hope this helped ☺️
Use angle sum property (the 3 angles in a triangle sum up to 180°).
2x + x + 54 = 180
3x + 54 = 180
3x = 180 - 54
3x = 126
x = 126/3
x = 42
_____
Hope it helps ⚜
Answer:
17 nickles !
Step-by-step explanation:
First, identify the variables:
n = amount of nickels
d = amount of dimes
Next, setup the equations based on what you know. The first equation is:
n + d = 28
For the second equation, we know that a dime is worth 10¢ and a nickel is 5¢, so it should be:
0.05n + 0.10d = 1.95
This a three-step answer:
In one formula (you can use any of them; most people use the simplest one), single out the variable on one side
Apply the first formula into the second formula, and solve it to get the value of one variable
Apply the answer from the second formula into the first formula, and solve it to get the value of the other variable
======
Step One:
n + d = 28
n + d - d = 28 - d
n = 28 - d
Step Two:
0.05n + 0.10d = 1.95
(0.05 * (28 - d)) + 0.10d = 1.95
1.40 - 0.05d + 0.10d = 1.95
1.40 + 0.05d = 1.95
1.40 - 1.40 + 0.05d = 1.95 - 1.40
0.05d = 0.55
d = 11
Step Three:
n = 28 - d
n = 28 - 11
n = 17
======
Your answer should be 17 nickels and 11 dimes.
You can double check by applying the variables into both formulas.
n + d = 28
17 + 11 = 28
28 = 28
0.05n + 0.10d = 1.95
(0.05 * 17) + (0.10 * 11) = 1.95
0.85 + 1.10 = 1.95
1.95 = 1.95
I hope this helped.