(3.7*10^a) * (5.8*10^b) = 0.2146
Solving for C in terms of a and b.
Can be initally somewhat confuising, but using my
human brain I reread the prompt, and understand I am being asked what is the value of C.
(3.7*10^a) * (5.8*10^b) is equivilant to
10^a*10^b*5.8*3.7 or
By rules of exponets I can condense this into
10^(a+b)*5.8*3.7 | 10^(a+b)*21.46 = 0.2146 * 10^C
I recognize that 21.46 is 100 ( or 10^2) times more than .2146 | There are a few different steps that can be taken mentally or on paper here to make the equations equal and come to the answer.
One of the would be to move the decimal of 21.46 over two places and multiply my 10^2 | 10^2*10^(a+b)*.2146 = .2146*10^c | In which case, we condense terms and come to the conclusion that a+b+2 = c
Or
We can make the right side of the equation look like the left. or multiply 10^2 out of c.
10^(a+b)*21.46 = 21.46 * 10^(c-2)
Divide by 21.46
10^(a+b)=10^(c-2)
Drop bases as they are the same, raised to the same power
a+b = c- 2
a+b+2 = c
Bunuel