document.write( "Question 1141824: Ramon rented a sprayer and a generator. On his first job, he used the sprayer for 6 hours and the generator for 6 hours at a total cost of $90. On his second job, he used the sprayer for 4 hours and the generator for 8 hours at a total cost of $100. What was the hourly cost of each piece of equipment? How do I solve? \n" ); document.write( "
Algebra.Com's Answer #762457 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! S=sprayer \n" ); document.write( "G=generator \n" ); document.write( "6S+6G=90 \n" ); document.write( "4S+8G=100 \n" ); document.write( "multiply top by 2 and bottom by -3 to eliminate S \n" ); document.write( "12S+12G=180 \n" ); document.write( "-12S-24G=-300 \n" ); document.write( "-12G=-120 \n" ); document.write( "G=$10 \n" ); document.write( "Therefore, S=$5 per hour \n" ); document.write( " |