document.write( "Question 234725: This number problem is a key to me understand several more:
\n" );
document.write( "Find two numbers whose difference is 12 if 4 times the smaller number is 7 less then 3 times the larger number.\r
\n" );
document.write( "\n" );
document.write( "I've gotten this far but i don't think it's right\r
\n" );
document.write( "\n" );
document.write( "small = x
\n" );
document.write( "large = x + 12\r
\n" );
document.write( "\n" );
document.write( "4x = 3(x + 12) - 7 \n" );
document.write( "
Algebra.Com's Answer #173059 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Find two numbers whose difference is 12 if 4 times the smaller number is 7 less then 3 times the larger number. \n" ); document.write( "I've gotten this far but i don't think it's right \n" ); document.write( "small = x \n" ); document.write( "large = x + 12 \n" ); document.write( "4x = 3(x + 12) - 7 \n" ); document.write( "this is right, continue \n" ); document.write( "4x = 3x + 36 - 7 \n" ); document.write( "4x - 3x = 29 \n" ); document.write( "x = 29 is the smaller \n" ); document.write( "and \n" ); document.write( "29 + 12 = 41 is the larger \n" ); document.write( " |