Maths Olympiad Prep

Library / /242 of 520

Algebra Difficulty 3.2 AMC 10/12 Find the answer

A certain school in Zhangjiakou City is preparing to purchase speed skating shoes and figure skating shoes to promote ice and snow activities on campus. If they buy 30 pairs of speed skating shoes and 20 pairs of figure skating shoes, the total cost is 8500.Iftheybuy40pairsofspeedskatingshoesand10pairsoffigureskatingshoes,thetotalcostis8500. If they buy 40 pairs of speed skating shoes and 10 pairs of figure skating shoes, the total cost is 8000.
(1)(1) Find the purchase price per pair of speed skating shoes and figure skating shoes.
(2)(2) If the school purchases a total of 50 pairs of both types of ice skates and the total cost does not exceed $8900, find the minimum number of pairs of speed skating shoes the school should purchase.

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

Solution

### Solution:

#### Part 1: Finding the Purchase Price per Pair

Let's denote:
- xx as the purchase price per pair of speed skating shoes in dollars.
- yy as the purchase price per pair of figure skating shoes in dollars.

From the given information, we can set up the following system of equations:

1. For 30 pairs of speed skating shoes and 20 pairs of figure skating shoes, the total cost is $8500:
30x+20y=850030x + 20y = 8500

2. For 40 pairs of speed skating shoes and 10 pairs of figure skating shoes, the total cost is $8000:
40x+10y=800040x + 10y = 8000

To simplify, we can divide the first equation by 10 and the second equation by 10, resulting in:

{3x+2y=8504x+y=800 \begin{cases} 3x + 2y = 850 \\ 4x + y = 800 \end{cases}

Solving this system of equations, we find:

- Multiplying the second equation by 2 to eliminate yy:
4x+y=8008x+2y=16004x + y = 800 \Rightarrow 8x + 2y = 1600

- Subtracting the first equation from this result:
8x+2y(3x+2y)=16008508x + 2y - (3x + 2y) = 1600 - 850
5x=7505x = 750
x=150x = 150

- Substituting x=150x = 150 into one of the original simplified equations:
3(150)+2y=8503(150) + 2y = 850
450+2y=850450 + 2y = 850
2y=4002y = 400
y=200y = 200

Therefore, the purchase price per pair of speed skating shoes is 150\boxed{150} dollars, and the purchase price per pair of figure skating shoes is 200\boxed{200} dollars.

#### Part 2: Minimum Number of Pairs of Speed Skating Shoes

Let mm represent the number of pairs of speed skating shoes purchased. Then, the number of pairs of figure skating shoes purchased is (50m)(50 - m).

Given the prices found in part 1, the total cost for purchasing mm pairs of speed skating shoes and (50m)(50 - m) pairs of figure skating shoes should not exceed $8900:

150m+200(50m)8900150m + 200(50 - m) \leq 8900

Simplifying this inequality:

150m+10000200m8900150m + 10000 - 200m \leq 8900
50m1100-50m \leq -1100
m22m \geq 22

Therefore, the minimum number of pairs of speed skating shoes the school should purchase is 22\boxed{22}.

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.