12 multiple-choice questions, progressively harder.
A photo 555 in by 777 in is put in a frame of uniform width xxx, so the outer rectangle is (5+2x)(5 + 2x)(5+2x) by (7+2x)(7 + 2x)(7+2x). If the outer area is 636363 in2^22, how wide is the frame?
Solution
Correct answer: C
The frame adds xxx on each side, so each outer dimension grows by 2x2x2x. Set the outer area to 636363.
(5+2x)(7+2x)=63 ⇒ 4x2+24x+35=63(5 + 2x)(7 + 2x) = 63 \;\Rightarrow\; 4x^2 + 24x + 35 = 63(5+2x)(7+2x)=63⇒4x2+24x+35=63
Move 636363 across and divide by 444: x2+6x−7=0x^2 + 6x - 7 = 0x2+6x−7=0, so (x+7)(x−1)=0(x + 7)(x - 1) = 0(x+7)(x−1)=0 and x=−7x = -7x=−7 or x=1x = 1x=1. A width cannot be negative, so the frame is 111 in wide.
A ball launched from the ground has height h=−16t2+64th = -16t^2 + 64th=−16t2+64t feet. At what times is it 484848 ft high?
Set the height to 484848 and divide by −16-16−16.
−16t2+64t=48 ⇒ t2−4t+3=0 ⇒ (t−1)(t−3)=0-16t^2 + 64t = 48 \;\Rightarrow\; t^2 - 4t + 3 = 0 \;\Rightarrow\; (t - 1)(t - 3) = 0−16t2+64t=48⇒t2−4t+3=0⇒(t−1)(t−3)=0
So t=1t = 1t=1 or t=3t = 3t=3. Both are positive, so both count: the ball is 484848 ft high at 111 s (going up) and again at 333 s (coming down).
The squares of two consecutive positive integers add to 858585. What are the integers?
Correct answer: B
Let the integers be nnn and n+1n + 1n+1, so n2+(n+1)2=85n^2 + (n + 1)^2 = 85n2+(n+1)2=85.
2n2+2n+1=85 ⇒ n2+n−42=0 ⇒ (n+7)(n−6)=02n^2 + 2n + 1 = 85 \;\Rightarrow\; n^2 + n - 42 = 0 \;\Rightarrow\; (n + 7)(n - 6) = 02n2+2n+1=85⇒n2+n−42=0⇒(n+7)(n−6)=0
So n=−7n = -7n=−7 or n=6n = 6n=6. We need positive integers, so discard n=−7n = -7n=−7; the integers are 666 and 777 (and 36+49=8536 + 49 = 8536+49=85).
At a price of ppp dollars, a store sells 120−10p120 - 10p120−10p shirts, and revenue is p(120−10p)p(120 - 10p)p(120−10p). Two prices give a revenue of 350350350 dollars. What is the lower price?
Correct answer: D
Set revenue equal to 350350350 and divide by −10-10−10.
p(120−10p)=350 ⇒ p2−12p+35=0 ⇒ (p−5)(p−7)=0p(120 - 10p) = 350 \;\Rightarrow\; p^2 - 12p + 35 = 0 \;\Rightarrow\; (p - 5)(p - 7) = 0p(120−10p)=350⇒p2−12p+35=0⇒(p−5)(p−7)=0
So p=5p = 5p=5 or p=7p = 7p=7; both are positive and keep the quantity positive, so both are valid. The lower price is 555 dollars.
A right triangle has legs xxx and x+7x + 7x+7 and hypotenuse 131313. What is the shorter leg?
By the Pythagorean theorem, x2+(x+7)2=132x^2 + (x + 7)^2 = 13^2x2+(x+7)2=132.
2x2+14x+49=169 ⇒ x2+7x−60=0 ⇒ (x+12)(x−5)=02x^2 + 14x + 49 = 169 \;\Rightarrow\; x^2 + 7x - 60 = 0 \;\Rightarrow\; (x + 12)(x - 5) = 02x2+14x+49=169⇒x2+7x−60=0⇒(x+12)(x−5)=0
So x=−12x = -12x=−12 or x=5x = 5x=5. A length cannot be negative, so discard x=−12x = -12x=−12; the shorter leg is 555 (and the longer is 121212).
Solving a projectile problem gives t=5t = 5t=5 and t=−1.5t = -1.5t=−1.5. Which is the physical time, and why?
During a flight the clock cannot read a negative value, so a negative root is not a real time.
t=5 (kept),t=−1.5 (rejected: negative time)t = 5 \ \text{(kept)}, \qquad t = -1.5 \ \text{(rejected: negative time)}t=5 (kept),t=−1.5 (rejected: negative time)
The physical answer is t=5t = 5t=5 seconds; the root t=−1.5t = -1.5t=−1.5 solves the equation but is discarded.
A rectangle's length is 222 m more than its width, and its area is 484848 m2^22. What is the length?
Let the width be www; the length is w+2w + 2w+2. Set the area to 484848.
w(w+2)=48 ⇒ w2+2w−48=0 ⇒ (w+8)(w−6)=0w(w + 2) = 48 \;\Rightarrow\; w^2 + 2w - 48 = 0 \;\Rightarrow\; (w + 8)(w - 6) = 0w(w+2)=48⇒w2+2w−48=0⇒(w+8)(w−6)=0
So w=−8w = -8w=−8 or w=6w = 6w=6. Discard the negative width; the width is 666 m, and the question asks for the length, which is w+2=8w + 2 = 8w+2=8 m.
A right triangle has legs xxx and x+14x + 14x+14 and hypotenuse 262626. What is the longer leg?
By the Pythagorean theorem, x2+(x+14)2=262x^2 + (x + 14)^2 = 26^2x2+(x+14)2=262.
2x2+28x+196=676 ⇒ x2+14x−240=0 ⇒ (x+24)(x−10)=02x^2 + 28x + 196 = 676 \;\Rightarrow\; x^2 + 14x - 240 = 0 \;\Rightarrow\; (x + 24)(x - 10) = 02x2+28x+196=676⇒x2+14x−240=0⇒(x+24)(x−10)=0
So x=−24x = -24x=−24 or x=10x = 10x=10. Discard the negative leg; the shorter leg is 101010, and the longer leg is x+14=24x + 14 = 24x+14=24.
At a price of ppp dollars, revenue is p(100−5p)p(100 - 5p)p(100−5p). A price of 888 dollars gives a revenue of 480480480 dollars. What other price gives the same revenue?
Correct answer: A
Set revenue equal to 480480480 and divide by −5-5−5.
p(100−5p)=480 ⇒ p2−20p+96=0 ⇒ (p−8)(p−12)=0p(100 - 5p) = 480 \;\Rightarrow\; p^2 - 20p + 96 = 0 \;\Rightarrow\; (p - 8)(p - 12) = 0p(100−5p)=480⇒p2−20p+96=0⇒(p−8)(p−12)=0
So p=8p = 8p=8 or p=12p = 12p=12. The problem gives 888 dollars, so the other price with the same revenue is 121212 dollars.
A 666 cm by 888 cm photo gets a uniform border of width xxx, giving an outer area of 808080 cm2^22. Find the border width.
Each outer dimension grows by 2x2x2x, so the outer area is (6+2x)(8+2x)=80(6 + 2x)(8 + 2x) = 80(6+2x)(8+2x)=80.
4x2+28x+48=80 ⇒ x2+7x−8=0 ⇒ (x+8)(x−1)=04x^2 + 28x + 48 = 80 \;\Rightarrow\; x^2 + 7x - 8 = 0 \;\Rightarrow\; (x + 8)(x - 1) = 04x2+28x+48=80⇒x2+7x−8=0⇒(x+8)(x−1)=0
So x=−8x = -8x=−8 or x=1x = 1x=1. A width cannot be negative, so the border is 111 cm wide (the outer photo is 888 by 101010).
A positive number equals 666 less than its square. What is the number?
"666 less than its square" is n2−6n^2 - 6n2−6, and that equals the number nnn.
n2−6=n ⇒ n2−n−6=0 ⇒ (n−3)(n+2)=0n^2 - 6 = n \;\Rightarrow\; n^2 - n - 6 = 0 \;\Rightarrow\; (n - 3)(n + 2) = 0n2−6=n⇒n2−n−6=0⇒(n−3)(n+2)=0
So n=3n = 3n=3 or n=−2n = -2n=−2. Both solve the equation, but the problem asks for a positive number, so discard n=−2n = -2n=−2; the number is 333.
In an area problem you solve w2+2w−48=0w^2 + 2w - 48 = 0w2+2w−48=0 and get w=6w = 6w=6 and w=−8w = -8w=−8. Which statement is correct?
Both numbers satisfy the equation, but www stands for a width, and a width cannot be negative.
w=6 (kept),w=−8 (rejected: negative length)w = 6 \ \text{(kept)}, \qquad w = -8 \ \text{(rejected: negative length)}w=6 (kept),w=−8 (rejected: negative length)
So the width is 666; the root w=−8w = -8w=−8 is a real solution of the equation but not of the situation.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.