document.write( "Question 1191510: A delivery service charges Php 40 flat rate in addition to Php 13.50 per km. Juna has no
\n" );
document.write( "more than Php 200 to spend on a delivery. How many km can she ask for with her budget? \n" );
document.write( "
Algebra.Com's Answer #823334 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 200>=40+13.40x, where x=k \n" ); document.write( "160>13.40x \n" ); document.write( "11.94>=x \n" ); document.write( "or x =< 11.94 km \n" ); document.write( "11 km if rounding to nearest integer, otherwise 11.94 km. \n" ); document.write( " |