document.write( "Question 1128900: The sum of three numbers is 34. The largest number is five more than three times
\n" );
document.write( "the smallest number. The middle number is four less than the largest number. What
\n" );
document.write( "are the three numbers? \n" );
document.write( "
Algebra.Com's Answer #745401 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The sum of three numbers is 34. The largest number is five more than three times \n" ); document.write( "the smallest number. The middle number is four less than the largest number. What are the three numbers? \n" ); document.write( " \r\n" ); document.write( "S = Smallest number\r\n" ); document.write( "M = Middle number\r\n" ); document.write( "L = Largest number\r\n" ); document.write( " \n" ); document.write( "The sum of three numbers is 34. \n" ); document.write( " \r\n" ); document.write( "A. S + M + L = 34\r\n" ); document.write( " \n" ); document.write( "The largest number is five more than three times \n" ); document.write( "the smallest number. \n" ); document.write( " \r\n" ); document.write( "B. L = 3S + 5\r\n" ); document.write( " \n" ); document.write( "The middle number is four less than the largest number. \n" ); document.write( " \r\n" ); document.write( "C. M = L - 4\r\n" ); document.write( "\r\n" ); document.write( "Use B to substitute (3S + 5) for L in C:\r\n" ); document.write( "\r\n" ); document.write( "C. M = L - 4\r\n" ); document.write( " M = (3S + 5) - 4\r\n" ); document.write( " M = 3S + 5 - 4\r\n" ); document.write( "D. M = 3S + 1\r\n" ); document.write( "\r\n" ); document.write( "Use D to substitute (3S + 1) for M and \r\n" ); document.write( "use B to substitute (3S + 5) for L in A\r\n" ); document.write( "\r\n" ); document.write( "A. S + M + L = 34\r\n" ); document.write( " S + (3S + 1) + (3S + 5) = 34\r\n" ); document.write( " S + 3S + 1 + 3S + 5 = 34\r\n" ); document.write( " 7S + 6 = 34\r\n" ); document.write( " 7S = 28\r\n" ); document.write( "E. S = 4\r\n" ); document.write( "\r\n" ); document.write( "Use E to substitute (4) for S in D \r\n" ); document.write( "\r\n" ); document.write( "D. M = 3S + 1\r\n" ); document.write( " M = 3(4) + 1\r\n" ); document.write( " M = 12 + 1\r\n" ); document.write( "F. M = 13\r\n" ); document.write( "\r\n" ); document.write( "Use F to substitute (13) for M and\r\n" ); document.write( "use E to substitute (4) for S in A\r\n" ); document.write( "\r\n" ); document.write( "A. S + M + L = 34\r\n" ); document.write( " 4 + 13 + L = 34\r\n" ); document.write( " 17 + L = 34\r\n" ); document.write( " L = 17 \r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |