ISAT Mathematical Problem-Solving 2 โ Questions and Answers
Question 1: A train travels 360 miles at a constant speed. If the speed were increased by 20 mph, the trip would take 1 hour less. What is the original speed?
- 60 mph (Correct answer)
- 72 mph
- 80 mph
- 90 mph
Correct answer: 60 mph
Setting up 360/v โ 360/(v+20) = 1 gives vยฒ + 20v โ 7200 = 0, which factors to (vโ60)(v+120) = 0, so v = 60 mph.
Question 2: If logโ(x) + logโ(x โ 2) = 3, what is the value of x?
- 4 (Correct answer)
- 3
- 2
- 6
Correct answer: 4
logโ(x(xโ2)) = 3 means x(xโ2) = 8, so xยฒ โ 2x โ 8 = 0 โ (xโ4)(x+2) = 0; since x > 2, x = 4.
Question 3: A rectangle's length is 3 more than twice its width. If its area is 44 square units, what is the width?
- 4 (Correct answer)
- 5.5
- 3
- 11
Correct answer: 4
Width w satisfies w(2w+3) = 44 โ 2wยฒ + 3w โ 44 = 0 โ (2w+11)(wโ4) = 0; width = 4.
Question 4: What is the sum of all integers from 1 to 100 that are divisible by either 3 or 5?
- 2418 (Correct answer)
- 2310
- 2415
- 2500
Correct answer: 2418
Sum(div by 3) + Sum(div by 5) โ Sum(div by 15) = 1683 + 1050 โ 315 = 2418.
Question 5: If f(x) = xยฒ โ 4x + 7, what is the minimum value of f(x)?
- 3 (Correct answer)
- 4
- 7
- 2
Correct answer: 3
Completing the square: f(x) = (xโ2)ยฒ + 3, so the minimum value is 3 at x = 2.
Question 6: A jar contains 5 red and 3 blue marbles. Two marbles are drawn without replacement. What is the probability both are red?
- 5/14 (Correct answer)
- 25/64
- 10/28
- 1/4
Correct answer: 5/14
P(both red) = (5/8) ร (4/7) = 20/56 = 5/14.
Question 7: The first term of a geometric sequence is 3 and the common ratio is 2. What is the sum of the first 6 terms?
- 189 (Correct answer)
- 192
- 96
- 63
Correct answer: 189
Sโ = 3(2โถ โ 1)/(2 โ 1) = 3 ร 63 = 189.
A train travels 360 miles at a constant speed.
If the speed were increased by 20 mph, the trip would take 1 hour less.
What is the original speed?