document.write( "Question 359721: 1/6 of the sum of two numbers is 14 and half their difference is 13
\n" ); document.write( "Find the 2 numbers
\n" ); document.write( "

Algebra.Com's Answer #256718 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "let x and y represent the numbers
\n" ); document.write( "1/6 of the sum of two numbers is 14
\n" ); document.write( "(x + y) = 84 y = 84-x\r
\n" ); document.write( "\n" ); document.write( "half their difference is 13
\n" ); document.write( "x -(84-x) = 26
\n" ); document.write( "2x - 84 = 26
\n" ); document.write( "2x = 110
\n" ); document.write( "x = 55
\n" ); document.write( "Numbers are 55 and 29 \n" ); document.write( "
\n" );