document.write( "Question 262775: Gary makes $600 a month plus 3% interest on sales over 23,000. last month he made 73,000, what is his total for the monnth? \n" ); document.write( "
Algebra.Com's Answer #193557 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
73000 = 600 + .03(C-23000)
\n" ); document.write( "subtract 600 to get
\n" ); document.write( "72400 = .03(c-23000)
\n" ); document.write( "divide by .03 to get
\n" ); document.write( "2413333.33 = C - 23000
\n" ); document.write( "C = 2436333.33
\n" ); document.write( "He sold $2,436,333.33 of material
\n" ); document.write( "
\n" );