i'd like to share my solutions and my mistakes
1. There are 5 pairs of white, 3 pairs of black and 2 pairs of grey socks in a drawer. If four socks are picked at random what is the probability of getting two socks of the same color?
A. 1/5
B. 2/5
C. 3/4
D. 4/5
E. 1
this one was pretty simple, just consider that there are 3 colors, so the minimum number of picks to get 2 socks of the same color is 4. thus picking 4 socks gives you 100% probability that we pick 2 socks of the same color
2. If x is an integer and 9<x^2<99, then what is the value of maximum possible value of x minus minimum possible value of x?
A. 5
B. 6
C. 7
D. 18
E. 20
i fumbled this one badd! i did not consider negative numbers
min: x = +-4
max x = +-9
thus the difference is 9-(-9) = 18
3. Fanny and Alexander are 360 miles apart and are traveling in a straight line toward each other at a constant rate of 25 mph and 65 mph respectively, how far apart will they be exactly 1.5 hours before they meet?
A. 25 miles
B. 65 miles
C. 70 miles
D. 90 miles
E. 135 miles
this one was pretty straightforward. take the gap of 360, divide it by the relative speed of 90, they meet in 4 hours. so 1.5 h before they meet they travelled for 2.5 hours, 2.5h * relative speed of 90 = 225. 360-225 = 135
4. If -3<x<5 and -7<y<9, which of the following represent the range of all possible values of y-x?
A. -4<y-x<4
B. -2<y-x<4
C. -12<y-x<4
D. -12<y-x<12
E. 4<y-x<12
i got confused for a bit, but i did it right. to do that we have to consider the "opposite values" of x.
min --> y-x --> -7-5 = -12
max--> y-x --> 9-(-3) = 12
6. Anna has 10 marbles: 5 identical red, 2 identical blue, 2 identical green, and 1 yellow. She wants to arrange all of them in a row such that no two adjacent marbles are of the same color, and the first and last marbles are of different colors. How many different arrangements are possible?
A. 30
B. 60
C. 120
D. 240
E. 480
fumbled this one. but i love
Bunuel explenation
7. After 2/9 of the numbers in a data set A were observed, it turned out that 3/4 of those numbers were non-negative. What fraction of the remaining numbers in set A must be negative so that the total ratio of negative numbers to non-negative numbers be 2 to 1?
A. 11/14
B. 13/18
C. 4/7
D. 3/7
E. 3/14
i got confused but it was pretty simple, we know that 2/9*3/4 = 1/6 is positive and 2/9*1/4 = 1/18 are negative. we want the negatives to be 2/3 (ratio is 2:1). so the remaining numbers --> 7/9*x plus 1/18 must be equal to 2/3 --> 7/9*x+1/18 = 2/3 --> x = 11/14
8. There are 15 black chips and 5 white chips in a jar. What is the least number of chips we should pick to guarantee that we have 2 chips of the same color?
A. 3
B. 5
C. 6
D. 16
E. 19
pretty straightforward. we have 2 colors, so the worst case scenario is when we pick 2 and are of different colors, then the third pick will surely get you a color that you already have.
9. Julie is putting M marbles in a row in a repeating pattern: blue, white, red, green, black, yellow, pink. If the row begins with blue marble and ends with red marble, then which of the following could be the value of M?
A. 22
B. 30
C. 38
D. 46
E. 54
this is a sequence like problem. we have have a sequence of 7 colors, the last one is a red marble (the third in the sequence), meaning that the number of marble placed is something like 7k+3. the only number that, when subtracted 3 is divisible by 7 is 38.
10. If n is an integer and 1/10(n+1)<0.00737<1/(10^n), then what is the value of n?
A. 1
B. 2
C. 3
D. 4
E. 5
meaning that the minimum value will be 0.001, the maximum 0.01 --> or 10^-3 and 10^-2 --> n = 2
1/10(3)<0.00737<1/(10^2)
11. The numbers {1, 3, 6, 7, 7, 7} are used to form three 2-digit numbers. If the sum of these three numbers is a prime number p, what is the largest possible value of p?
A. 97
B. 151
C. 209
D. 211
E. 219
6 is a even number, so it cannot be in the unit digits, we have to form the biggest between 61 and 67 --> we get 67. we are left with 1,3,7,7 --> maximize the first digit --> 73 and 71. 211
If −1/3≤x≤−1/5 and −1/2≤y≤−1/4 what is the least value of x2∗y possible?
A. -1/100
B. -1/50
C. -1/36
D. -1/18
E. -1/6
x^2 is always positive, so we can pick for x the lower bound --> -1/3 --> x2 = 1/9, or the upper bound -1/5 --> 1/25. we want the greatest to be multiplied to y, that is negative, to achieve the lowest value possible of x2∗y, so we pick 1/9
y can only be negative, to maximize the x2∗y we get the lowest bound for sure --> -1/2
x2∗y = (1/9)(-1/2) = -1/18