document.write( "Question 484766: In a coordinate system, how can we get an equation? for example, a slope intersects X at (3,0) & Y at (0,2). whats the equation of line?\r
\n" );
document.write( "\n" );
document.write( "A) 2x-3y=6
\n" );
document.write( "B) 2x+3y=6
\n" );
document.write( "C) 2x+2y=6
\n" );
document.write( "D) 2x+3y= -6
\n" );
document.write( "E) 3x+2y= -6\r
\n" );
document.write( "\n" );
document.write( "explain pls. \n" );
document.write( "
Algebra.Com's Answer #331751 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! In a coordinate system, how can we get an equation? for example, a slope intersects X at (3,0) & Y at (0,2). whats the equation of line? \n" ); document.write( ": \n" ); document.write( "Using the slope intercept form: y = mx + b \n" ); document.write( "\"a slope intersects X at (3,0)\" \n" ); document.write( "m(3) + b = 0 \n" ); document.write( "3m + b = 0 \n" ); document.write( ": \n" ); document.write( "Y at (0,2). \n" ); document.write( "0m + b = 2 \n" ); document.write( "b = 2 \n" ); document.write( ": \n" ); document.write( "Rewrite the 1st equation, replacing b with 2 \n" ); document.write( "3m + 2 = 0 \n" ); document.write( "3m = -2 \n" ); document.write( "m = \n" ); document.write( "so our equation is: y = \n" ); document.write( ": \n" ); document.write( "But they want it in standard form, so rearrange it to \n" ); document.write( " \n" ); document.write( "without fractions, so multiply the eq by 3, results: \n" ); document.write( "2x + 3y = 6, (which is (B ) \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can confirm this by substituting the given x and y coordinates \n" ); document.write( "3,0 \n" ); document.write( "2(3) + 3(0)= 6 \n" ); document.write( "6 = 6 \n" ); document.write( "and \n" ); document.write( "0,2 \n" ); document.write( "2(0) + 3(2) = 6 \n" ); document.write( "6 = 6 \n" ); document.write( " |