document.write( "Question 123289: One number is twice another number. If the 12 subtracted from the larger number the result is 7 more than the smaller number. Find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #90461 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is twice another number. If the 12 subtracted from the larger number the result is 7 more than the smaller number. Find the numbers \n" ); document.write( "------------------- \n" ); document.write( "Let the smaller number be \"x\". Then the larger is \"2x\". \n" ); document.write( "EQUATION: \n" ); document.write( "2x-12 = x+7 \n" ); document.write( "x = 19 \n" ); document.write( "2x=38 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |