document.write( "Question 870915: At Lowes home improvement center, halogen light bulbs cost $12.50 each and fluorescent bulbs cost $8.00 each. One day the recepits for a total of 376 bulbs were $3683. How many halogen bulbs were sold? \n" ); document.write( "
Algebra.Com's Answer #525221 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! At Lowes home improvement center, halogen light bulbs cost $12.50 each and fluorescent bulbs cost $8.00 each. One day the recepits for a total of 376 bulbs were $3683. How many halogen bulbs were sold? \n" ); document.write( "*** \n" ); document.write( "let x=number of halogen bulbs that were sold \n" ); document.write( "376-x=number of flourscent bulbs that were sold \n" ); document.write( ".. \n" ); document.write( "12.50x+8.00(376-x)=3683 \n" ); document.write( "12.50x+3008-8x=3683 \n" ); document.write( "4.5x=675 \n" ); document.write( "x=150 \n" ); document.write( "number of halogen bulbs that were sold=150 \n" ); document.write( " |