document.write( "Question 854743: A ship travels between two ports. The cost of fuel is 100(ax+b/x+10)dollar, where x is the average speed of the ship in knots, and a and b are constants. if the travels at 4 knots, the cost of fuel would be $9000, but at 6 knots, the cost would be $7000.
\n" ); document.write( "1) find the values of a and b
\n" ); document.write( "2) what is the cost of fuel at an average speed of 5 knots?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #515188 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
9000=100((4a+b)/(4+10)),
\n" ); document.write( "7000=100((6a+b)/(6+10))\r
\n" ); document.write( "\n" ); document.write( "C=100((5a+b)/(5+10))
\n" ); document.write( "a = -70, b = 1540, C = 23800/3=7933.33
\n" ); document.write( "
\n" );