
David W. answered 10/23/15
Tutor
4.7
(90)
Experienced Prof
Various solution methods actually illustrate the P in P-E-M-D-A-S, which is what is being taught. So, using J,B,T, and S as variables:
J = 10 + B
B = 17 + T
T = 21 + S
The total is 111.
111 = J + B + T + S
111 = (10+B) + (17+T) + (21+S) + S
111 = (10+(17+T)) + (17+(21+S)) + (21+S) + S
111 = (10+(17+(21+S)) + (17+(21+S)) + (21+S) + S
O.K., now evaluate starting with the innermost Parenthesis:
111 = (10+(38+S)) + (38+S) + 21+2S
111 = (48+S) + 38+S + 21+2S
111 = 107 + 4S
4 = 4S
1 = S
So,
T = 21 + S = 21 + 1 = 22
B = 17 + T = 17 + 22 = 39
J = 10 + B = 10 + 39 = 49
It is important to get the correct answer, but it is more useful (especially for later) to understand the process that is being used to solve the problem. Compare solution procedures to see how they compare to P-E-M-D-A-S.