document.write( "Question 924130: The larger of two numbers is
\n" );
document.write( "4
\n" );
document.write( "less than
\n" );
document.write( "three times
\n" );
document.write( "the smaller number. The sum of the two numbers is
\n" );
document.write( "44.
\n" );
document.write( "Find the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560628 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! n the smaller number \n" ); document.write( "Larger + Smaller = 44 \n" ); document.write( "(3n - 4) + n = 44 \n" ); document.write( "4n = 48 \n" ); document.write( "n = 12, the smaller number. Larger is 32 \n" ); document.write( "And...checking \n" ); document.write( "Sum = 44 \n" ); document.write( " |