Given the variables cost_of_bus_rental and max_bus_riders , write an expression corresponding to the cost per rider (assuming the bus is full).

Given the variables cost_of_bus_rental and max_bus_riders , write an expression corresponding to the cost per rider (assuming the bus is full).



Answer: cost_of_bus_rental / max_bus_riders


Learn More :