document.write( "Question 256129: an incandesent 60-W lightbulb costs $.50 to buy and $.12 per day to use (24 hrs of usage). A compact fluorescent lamp (CFL) that produces the equivalent amount of ligh costs $2.50 to buy and $.02 per day to use. Determine the number of days of usage when these costs are equivalent. What is this equivalent cost?\r
\n" );
document.write( "\n" );
document.write( "How to set this up? \n" );
document.write( "
Algebra.Com's Answer #188295 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .50+.12x=2.50+.02x \n" ); document.write( ".12x-.02x=2.50-.50 \n" ); document.write( ".10x=2 \n" ); document.write( "x=2/.10 \n" ); document.write( "x=20 hours the cost will be the same. \n" ); document.write( ".50+.12*20 \n" ); document.write( ".50+2.40=$2.90 total cost. \n" ); document.write( "2.50+.02*20 \n" ); document.write( "2.50+.40=$2.90 total cost. \n" ); document.write( " |