document.write( "Question 260333: Give the function K(r)= 5r+9 find out each of the following
\n" );
document.write( "K(3)
\n" );
document.write( "K(-9)
\n" );
document.write( "K(6.3) \n" );
document.write( "
Algebra.Com's Answer #191758 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Give the function K(r)= 5r+9 find out each of the following \n" ); document.write( "K(3) = 5*3 + 9 = 15 + 9 = 24 \n" ); document.write( "-- \n" ); document.write( "K(-9) = 5*(-9) + 9 = -45 + 9 = -36 \n" ); document.write( "-- \n" ); document.write( "K(6.3) = 5*6.3 + 9 = 31.5 + 9 = 40.5 \n" ); document.write( " |