document.write( "Question 106041: A company has a set limit of at most $450 to be spent on its monthly electric bill. If electricity costs $0.12k/kW, find the number of kilowatts the company can use each month. \n" ); document.write( "
Algebra.Com's Answer #77395 by BurningFlame_marc(77)![]() ![]() You can put this solution on YOUR website! Hello!\r \n" ); document.write( "\n" ); document.write( "This is how I solve this kinds of problems.\r \n" ); document.write( "\n" ); document.write( "Representation:let x be the number of kilowatts the company can use each month. \n" ); document.write( "Equation:0.12x <= 450 \n" ); document.write( "Solution: \n" ); document.write( "0.12x <= 450 \n" ); document.write( "x <= 3750\r \n" ); document.write( "\n" ); document.write( "Final Answer: The company can use at most 3750 kilowatts. \n" ); document.write( " |