document.write( "Question 60485: Do you know how to finnd the value for the variable with the given information.
\n" );
document.write( "m=3, (2,4), (x,1)?
\n" );
document.write( "Please help \n" );
document.write( "
Algebra.Com's Answer #41567 by kayeith(17) ![]() You can put this solution on YOUR website! m = 3 ; (2,4) (x,1)\r \n" ); document.write( "\n" ); document.write( "m = d - b / c - a \n" ); document.write( "3 = 1 - 4 / x - 2 \n" ); document.write( "3 = - 3 / x - 2 \n" ); document.write( "(x - 2) (3 = -3 / x - 2) \n" ); document.write( "3x - 6 = -3 \n" ); document.write( "3x = - 3 + 6 \n" ); document.write( "3x = 3 \n" ); document.write( "x = 3 / 3 \n" ); document.write( "x = 1 \n" ); document.write( " |