document.write( "Question 289081: Find the value of b that makes the system of equations have the solution (3,5)\r
\n" );
document.write( "\n" );
document.write( "y=3x-4
\n" );
document.write( "y=bx+2 \n" );
document.write( "
Algebra.Com's Answer #209440 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! y=bx+2\r \n" ); document.write( "\n" ); document.write( "If (3,5) is a solution then we must have:\r \n" ); document.write( "\n" ); document.write( "5 = b*3 + 2 \n" ); document.write( "5 - 2 = 3*b \n" ); document.write( "3 = 3*b \n" ); document.write( "b = 3/3 \n" ); document.write( "b = 1 \n" ); document.write( " |