document.write( "Question 47880: find values of m and b in the following system so that the solution to the system is (-3,4)\r
\n" );
document.write( "\n" );
document.write( "5x+7y=b and mx+y=22 \n" );
document.write( "
Algebra.Com's Answer #31695 by pizza(14) ![]() You can put this solution on YOUR website! Well, intuitively, one is supposed to see that the question is asking you to find the equation of two lines such that they intersect at (-3,4). This means we can actually treat each equation separately, and find b such that the line goes through (-3,4) and then find m similarly. If you have studied the equation of lines, then you should be on your way now. Otherwise...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First, 5x + 7y = b \n" ); document.write( "Substitute x = -3, y = 4 into the equation \n" ); document.write( "to get 5(-3) + 7(4) = 13 = b \n" ); document.write( "So b=13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Secondly, mx+y =22 \n" ); document.write( "Substitute x and y as before, \n" ); document.write( "to get m(-3) + 4 = 22 \n" ); document.write( "which becomes m = 18/(-3) = -6 \n" ); document.write( "So m = -6 \n" ); document.write( " |