document.write( "Question 31822: I need to find an equation of the line satisfying the given condtion\r
\n" );
document.write( "\n" );
document.write( "Through (4,2); m= -2/3 \n" );
document.write( "
Algebra.Com's Answer #18404 by benni1013(206)![]() ![]() ![]() You can put this solution on YOUR website! Use slope-intercept form: y=mx+b \n" ); document.write( "Info. Known: Point (4,2) m=-2/3 \n" ); document.write( "Your point is your x and y in your equation, so your equation set up should look like this: \n" ); document.write( "2=4(-2/3)+b==>2=-8/3+b==>b=14/3 \n" ); document.write( "Now just re plug in: \n" ); document.write( "y=(-2/3)x+14/3 \n" ); document.write( " |