Quant Mixed Practice (Use Paper) Flashcards
There are 5 women and 4 men. How many different teams of 2 women and 2 men are possible?
Count the women pairs and men pairs separately, then multiply for the total.
Women: 5 * 4 / 2 = 10
Men: 4 * 3 / 2 = 6
10 * 6 = 60
There are 9 candidates for 4 positions on a committee. How many different committees are possible?
126
out of 9, pick 4
4 slots on top, then divide by 4!, because the order doesn’t matter.
6 athletes are competing for gold, silver and bronze medals, plus 1 honorable mention. How many different ways can the awards be distributed?
This time, the order matters, so we don’t divide by “4!”
4 Slots (for gold, silver, bronze, honorable mention) –> 6*5*4*3 = 30*12 = 360
What is the sum of the odd integers from 5 to 25, inclusive?
“inclusive” means including 5 and 25.
Sum = Number of values (N) * Average Value
= N * (First + Last) / 2
N = (Last - First) / Increment + 1
= (25 - 5) / 2 + 1 = 20/2 + 1 = 11
Sum = 11 * (5+25) / 2 = 11 * 15 = 10*15 + 15 = 165
Mary spent a total of $10,000 on supplies, taxes, and rent last year. How much did she spend on rent?
(1) The amount spent on rent was 50 percent of the amount spent on taxes and supplies.
(2) The amount spent on supplies was 1/3 of the amount spent on taxes and rent
A- (1) Alone
DON’T CALCULATE!
Rephrase: 10,000 = S + T + R, R = ?
If we have 2 more unique equations, or 1 equation that has the combo “S + T”, it’s sufficient!
(1) R = .5(T + S) –> 2R = S + T –> Can substitute S + T into the equation, and solve for R.
(2) S = 1/3 (T + R). This time, we can’t isolate “S+T”. Insufficient.
The number of pens that Joe and Mary had were in a 2:3 ratio. After Mary gave Joe 6 pens, Mary had 3 pens for every 7 that Joe had. After this gift, Joe had how many more pens than Mary?
8
Start with unknown multiplier: Joe / Mary = 2x / 3x
Then, we add 6 to Joe, and subtract 6 from Mary, to create an equation with the new ratio.
Make sure to put the ratio in the correct order: The new ratio is 7/3
Cross-multiply and solve for x.
Make sure to answer the question asked!
Plug in x –> (2x + 6) / (3x - 6) = 14 / 6 –> 14 - 6 = 8
A boat was sold at a loss of 40% of the purchase price. Another boat was sold at a profit of 20% of the purchase price. If each boat was sold for $30,000, what was the total profit or loss combined?
Let C = Cost ; calculate separately
Loss: 30,000 = (100% - 40%) * C
30,000 = .6C = 3/5 C
Divide by 3/5 –> Multiply by 5/3 –> C = 50,000 –> Loss = 20,000
Profit: 30,000 = (100% + 20%) * C = 1.2C = 6/5 C
C = 25,000 –> Profit = 5000
Combined, 20,000 - 5,000 = $15,000 Loss
Find the ratio of boxes loaded– night crew : day crew
3/4 the speed, 4/5 as many workers
3/4 * 4/5 = 3/5 = night crew : day crew.
Read carefully! Question asks what fraction of the TOTAL is the day crew
5 / (3+5) = 5/8
Shirts were sold for $20 more than the cost. They were sold at a profit of 40% of the purchase price. The total revenue from shirt sales was $2800. How many shirts were sold?
40
C = Cost or Purchase Price S = Sales Price
20 = 40% * C
20 = 2/5 * C
C = 50
S = 50 + 20 = 70
Revenue = Sales Price * Number sold –> R = SN –> N = R/S
2800 / 70 = 40
If n is a positive integer and the product of all the integers from 1 to n, inclusive, is a multiple of 2^8, what is the least possible value of n?
10
“The product of all integers from 1 to n” translates to n! (n factorial)
We need to find the lowest factorial that includes 8 total 2’s as factors.
Machine type A does a job in 8 hours, while machine type B does a job in 12 hours. If 2 machines of type A are used, how many machines of type B are needed to complete the job in 90 minutes?
Calculate the Work separately for A and B:
A: N = 2, R = 1/8, T = 90 minutes = 3/2 hours
W = NRT = 2 * 1/8 * 3/2 = 3/8
So, work remaining for type B is 1 - (3/8) = 5/8
B: 5/8 = N * 1/12 * 3/2
5/8 = N * 1/8 –> N = 5
There were 3 plums and 4 lemons. After more of each were added, the ratio of plums to lemons was 2:1. How many lemons were added?
(1) A total of 8 plums and lemons were added
(2) The number of plums added is 5 more than twice the number of lemons
A: (1) Alone
Define variables and translate:
P = plums added, L = lemons added. Solving for L.
(3+P) / (4+L) = 2/1
Need 1 more unique equation to solve.
(1) P + L = 8 Unique equation –> Sufficient
(2) Trap! Same as the info in the prompt, not a unique equation!
Cross-multiply the prompt equation to check if it’s the same as (2)
P = 5 + 2L
An integer between 1 and 66 is chosen at random. What is the probability that n(n+1) will be divisible by 6?
Pattern will repeat every 6 numbers, up to 66.
“Divisible by 6” means “has both 2 and 3 as factors”
Easiest way is to create a chart:
4/6 = 2/3
N is 3 times the average of 15 numbers. In terms of N, what is the average of all the numbers, including N?
Let A = average of the 15 numbers
N = 3A –> A = 1/3 N
It asks for the average of all 16 numbers : (N + 15A) / 16
Substitute for A –> N + 5N / 16
6N / 16 = 3/8 N
Mary drives at a speed of 66 feet/second. How many miles away is she from her home, if it will take her 3 hours to reach home? (Given 1 mile = 5280 feet)
A) 25
B) 80
C) 135
D) 210
E) 300
c) 135
RT = D ; T = 3 –> 3R = D
Need to convert from feet/second to miles/hour. Set it up so units cross out on top and bottom, to avoid mistakes. (see image below)
If we notice the answer chioces are quite far apart, we can approximate, instead of calculating exactly!
3600/5280 is approximately 2/3 –> 2/3 * 66 = 44 mi/hr. (3600/5280 simplifies to 15/22 –> you can verify this as practice, but if we can approximate and save time that’s great)
3R = D –> 44*3 = 132 –> C