document.write( "Question 831179: I'm trying to complete a fraction Magic Square. I must find out what \"x\" equals on each row and column of the square. I am given for the first row: x, -1/6 and 0; on the second row: -1/2, x, and 5/6; on the third row:1/3, x, and -1/3. I must find the fraction sum equaling the same number horizontally, vertically, and diagonally. \n" ); document.write( "
Algebra.Com's Answer #501195 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x , -1/6, 0
\n" ); document.write( "1/2, x , 5/6
\n" ); document.write( "1/3, x, -1/3
\n" ); document.write( "the third column adds up to 5/6-2/6=3/6=1/2
\n" ); document.write( "the third row is 0 with out x so x must be 1/2
\n" ); document.write( "1st row x-1/6+0=a, a-x=-1/6
\n" ); document.write( "2nd row 1/2+x+5/6=a,a-x=8/6
\n" ); document.write( "3rd row 1/3+x-1/3=a, a-x=0
\n" ); document.write( "They are not consistent.
\n" ); document.write( "There is no solution.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );