document.write( "Question 435096: The sum of three numbers is 66. The second number is twice the first and six less than the third. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #301215 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be x
\n" ); document.write( "another number = 2x
\n" ); document.write( "third number = 2x+6\r
\n" ); document.write( "\n" ); document.write( "x+2x+2x+6 = 66
\n" ); document.write( "5x+6=66
\n" ); document.write( "5x=60
\n" ); document.write( "x= 12
\n" ); document.write( "12,24,30
\n" ); document.write( "
\n" );