document.write( "Question 904405: A truck rental company charges $90 plus $20 per hour. Identify a function that represents the total charge for renting a truck for a certain number of hours. What is the value of the function for an input of 5, and what does it represent? \r
\n" );
document.write( "\n" );
document.write( "Options: \r
\n" );
document.write( "\n" );
document.write( "f(h) = 20 + 90h
\n" );
document.write( "$470, which is the total charge in dollars for renting a truck for 5 hours\r
\n" );
document.write( "\n" );
document.write( " f(h) = 90 + 20h
\n" );
document.write( "$190, which is the total charge in dollars for renting a truck for 5 hours\r
\n" );
document.write( "\n" );
document.write( " f(h) = 90h + 20
\n" );
document.write( "$190, which is the total charge in dollars for renting a truck for 5 hours\r
\n" );
document.write( "\n" );
document.write( "OR \r
\n" );
document.write( "\n" );
document.write( " f(h) = 20h + 90
\n" );
document.write( "$470, which is the total charge in dollars for renting a truck for 5 hours \n" );
document.write( "
Algebra.Com's Answer #548675 by richwmiller(17219) You can put this solution on YOUR website! f(h) = 90 + 20h \n" ); document.write( "90+5*20=190 \n" ); document.write( "$190, which is the total charge in dollars for renting a truck for 5 hours \n" ); document.write( " |