document.write( "Question 1001397: Two games went on for a total of 32 minutes. One game took 12 minutes longer than the other. How long did it take to complete each game?\r
\n" );
document.write( "\n" );
document.write( "I know the answer is 10 & 22 but how do I
\n" );
document.write( "write an equation to show my work \n" );
document.write( "
Algebra.Com's Answer #618602 by addingup(3677) You can put this solution on YOUR website! let's call the time it took for one game x: \n" ); document.write( "x+x+12= 32 \n" ); document.write( "2x+12= 32 \n" ); document.write( "2x= 20 \n" ); document.write( "x= 10 This is one game. The other, the problem says, is: \n" ); document.write( "10+12= 22 This is the other game \n" ); document.write( " |