I have a few (2) math questions from the GMAT Prep Exam, mainly figuring out faster/efficient ways to solve them:
1. A boat traveled upstream a distance of 90 miles at an average speed of (v-3) miles per hour and then traveled the same distance downstream at an average speed of (v+3) miles per hour. If the trip upstream took half an hour longer than the trip downstream, how many hours did it take the boat to travel downstream?
A: 2.5
B: 2.4
C: 2.3
D: 2.2
E: 2.1
Q: I have seen an explanation to the problem that would take more than 2 minutes to complete. My question is what is an alternative way to figure out the answer within a reasonable amount of time or a method that could immediately narrow down the answer choices (I think it's hard since the answer choices do not deviate much from one another).
The answer choice I viewed:
Distance = Rate * Time, so...
90 = (v-3) * (t+1/2) - since it took half an hour longer to go upstream, and 90 = (v+3) * t.
Expand these out:
90 = vt - 3t + v/2 - 3/2
90 = vt + 3t
Subtract the first from the second:
0 = 6t - v/2 + 3/2
Solve for t in terms of v:
6t = v/2 - 3/2
t = v/12 - 1/4
Substitute into the second equation so we can solve for t:
90 = vt+3t = v(v/12-1/4)+3(v/12-1/4)
= v^2/12-v/4+v/4-3/4
= v^2/12 - 3/4
v = sqrt((90+3/4)*12)
= sqrt(363/4*12)
= sqrt(1089) = 33
And since t = v/12-1/4:
t = 33/12-1/4 = 33/12-3/12 = 30/12 = 5/2. It took 2 1/2 hours downstream and 3 hours upstream.
2. The number 75 can be written as the sum of the squares of 3 different positive integers. What is the sum of these 3 integers?
A: 17
B: 16
C: 15
D: 14
E: 13
Q: Is there a quick and easy way to solve this problem? My first intuition was to break 75 into its primes, but realized that did not help. After reviewing the question I wrote out all numbers from 1-8 and their squares and eye balled to see what squared values would sum to 75.