document.write( "Question 1112553: An equal amount of money was spent on 4 similar lamps and 9 similar light bulbs . Each lamp coast $20 more than each light bulb.How much was spent together ? \r
\n" ); document.write( "\n" ); document.write( " I tried but I got remainders.
\n" ); document.write( "

Algebra.Com's Answer #727603 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
lamp = x
\n" ); document.write( "light bulb = y
\n" ); document.write( "x = y + 20
\n" ); document.write( "--------------------
\n" ); document.write( "4(y + 20) = 9y
\n" ); document.write( "4y + 80 = 9y
\n" ); document.write( "80 = 5y reverse the numbers to get the unknown on the left (looks better)
\n" ); document.write( "5y = 80
\n" ); document.write( "y = 16 the bulbs are $16 each
\n" ); document.write( "the lamps: 16+20 = $36 each
\n" ); document.write( "--------------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "4(36) = 9(16)
\n" ); document.write( "144 = 144 Correct
\n" ); document.write( "
\n" ); document.write( "
\n" );