document.write( "Question 323838:  How are addition and multiplication used to solve a linear equation? Demonstrate by solving \"15x + 7 = 31 + 3x\"
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #231815 by Hoya(2)      You can put this solution on YOUR website! 15x + 7= 31 +3x \n" ); document.write( "15x-3x=31-7 \n" ); document.write( "12x =24x \n" ); document.write( "12x divided by 12=24 divide by 12 \n" ); document.write( "The final answer become : \n" ); document.write( "x =2 \n" ); document.write( " |