Question 25862
Your assistance please.  Here is the question:  Enrique puts 12% of his monthly paycheck in an IRA.  If he invests $72 in his IRA, how much was his paycheck?
<pre>Correct answer: $600, calculated as follows:
{{{matrix(1,3, .12/1, "=", 72/P)}}}, with P being the amount of his paycheck
.12P = 72 ------- Cross-multiplying
P, or paycheck = {{{highlight_green(matrix(1,3, 72/.12, "=", "$600"))}}}
Answers other than this are WRONG, so IGNORE them.