document.write( "Question 370967: Given the function F(s) = 8s + 7, find each of the following
\n" );
document.write( "F(1)=
\n" );
document.write( "F(-10)=
\n" );
document.write( "F(6.9)= \n" );
document.write( "
Algebra.Com's Answer #264314 by neatmath(302)![]() ![]() You can put this solution on YOUR website! When dealing with functions, and values of functions, there is usually a very straightforward way to solve these types of questions. \r \n" ); document.write( "\n" ); document.write( "In general, whenever you see the variable, in this case s, just replace the variable with the given number, in this case: 1, -10, and 6.9 \r \n" ); document.write( "\n" ); document.write( "F(s)=8s+7 \r \n" ); document.write( "\n" ); document.write( "F(1)=8*1+7=8+7=15 \r \n" ); document.write( "\n" ); document.write( "F(-10)=8*(-10)+7=(-80)+7=(-73) \r \n" ); document.write( "\n" ); document.write( "F(6.9)=8*(6.9)+7=55.2+7=62.2 \r \n" ); document.write( "\n" ); document.write( "So we now know: \r \n" ); document.write( "\n" ); document.write( "F(1)=15 \r \n" ); document.write( "\n" ); document.write( "F(-10)=(-73) \r \n" ); document.write( "\n" ); document.write( "F(6.9)=62.25 \r \n" ); document.write( "\n" ); document.write( "I hope this helps! \n" ); document.write( " |