Hi there!
To solve this problem, we need to simplify.
2/3x = 12
To isolate x, we should multiply both sides of the equation by the reciprocal of 2/3 to make x equal to a value:
Reciprocal of 2/3 = 3/2
x = 12 * 3/2
x = 18
Hope this helps!
Hey!
-------------------------------------------------
Solution:
The ratio is FEMALES to MALES.
So its 18/16, 18:16, or 18 to 16.
~Now we need to simplify.
18:16 → 18/2:16/2 → 9:8
*Note* When you have a ratio you need to know which comes first. If you put males to females that incorrect. It has to be correct according to the question.
-------------------------------------------------
Answer:
-------------------------------------------------
Hope This Helped! Good Luck!
Answer:
Step-by-step explanation:
<u>The quotient of </u>
- 5/6÷ (-13/7) =
- 5/6×(-7/13) =
- - 35/78
Fifth grade algebra<span> and functions worksheets contain math problems with variables.</span>
Answer:
Step-by-step explanation:
Problem A
t(1) = 2(1) + 5
t(2) = 2*2 + 5 = 9
t(3) = 2*3 + 5 = 11
t(4) = 2*4 + 5 = 13
So this is the explicit result. Now try it recursively.
t_3 = t_2 + 2
t_3 = 9 + 2
t_3 = 11 which is just what it should do.
t_n = t_(n - 1) + 2
Problem B
t(1) = 3 * 1/2
t(1) = 3/2
t(2) = 3*(1/2)^2
t(2) = 3 * 1/4
t(2) = 3/4
t(3) = 3*(1/2)^3
t(3) = 3 * 1/8
t(3) = 3/8
t(4) = 3 (1/2)^4
t(4) = 3 (1/16)
t(4) = 3/16
So in general
t_n = t_n-1 * 1/2
For example t(5)
t_5 = t_4 * 1/2
t_5 = 3 /16 * 1/2 = 3/32