0
In Hovercraft problem
You run a hovercraft factory. Your factory makes ten hovercrafts in a month. Given the number of customers you got that month, did you make a profit? It costs you 2,000,000. What is this number ?is the Number of hovercraft?or Cost?
3 Respostas
+ 1
A single hovercraft costs 2 000 000 coins. You are making ten hovercraft a month no matter how many you sell, so you probably need to take those 2 000 000 times 10. (Check the example at the bottom of the description!)
+ 1
insurancecost = 1000000,
buildcost = 2000000,
montlybuild = 10,
montlycost,
cost = 3000000;
montlycost =(montlybuild*buildcost) + insurancecost;
0
how many hovercraft did you sell ? number