document.write( "Question 498781: The sum of three numbers is 26. The second number is twice the first and the third number is 6 more than the second. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #337159 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the numbers will be x,2x,2x+6\r \n" ); document.write( "\n" ); document.write( "x+2x+2x+6=26\r \n" ); document.write( "\n" ); document.write( "5x+6=26 \n" ); document.write( "-6 \n" ); document.write( "5x=20 \n" ); document.write( "/4 \n" ); document.write( "x=4\r \n" ); document.write( "\n" ); document.write( "4,8,14 \n" ); document.write( " |