document.write( "Question 829621: There are two groups that sponsor river tours that include sightseeing and lunch.One charges a fixed fee of $120 plus $8 per hour, and the other charges a fixed fee of $100 plus $10 per hour.
\n" );
document.write( "a.Write equations for the average cost per hour for each boat ride as a function of the rental time in hours. \n" );
document.write( "
Algebra.Com's Answer #500046 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "tour 1: \n" ); document.write( "c = 8h + 120 \n" ); document.write( "c/h = (8h + 120)/h \n" ); document.write( "c/h = 8 + 120/h (units = $/hour) \n" ); document.write( "--- \n" ); document.write( "tour 2: \n" ); document.write( "c = 10h + 100 \n" ); document.write( "c/h = (10h + 100)/h \n" ); document.write( "c/h = 10 + 100/h (units = $/hour) \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |