document.write( "Question 51320: Find values for m and b in the following system so that the solution to te system is ( -3, 4).
\n" );
document.write( " 5x + 7y = b
\n" );
document.write( " mx + y = 22 \n" );
document.write( "
Algebra.Com's Answer #34261 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Find the values of m and b given the solution to the system is (-3, 4): \n" ); document.write( "5x + 7y = b \n" ); document.write( "mx +y = 22\r \n" ); document.write( "\n" ); document.write( "Substitute the x- and y-coordinates from the given point (-3, 4) into each equation and solve for the b and m.\r \n" ); document.write( "\n" ); document.write( "5(-3) + 7(4) = b Simplify. \n" ); document.write( "-15 + 28 = b \n" ); document.write( "b = 13\r \n" ); document.write( "\n" ); document.write( "mx + y = 22 \n" ); document.write( "m(-3) + 4 = 22 Subtract 4 from both sides of the equation. \n" ); document.write( "-3m = 18 Divide both sides by -3. \n" ); document.write( "m = -6\r \n" ); document.write( "\n" ); document.write( "You can verify these solutions by substituting b = 13 and m = -6 into the appropriate equation and doing the math. \n" ); document.write( "Try this yourself. \n" ); document.write( " |