document.write( "Question 1065513: The sum of 3 numbers is 78, the third 4 more than the second, the first is two less than twice the second \n" ); document.write( "
Algebra.Com's Answer #680664 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of 3 numbers is 78, the third 4 more than the second, the first is two less than twice the second \n" ); document.write( "n = 2nd number \n" ); document.write( "--- \n" ); document.write( "n + n+4 + 2n-2 = 78 \n" ); document.write( " \n" ); document.write( " |