To estimate, round 3102 to 3100
round 1-10 to 2500
1-70 to 2100
1-80 to 2900
2900+2100+2500+3100=10600mi
Yes it is reasonable because you add and subtract numbers when estimating, however it is not exact
Answer:
76.8
Step-by-step explanation:
The mean is the sum of the values divided by the total number of values.
63+73+92+63+93 / 5 =
384 / 5 = 76.8
Answer:
Step-by-step explanation:
2√54+5√24
2 * sqrt(9*6) + 5*sqrt(4*6)
2*sqrt(9) *sqrt(6) + 5*sqrt(4) * sqrt(6)
2*3 sqrt(6) + 5*2 sqrt(6)
6sqrt(6)+10sqrt(6)
16sqrt(6)
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer:
x = 10
Step-by-step explanation:
plug and chug using a calculator
4(10+2)
10+2= 12 x 4=48