document.write( "Question 348748: Translate into an equation and solve. Let n represent the smaller number.
\n" );
document.write( "The sum of two numbers is nineteen. One less than three times the smaller is equal to the larger. \n" );
document.write( "
Algebra.Com's Answer #249339 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: Write as you Read \n" ); document.write( "n represents smaller number \n" ); document.write( "(3n-1) the larger \n" ); document.write( ". \n" ); document.write( "n + (3n-1) = 19 \n" ); document.write( ". \n" ); document.write( "simplify and solve for n \n" ); document.write( "4n - 1 = 19 \n" ); document.write( "4n = 20 \n" ); document.write( "n = 5 \n" ); document.write( "(3n-1) = 14 the larger number \n" ); document.write( ". \n" ); document.write( "check your answer: \n" ); document.write( "5 + 14 = 19 \n" ); document.write( " |