document.write( "Question 349964: I am being asked to \"Find the linear functions satisfying\": F(4)=3 F(-4)=11
\n" );
document.write( "I know the two problems should be set up as follows...
\n" );
document.write( "3=m(4)+b and 11=m(-4)+b
\n" );
document.write( "I also know that you have to find B first but, I don't know how to do this... \n" );
document.write( "
Algebra.Com's Answer #250139 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \"Find the linear functions satisfying\": F(4)=3 F(-4)=11 \n" ); document.write( "--- \n" ); document.write( "You have two points: (4,3) and (-4,11) \n" ); document.write( "--- \n" ); document.write( "slope = (11-3)/(-4-4) = 8/-8 = -1 \n" ); document.write( "--------------------- \n" ); document.write( "Form: y = mx+b \n" ); document.write( "3 = -1(4) + b \n" ); document.write( "b = 7 \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "y = -x+7 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |