document.write( "Question 171425: Determine whether each equation is a linear equation. If so write the equation in standar form and write the values of A,B, and C
\n" );
document.write( "A) 2xsquared + 2ysquared =18
\n" );
document.write( "B) x - y = 5
\n" );
document.write( "C) 2y - 3 = 7
\n" );
document.write( "D) 3xy + 5 =10 \n" );
document.write( "
Algebra.Com's Answer #126610 by monika_p(71)![]() ![]() ![]() You can put this solution on YOUR website! General form of linear equation is : \n" ); document.write( "Ax+By+C=0\r \n" ); document.write( "\n" ); document.write( "A) \n" ); document.write( "B) x-y=5 \n" ); document.write( " x-y-5=0 it is a linear equation where A=1,B=-1, C=-5 \n" ); document.write( "C)2y-3=7 \n" ); document.write( "2y-10=0 it is a linear equation where A=0,B=2, C=-10\r \n" ); document.write( "\n" ); document.write( "D)3xy+5=10 \n" ); document.write( "3xy-5=0 it is not linear equation \n" ); document.write( " |