Maths Olympiad Prep

Library / /207 of 520

Algebra Difficulty 3.1 AMC 10/12 Find the answer

The Public Security Traffic Police Department reminds citizens that when riding a bicycle, they must strictly adhere to the rule of "one helmet, one belt." A helmet dealer has compiled the sales data of a certain brand of helmets from April to June. The brand sold 100 helmets in April and 144 helmets in June, with the monthly growth rate of sales being the same from April to June.
(1)(1) Find the monthly growth rate of sales for this brand of helmets.
(2)(2) If the cost price of this type of helmet is 3030 yuan per helmet, and it is observed that in the market, when the selling price is 4040 yuan per helmet, the monthly sales volume is 600 helmets. If with each increase of 11 yuan per helmet, the monthly sales volume decreases by 10 helmets, in order to achieve a monthly sales profit of 10,00010,000 yuan and to provide customers with the best value, what should be the actual selling price of this brand of helmet per helmet?

A number or a short expression. Spacing and $ signs are ignored.

Solution

To solve the given problems, we proceed as follows:

Part (1): Finding the Monthly Growth Rate of Sales

Let's denote the monthly growth rate of sales by xx. The problem states that the sales increased from 100 helmets in April to 144 helmets in June, with the same monthly growth rate. Since there are two months from April to June, the sales in June can be represented as 100(1+x)2=144100(1+x)^2 = 144.

To find xx, we solve the equation:
\begin{align*}
100(1+x)^2 &= 144 \\
(1+x)^2 &= \frac{144}{100} \\
(1+x)^2 &= 1.44 \\
1+x &= \sqrt{1.44} \\
x &= \sqrt{1.44} - 1 \\
x &= 1.2 - 1 \\
x &= 0.2 \text{ or } x = -2.2
\end{align*}

Since a negative growth rate doesn't make sense in this context, we discard x=2.2x = -2.2 and conclude that the monthly growth rate is 20%20\%. Thus, x=20%\boxed{x = 20\%}.

Part (2): Finding the Actual Selling Price for Maximum Profit

Let the actual selling price of the helmet be mm yuan. According to the problem, when the selling price is 4040 yuan, the monthly sales volume is 600 helmets. If with each increase of 11 yuan, the monthly sales volume decreases by 10 helmets, then the sales volume can be represented as 60010(m40)600 - 10(m - 40).

The profit is given by the selling price minus the cost price, multiplied by the sales volume. We aim for a profit of 10,00010,000 yuan, so we set up the equation:
\begin{align*}
(m - 30)[600 - 10(m - 40)] &= 10,000 \\
(m - 30)(600 - 10m + 400) &= 10,000 \\
(m - 30)(1000 - 10m) &= 10,000 \\
1000m - 10m^2 - 30000 + 300m &= 10,000 \\
-10m^2 + 1300m - 40,000 &= 0 \\
m^2 - 130m + 4000 &= 0
\end{align*}

Solving this quadratic equation, we find that m=50m = 50 or m=80m = 80. To provide customers with the best value, we choose the lower price, which is m=50m = 50 yuan per helmet. Therefore, the actual selling price of this brand of helmet should be m=50\boxed{m = 50} yuan per helmet.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.