document.write( "Question 360099: The sum of two numbers is 80. The larger number is nine less than three times the smaller. Find both numbers \n" ); document.write( "
Algebra.Com's Answer #256949 by CharlesG2(834)\"\" \"About 
You can put this solution on YOUR website!
The sum of two numbers is 80. The larger number is nine less than three times the smaller. Find both numbers\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x = smaller number
\n" ); document.write( "let 3x - 9 = larger number\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + 3x - 9 = 80
\n" ); document.write( "4x - 9 = 80
\n" ); document.write( "4x = 89
\n" ); document.write( "x = 22.25 = smaller number
\n" ); document.write( "3x - 9 = 3(22.25) - 9 = 57.75 = larger number
\n" ); document.write( "
\n" ); document.write( "
\n" );