document.write( "Question 1015771: A bicycle rental company charges $18 to rent a bicycle, plus $7 for every two hours of rental time.Represent the relationship using an equation. \n" ); document.write( "
Algebra.Com's Answer #632189 by fractalier(6550) You can put this solution on YOUR website! Call h the number of hours you rent for...call C your cost...we get \n" ); document.write( "C = 18 + 7(h/2) \n" ); document.write( " |