document.write( "Question 1028038: During strenuous exercise an athlete can burn 12 calories per minute on the treadmill and 8.5 calories per minute on the elliptical. The athlete uses both machines and burns 325 calories in 30 minutes. How many minutes does the athlete spend on each machine? \n" ); document.write( "
Algebra.Com's Answer #643216 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make treadmill = x \n" ); document.write( "and elliptical = y \n" ); document.write( "x + y = 30............(1) \n" ); document.write( "12x + 8.5y = 325......(2) \n" ); document.write( "Multiply Eq(1) by 8.5 \n" ); document.write( "8.5x + 8.5y = 255.....(1) \n" ); document.write( "12x + 8.5y = 325......(20 \n" ); document.write( "Subtract Eq(1) from Eq(2) \n" ); document.write( "3.5x = 70 \n" ); document.write( "x = 20 \n" ); document.write( "Substitute x = 20 into \n" ); document.write( "Eq(1) \n" ); document.write( "x + y = 30 \n" ); document.write( "20 + y = 30 \n" ); document.write( "y = 30 - 20 \n" ); document.write( "y = 10 \n" ); document.write( "The athlete spends 20 minutes \n" ); document.write( "on the treadmill and 10 minutes \n" ); document.write( "on the elliptical. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |