document.write( "Question 1024042: john and mike sold 58 tickets. john sold 14 more than mike what is linear equation
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #639548 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let j and m be the number of tickets John and Mike sold. Then we can write \n" ); document.write( "j + m = 58 and \n" ); document.write( "j = m + 14 \n" ); document.write( "These are the equations we use to solve this. \n" ); document.write( "To do so, we will substitute into the first equation, like this... \n" ); document.write( "m+14 + m = 58 \n" ); document.write( "2m + 14 = 58 \n" ); document.write( "2m = 44 \n" ); document.write( "m = 22 tickets \n" ); document.write( "j = m + 14 = 36 tickets \n" ); document.write( " |