document.write( "Question 1070327: The sum of three numbers is 26. The third number is twice the second, and is also 1
\n" ); document.write( "less than 3 times the first. What are the three numbers?
\n" ); document.write( "

Algebra.Com's Answer #685441 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The sum of three numbers is 26. The third number is twice the second, and is also 1
\n" ); document.write( "less than 3 times the first. What are the three numbers?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The solution by \"josgarithmetic\" was wrong.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Below is my corrected solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "x + y + z = 26,   (1)\r\n" );
document.write( "z = 2y,           (2)\r\n" );
document.write( "z = 3x - 1.       (3)\r\n" );
document.write( "\r\n" );
document.write( "From (2),  y = \"z%2F2\".\r\n" );
document.write( "\r\n" );
document.write( "From (3),  x = \"%28z%2B1%29%2F3\".\r\n" );
document.write( "\r\n" );
document.write( "Substitute it into (1). You will get\r\n" );
document.write( "\r\n" );
document.write( "\"%28z%2B1%29%2F3+%2B+z%2F2+%2B+z\" = 26.\r\n" );
document.write( "\r\n" );
document.write( "Write it with the common denominator, which is 6. You will get\r\n" );
document.write( "\r\n" );
document.write( "\"%28%282z%2B2%29+%2B+3z+%2B+6z%29%2F6\" = 26,   or\r\n" );
document.write( "\r\n" );
document.write( "11z + 2 = 156  --->  11z = 156 - 2  --->  z = \"154%2F11\" = 14.\r\n" );
document.write( "\r\n" );
document.write( "Then y = 7  and  x = 5.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  x = 5,  y = 7,  z = 14.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );