document.write( "Question 656732: The sum of 3 number is 43. First number is 5 more than second number. The 3rd number is 8 less than twice the first number . What are the three number \n" ); document.write( "
Algebra.Com's Answer #409634 by htmentor(1343) You can put this solution on YOUR website! The sum of 3 number is 43. First number is 5 more than second number. The 3rd number is 8 less than twice the first number . What are the three number \n" ); document.write( "========================= \n" ); document.write( "Let n = the 1st number \n" ); document.write( "Then the 2nd number = n - 5 \n" ); document.write( "And the 3rd number = 2n - 8 \n" ); document.write( "Their sum = 43: \n" ); document.write( "n + (n-5) + (2n-8) = 43 \n" ); document.write( "4n - 13 = 43 \n" ); document.write( "4n = 56 \n" ); document.write( "n = 14 \n" ); document.write( "So the numbers are 14, 9 and 20 \n" ); document.write( " \n" ); document.write( " |