document.write( "Question 930304: One number is 7 more than twice another. If their difference is 22, what is the larger number?
\n" );
document.write( "29\r
\n" );
document.write( "\n" );
document.write( "37\r
\n" );
document.write( "\n" );
document.write( "43 \n" );
document.write( "
Algebra.Com's Answer #564838 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! n the smaller number \n" ); document.write( "(2n+7) - n = 22 \n" ); document.write( "n = 15, the smaller number. Larger is 37 \n" ); document.write( "And...checking \n" ); document.write( "37 - 15 = 22 \n" ); document.write( " |