document.write( "Question 1006263: A contractor is installing some special light bulbs for two floors in a building. For the first floor, she purchased 5 natural light bulbs and 2 ceiling bulbs at a cost of $23. For the second floor, she purchased 3 natural light bulbs and 4 ceiling bulbs at a cost of $25. How much does each type of bulb cost? \n" ); document.write( "
Algebra.Com's Answer #622425 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = cost of 1 natural bulb
\n" ); document.write( "Let \"+b+\" = cost of 1 ceiling bulb
\n" ); document.write( "------------------------------
\n" ); document.write( "(1) \"+5a+%2B+2b+=+23+\"
\n" ); document.write( "(2) \"+3a+%2B+4b+=+25+\"
\n" ); document.write( "-------------------
\n" ); document.write( "Multiply both sides of (1) by \"+2+\"
\n" ); document.write( "and subtract (2) from (1)
\n" ); document.write( "(1) \"+10a+%2B+4b+=+46+\"
\n" ); document.write( "(2) \"+-3a+-+4b+=+-+25+\"
\n" ); document.write( "----------------------
\n" ); document.write( "\"+7a+=+21+\"
\n" ); document.write( "\"+a+=+3+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+5%2A3+%2B+2b+=+23+\"
\n" ); document.write( "(1) \"+15+%2B+2b+=+23+\"
\n" ); document.write( "(1) \"+2b+=+8+\"
\n" ); document.write( "(1) \"+b+=+4+\"
\n" ); document.write( "--------------
\n" ); document.write( "A natural bulb costs $3
\n" ); document.write( "A ceiling bulb costs $4
\n" ); document.write( "
\n" );