document.write( "Question 1080105: The second of three numbers is one less than the first. The third number is five less than the second. If the first number is twice as large as the third, find the three numbers. \n" ); document.write( "
Algebra.Com's Answer #694334 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Three numbers, x, y, z\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The second of three numbers is one less than the first.
\n" ); document.write( "---
\n" ); document.write( "\"y=x-1\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The third number is five less than the second.
\n" ); document.write( "---
\n" ); document.write( "\"z=y-5\"
\n" ); document.write( "\"z=x-1-5\"
\n" ); document.write( "\"z=x-6\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If the first number is twice as large as the third,
\n" ); document.write( "---
\n" ); document.write( "\"x=2z\"
\n" ); document.write( "\"highlight_green%28x=2%28x-6%29%29\", in one variable\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=2x-12\"
\n" ); document.write( "\"highlight_green%2812=x%29\" and you can evaluate the other two numbers y and z.
\n" ); document.write( "
\n" );