document.write( "Question 379734: what are the x and y intercepts of the equation 2x-2y =3 \n" ); document.write( "
Algebra.Com's Answer #269598 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
To find the x and y intercepts of the equation 2x - 2y = 3, we set x=0 to find the y-intercept...so we get
\n" ); document.write( "2(0) - 2y = 3
\n" ); document.write( "-2y = 3
\n" ); document.write( "y = -3/2
\n" ); document.write( "To find the x-intercept, we let y=0...
\n" ); document.write( "2x - 2(0) = 3
\n" ); document.write( "2x = 3
\n" ); document.write( "x = 3/2
\n" ); document.write( "
\n" );