document.write( "Question 1205707: When London spent 30 minutes on the elliptical trainer and then did circuit training for 10 minutes, her fitness app said she burned 470 calories. When she spent 10 minutes on the elliptical trainer and 30 minutes circuit training she burned 370 calories. Solve the system:\r
\n" );
document.write( "\n" );
document.write( "{ (30 e + 10 c = 470), (10 e + 30 c = 370) :}\r
\n" );
document.write( "\n" );
document.write( "for e , the number of calories she burned for each minute on the elliptical trainer, and c , the number of calories she burned for each minute of circuit training.\r
\n" );
document.write( "\n" );
document.write( " e = \r
\n" );
document.write( "\n" );
document.write( " c =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #842696 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are many approaches. I'll apply substitution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the first equation for the variable c. \n" ); document.write( "30e+10c = 470 \n" ); document.write( "10c = 470-30e \n" ); document.write( "c = (470-30e)/10 \n" ); document.write( "c = (470)/10-(30e)/10 \n" ); document.write( "c = 47 - 3e\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug that into the other equation. \n" ); document.write( "10e + 30c = 370 \n" ); document.write( "10e + 30(47 - 3e) = 370 \n" ); document.write( "10e + 1410 - 90e = 370 \n" ); document.write( "10e - 90e = 370 - 1410 \n" ); document.write( "-80e = -1040 \n" ); document.write( "e = -1040/(-80) \n" ); document.write( "e = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we can determine c. \n" ); document.write( "c = 47 - 3e \n" ); document.write( "c = 47 - 3*13 \n" ); document.write( "c = 47 - 39 \n" ); document.write( "c = 8\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary: \n" ); document.write( "e = 13 \n" ); document.write( "c = 8 \n" ); document.write( " \n" ); document.write( " |