The answer is 300 if you do the per enthuses first
<span>First, find what are the numbers that can be divided to 10 and 85. The numbers 10 and 85 can be divided by 5. 10 divided by 5 is equals to 2 and 85 divided by 5 is equals to 17. Ratio is just like a fraction, you need to reduce its terms if you need to. Let’s say 10:85 is a fraction and since it is obvious that it can be divided by 5, you just need to reduce its term. 10/85 can be reduced into 2/17 which is just the same with ratios 10:85 is equals to 2:17.<span>
</span></span>
Answer:
Quedan 153 sillas
Step-by-step explanation:
Primero sabemos que en una sala de teatro tenían 7 filas, y en cada una de esas filas habían 23 sillas.
Entonces, originalmente, el número total de sillas es 7 veces 23:
S = 7*23 = 161
Luego sabemos que quitan 8 de esas sillas, entonces el número de sillas que quedan es la diferencia entre el número original de sillas, 161, y 8, que nos da:
S = 161 - 8 = 153
Quedan 153 sillas
Answer:
6
Step-by-step explanation:
If V = IR, then V = 40 * 3 in this case, which means V = 120. Quote question, "Assume voltage remains constant." This means V still equals 120 in the second scenario, which we can input into I = V / R to make I = 120 / 20 = 6.
Hope this helps!
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.