1/2=3/6
3/6+1/6=4/6 goodluck
Answer:
50, 40, 30, 250, 350
Step-by-step explanation:
1/2 = 0.5, 0.5 x 100 = <u>50</u> (0.5 -> 5 -> 50)
2/5 = 0.4 (10 / 5 [the denominator] = 2, 0.2 x 2 [the numerator] = 0.4), 0.4 x 100 = <u>40</u> (0.4 -> 4 -> 40)
3/10 = (10 / 10 [the denominator] = 1, 0.1 x 3 [the numerator] = 0.3), 0.3 x 100 = <u>30</u> (0.3 -> 3 -> 30)
5/2 = 2.5 (2 1/2), 2.5 x 100 = <u>250</u> (2.5 -> 25 -> 250)
7/2 = 3.5 (3 1/2), 3.5 x 100 = <u>350</u> (3.5 -> 35 -> 350)
Note: I'm not sure if I understand the question completely, but I changed the fraction into a decimal and multiplied it by 100. Not sure what it means by "<u><em>Divide</em></u><em> fraction</em>".
Answer:joe mom
It’s 28:38
Step-by-step explanation:
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:
16+24=40
Step-by-step explanation: 2x+5(y-1) when x=8 and y=5. put x where it belongs, by the 2 and do the same with y, by the -1. and then slove. 2*8= 16 , 5*5= 25-1, then add 16 and 24 together and get 40.