document.write( "Question 902230: The sum of three numbers is 66 . The second number is twice the first and six less than the third. What are the numbers ?? \n" ); document.write( "
Algebra.Com's Answer #547187 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! n + 2n + (2n+6) = 66 \n" ); document.write( " 5n = 60 \n" ); document.write( "n = 12 \n" ); document.write( "numbers are: 12, 24, 30 \n" ); document.write( " |