Answer:
B.(6,5)
Step-by-step explanation:
because (6,5) ang sagot
1/10 + 1/10 = 2/10
10 / 5 = 2
3/5 = 6/10
2/10 + 6/10 = 8/10
10/10 - 8/10= 2/10
Answer:
x=(y+9)/(1+2w)
Step-by-step explanation:
x-9+2wx=y
We make x the subject
x+2wx=y+9
x(1+2w)=y+9
Divide both sides by (1+2w)
x(1+2w)/(1+2w)=y+9(1+2w)
x=(y+9)/(1+2w)
In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.
<h3>What is the required code?</h3>
The code is given below:
number_of_days = 30
amount_after_30days = 0.01 * (2 ** number_of_days)
# print the amount
print(amount_after_30days)
Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1
Answer:
C = ¼(4B – 7A)
Step-by-step explanation:
⁴/₇(B – C) = A Multiply each side by 7
4(B - C) = 7A Remove parentheses
4B – 4C = 7A Subtract 4B from each side
-4C = 7A – 4B Multiply each side by -1
4C = -7A + 4B Divide each side by 4
C = ¼(4B – 7A)