document.write( "Question 126602: Find values for m and b in the following system so that the solution to the system
\n" );
document.write( "is (-3, 4).
\n" );
document.write( "5x + 7y = b
\n" );
document.write( "mx + y = 22 \n" );
document.write( "
Algebra.Com's Answer #92751 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find values for m and b in the following system so that the solution to the system \n" ); document.write( "is (-3, 4). \n" ); document.write( "5x + 7y = b \n" ); document.write( "mx + y = 22 \n" ); document.write( "----------------- \n" ); document.write( "Substitute for x and y to get: \n" ); document.write( "5*-3 + 7*4 = b \n" ); document.write( "m*-3 + 4 = 22 \n" ); document.write( "------------------------ \n" ); document.write( "b = -15+28 = 13 \n" ); document.write( "-3m = 18 \n" ); document.write( "m = -6 \n" ); document.write( "------------------- \n" ); document.write( "Solution: b = 13 ; m = -6 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |