12 multiple-choice questions, progressively harder.
Two numbers have a sum of 969696 and a difference of 242424. What is the larger number?
Solution
Correct answer: A
Let xxx be the larger and yyy the smaller: x+y=96x + y = 96x+y=96 and x−y=24x - y = 24x−y=24. Add to eliminate yyy.
2x=120 ⇒ x=602x = 120 \;\Rightarrow\; x = 602x=120⇒x=60
The larger number is 606060 (and the smaller is 363636).
A museum charges 999 dollars for adults and 555 dollars for children. One day 500500500 visitors paid a total of 362036203620 dollars. How many children visited?
Let aaa and ccc be adults and children: a+c=500a + c = 500a+c=500 and 9a+5c=36209a + 5c = 36209a+5c=3620. Multiply the count equation by 999 and subtract.
(9a+9c)−(9a+5c)=4500−3620 ⇒ 4c=880 ⇒ c=220(9a + 9c) - (9a + 5c) = 4500 - 3620 \;\Rightarrow\; 4c = 880 \;\Rightarrow\; c = 220(9a+9c)−(9a+5c)=4500−3620⇒4c=880⇒c=220
So 220220220 children visited (and 280280280 adults).
A 151515-pound nut mix worth 555 dollars per pound is made from peanuts at 333 dollars per pound and almonds at 888 dollars per pound. How many pounds of almonds are in the mix?
Correct answer: D
Let ppp and aaa be pounds of peanuts and almonds: p+a=15p + a = 15p+a=15 and 3p+8a=5(15)=753p + 8a = 5(15) = 753p+8a=5(15)=75. Substitute p=15−ap = 15 - ap=15−a.
3(15−a)+8a=75 ⇒ 5a=30 ⇒ a=63(15 - a) + 8a = 75 \;\Rightarrow\; 5a = 30 \;\Rightarrow\; a = 63(15−a)+8a=75⇒5a=30⇒a=6
The mix uses 666 pounds of almonds (and 999 of peanuts).
A rowing team goes 242424 miles downstream in 222 hours and 242424 miles upstream in 333 hours. What is the team's rowing speed in still water?
Downstream 2(b+c)=242(b + c) = 242(b+c)=24 gives b+c=12b + c = 12b+c=12; upstream 3(b−c)=243(b - c) = 243(b−c)=24 gives b−c=8b - c = 8b−c=8. Add to eliminate ccc.
2b=20 ⇒ b=102b = 20 \;\Rightarrow\; b = 102b=20⇒b=10
The still-water speed is 101010 mph (and the current is 222 mph).
A total of 500050005000 dollars is split between a 4%4\%4% and a 7%7\%7% account, earning 290290290 dollars a year. How much is in the 7%7\%7% account?
Let xxx and yyy be the amounts at 4%4\%4% and 7%7\%7%: x+y=5000x + y = 5000x+y=5000 and 0.04x+0.07y=2900.04x + 0.07y = 2900.04x+0.07y=290. Substitute x=5000−yx = 5000 - yx=5000−y.
0.04(5000−y)+0.07y=290 ⇒ 0.03y=90 ⇒ y=30000.04(5000 - y) + 0.07y = 290 \;\Rightarrow\; 0.03y = 90 \;\Rightarrow\; y = 30000.04(5000−y)+0.07y=290⇒0.03y=90⇒y=3000
So 300030003000 dollars is in the 7%7\%7% account (and 200020002000 at 4%4\%4%).
A rectangle is 444 cm longer than it is wide, and its perimeter is 525252 cm. What is its width?
Correct answer: C
Let LLL and WWW be length and width: L=W+4L = W + 4L=W+4 and 2(L+W)=522(L + W) = 522(L+W)=52, so L+W=26L + W = 26L+W=26. Substitute.
(W+4)+W=26 ⇒ 2W=22 ⇒ W=11(W + 4) + W = 26 \;\Rightarrow\; 2W = 22 \;\Rightarrow\; W = 11(W+4)+W=26⇒2W=22⇒W=11
The width is 111111 cm (and the length is 151515 cm).
A small plane flies 480480480 miles with a tailwind in 333 hours, and the return into the wind takes 444 hours. What is the wind speed?
Correct answer: B
With the wind 480/3=160480 / 3 = 160480/3=160, so p+w=160p + w = 160p+w=160; against it 480/4=120480 / 4 = 120480/4=120, so p−w=120p - w = 120p−w=120. Subtract to eliminate ppp.
(p+w)−(p−w)=160−120 ⇒ 2w=40 ⇒ w=20(p + w) - (p - w) = 160 - 120 \;\Rightarrow\; 2w = 40 \;\Rightarrow\; w = 20(p+w)−(p−w)=160−120⇒2w=40⇒w=20
The wind speed is 202020 mph (and the plane is 140140140 mph in still air).
A startup's cost is y=7x+450y = 7x + 450y=7x+450 and its revenue is y=16xy = 16xy=16x. What is the revenue, in dollars, at break-even?
Set cost equal to revenue: 16x=7x+45016x = 7x + 45016x=7x+450, so 9x=4509x = 4509x=450 and x=50x = 50x=50. Then the revenue is 16x16x16x.
y=16(50)=800y = 16(50) = 800y=16(50)=800
The revenue at break-even is 800800800 dollars.
Two trains leave stations 240240240 miles apart at the same time and head toward each other, meeting after 222 hours. One train travels 202020 mph faster than the other. What is the speed of the faster train?
Let sss be the slower speed and fff the faster, both unknown: f=s+20f = s + 20f=s+20, and meeting after 222 hours gives 2s+2f=2402s + 2f = 2402s+2f=240, so s+f=120s + f = 120s+f=120. Substitute s+20s + 20s+20 for fff.
s+(s+20)=120 ⇒ 2s=100 ⇒ s=50s + (s + 20) = 120 \;\Rightarrow\; 2s = 100 \;\Rightarrow\; s = 50s+(s+20)=120⇒2s=100⇒s=50
Then the faster train goes f=50+20=70f = 50 + 20 = 70f=50+20=70 mph.
Two numbers sum to 353535, and the larger is 444 times the smaller. What is the smaller number?
Let yyy be the smaller and xxx the larger: x+y=35x + y = 35x+y=35 and x=4yx = 4yx=4y. Substitute 4y4y4y for xxx.
4y+y=35 ⇒ 5y=35 ⇒ y=74y + y = 35 \;\Rightarrow\; 5y = 35 \;\Rightarrow\; y = 74y+y=35⇒5y=35⇒y=7
The smaller number is 777 (and the larger is 282828).
A ferry travels 606060 miles downstream in 333 hours and 606060 miles upstream in 555 hours. What is the ferry's speed in still water?
Let bbb be the still-water speed and ccc the current, both unknown. Downstream 3(b+c)=603(b + c) = 603(b+c)=60 gives b+c=20b + c = 20b+c=20; upstream 5(b−c)=605(b - c) = 605(b−c)=60 gives b−c=12b - c = 12b−c=12. Add to eliminate ccc.
2b=32 ⇒ b=162b = 32 \;\Rightarrow\; b = 162b=32⇒b=16
The still-water speed is 161616 mph (and the current is 444 mph).
You solve a system and find a pair that satisfies both of your equations, but the number of buses comes out as 7.57.57.5. The best conclusion is:
A count of buses has to be a whole number, so a value of 7.57.57.5 fails the check against the words even though it satisfies your equations.
7.5 buses ⇒ fails the context check7.5 \text{ buses} \;\Rightarrow\; \text{fails the context check}7.5 buses⇒fails the context check
Recheck both the translation into equations and the problem's own conditions and data, rather than rounding a wrong result.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.