1. What is the value of x in the equation 2^x + 2^(x+1) = 24?
Solution
Correct: A
To find the value of x, first simplify the equation by factoring out 2^x: 2^x + 2 * 2^x = 24, which simplifies to 3 * 2^x = 24. Then divide both sides by 3 to get 2^x = 8. Since 2^3 = 8, x must equal 3.
2. A snail is at the bottom of a 20-foot well. Each day, it climbs up 3 feet, but at night, it slips back 2 feet. How many days will it take for the snail to reach the top of the well?
Solution
Correct: A
The snail effectively climbs 1 foot each day. However, on the day it reaches or surpasses the 20-foot mark, it won't slip back. It needs 18 days to climb 18 feet (since 18 days * 1 foot/day = 18 feet), and on the 18th day, when it climbs its 3 feet, it will reach 20 feet and not slip back, so it takes 18 days to reach the top.
3. If f(x) = 2x^2 + 5x - 3, what is f(-2)?
Solution
Correct: C
To find f(-2), substitute x with -2 into the equation f(x) = 2x^2 + 5x - 3. This gives f(-2) = 2(-2)^2 + 5(-2) - 3 = 2(4) - 10 - 3 = 8 - 10 - 3 = -5.
4. A bakery is having a sale on bread. A regular loaf normally costs $2.40, and a whole wheat loaf normally costs $3.00. During the sale, all bread is 15% off. What is the price of a regular loaf during the sale?
Solution
Correct: B
The discount on a regular loaf is 15% of $2.40, which is 0.15 * $2.40 = $0.36. The sale price is therefore $2.40 - $0.36 = $2.04.
5. A car travels from City A to City B at an average speed of 60 mph and returns at an average speed of 40 mph. What is the average speed of the car for the entire trip?
Solution
Correct: A
To find the average speed for the entire trip when the distances traveled at different speeds are the same, we use the formula for average speed = (2 * speed1 * speed2) / (speed1 + speed2). Thus, the average speed = (2 * 60 * 40) / (60 + 40) = 4800 / 100 = 48 mph.
6. A company has 15 workers. If an average of 6 workers are needed to complete a project in 10 days, how many days would it take for 8 workers to complete the same project, assuming the work rate remains constant?
Solution
Correct: A
The total work needed for the project can be found by multiplying the average number of workers by the number of days: 6 workers * 10 days = 60 worker-days. With 8 workers, the number of days required would be the total work divided by the number of workers: 60 worker-days / 8 workers = 7.5 days. However, my calculations are to illustrate the method, but the formula and the provided options suggest simplification or a specific approach not directly leading to the exact provided choices. The correct approach is inverse proportionality between the number of workers and the days: if 6 workers take 10 days, then the work can be represented as 6 * 10 = 60 worker-days. For 8 workers to do the same amount of work, it would take 60 worker-days / 8 workers = 7.5 days, indicating an error in my initial explanation towards the options given. Correctly applying the formula based on the question and available choices should align with the concept that the product of the workers and days should be constant across scenarios.
7. In a right-angled triangle, the length of the hypotenuse is 10 inches and one of the other sides is 6 inches. What is the length of the third side?
Solution
Correct: B
Using the Pythagorean theorem, c^2 = a^2 + b^2, where c is the length of the hypotenuse (10 inches) and one of the sides (a) is 6 inches. We need to find b. So, 10^2 = 6^2 + b^2, which means 100 = 36 + b^2. Subtracting 36 from both sides gives us b^2 = 64. Taking the square root of both sides, we find b = 8.
8. If x^2 + 2x - 6 = 0, what are the solutions for x?
Solution
Correct: A
This is a quadratic equation in the form of ax^2 + bx + c = 0. We can solve for x by factoring, completing the square, or using the quadratic formula. The quadratic formula is x = [-b ± sqrt(b^2-4ac)]/(2a). For the equation x^2 + 2x - 6 = 0, a = 1, b = 2, and c = -6. Plugging these values into the formula gives x = [-2 ± sqrt(2^2 - 4*1*(-6))]/(2*1) = [-2 ± sqrt(4 + 24)]/2 = [-2 ± sqrt(28)]/2 = [-2 ± sqrt(4*7)]/2 = [-2 ± 2*sqrt(7)]/2 = -1 ± sqrt(7). Thus, the solutions are -1 + sqrt(7) and -1 - sqrt(7), which does not directly match any provided choices, indicating a misunderstanding in directly applying the quadratic formula towards the given options.
9. If a rectangle's length is increased by 20% and its width is decreased by 10%, what is the effect on its area?
Solution
Correct: A
Let's assume the original length is L and the original width is W. The original area is L * W. If the length is increased by 20%, the new length is 1.2L. If the width is decreased by 10%, the new width is 0.9W. The new area is 1.2L * 0.9W = 1.08LW, which is 1.08 times the original area, meaning an increase of 8%.
10. A water tank can be filled by two pipes, Pipe A and Pipe B, in 20 minutes and 30 minutes respectively. How long will it take to fill the tank if both pipes are opened at the same time?
Solution
Correct: A
The rate of Pipe A filling the tank is 1 tank / 20 minutes, and the rate of Pipe B is 1 tank / 30 minutes. Combined, their rates are (1/20 + 1/30) tanks per minute. Finding a common denominator, we have (3/60 + 2/60) = 5/60 = 1/12 tanks per minute. Therefore, it will take 12 minutes to fill the tank.
11. A certain sum of money amounts to $2700 in 5 years and $2940 in 7 years. What is the rate of interest?
Solution
Correct: B
The difference in amounts after 7 years and 5 years is the interest earned in 2 years, which is $2940 - $2700 = $240. This interest is for 2 years on the principal amount that grew to $2700 in 5 years. To find the annual rate of interest, first, find the interest for one year, which is $240 / 2 = $120 per year. The principal amount after 5 years is $2700, so the interest rate per year is $120 / $2700 * 100. However, to simplify, the formula for simple interest is I = PRT, where I is the interest, P is the principal, R is the rate of interest, and T is the time. Given the interest for 2 years is $240, we find the principal at the start of the 5-year period by subtracting the interest for 5 years (which we don't directly have) from $2700. But knowing the interest for the last 2 of those 5 years is $240, we can set up a relation based on rates. The interest rate can also be found by considering the total growth over the total period but requires an understanding that the $240 interest for 2 years can help derive the rate over the principal at that time. Using the formula A = P(1 + rt) and given A = $2940, and at 5 years it's $2700, with a difference of $240 over 2 years, suggests calculating back to find the principal and then applying. However, a straightforward calculation from given data directly to the rate involves recognizing the growth from $2700 to $2940 over 2 years is $240, and thus applying the formula for interest rate, where $240 = P * r * 2, but we recognize P here should be the amount at the start of the period for which we're considering the interest, leading to a simplification in thought process focusing on the effective interest and the resulting amount.
12. In a group of 8 friends, how many different committees of 3 friends can be formed?
Solution
Correct: D
The number of ways to choose 3 friends out of 8 to form a committee is given by the combination formula C(n, k) = n! / [k!(n-k)!], where n is the total number of items, k is the number of items to choose, and '!' denotes factorial, the product of all positive integers less than or equal to that number. For this problem, n = 8 and k = 3. Thus, C(8, 3) = 8! / [3!(8-3)!] = 8! / (3! * 5!) = (8*7*6) / (3*2*1) = 56.
13. A certain bike originally priced at $240 is on sale for 15% off. How much will you pay for the bike during the sale?
Solution
Correct: B
To find the sale price, calculate the discount first: 15% of $240 = 0.15 * $240 = $36. Then subtract the discount from the original price to get the sale price: $240 - $36 = $204.
14. A cube has a volume of 64 cubic inches. What is the length of one side of the cube?
Solution
Correct: C
The formula for the volume of a cube is V = s^3, where V is the volume and s is the length of one side. Given the volume is 64 cubic inches, we solve for s: s^3 = 64. Taking the cube root of both sides, we find s = 4.
15. A car travels 250 miles in 5 hours. How many miles does it travel per hour?
Solution
Correct: A
To find the speed of the car, divide the total distance traveled by the total time taken: speed = distance / time = 250 miles / 5 hours = 50 miles per hour.
16. What is the value of y in the equation 5y - 3 = 2y + 9?
Solution
Correct: B
To solve for y, start by isolating y on one side of the equation. First, add 3 to both sides to get 5y = 2y + 12. Then, subtract 2y from both sides to get 3y = 12. Finally, divide both sides by 3 to find y = 4.
17. If f(x) = x^2 - 4x + 9, what is f(2)?
Solution
Correct: A
To find f(2), substitute x with 2 into the equation f(x) = x^2 - 4x + 9. This gives f(2) = (2)^2 - 4(2) + 9 = 4 - 8 + 9 = 5.
18. A bakery sells a total of 250 loaves of bread per day. They sell a combination of whole wheat and white bread. If they sell 30 more whole wheat loaves than white bread loaves, and they sell 120 white bread loaves, how many whole wheat loaves do they sell?
Solution
Correct: D
We know they sell 120 white bread loaves, and they sell 30 more whole wheat loaves than white bread loaves. Therefore, the number of whole wheat loaves = 120 + 30 = 150.
19. What is the equation of a line that passes through the points (2,3) and (4,5)?
Solution
Correct: A
To find the equation of the line, we first find the slope, m, using the formula m = (y2 - y1) / (x2 - x1). Substituting the given points, we get m = (5 - 3) / (4 - 2) = 2 / 2 = 1. The equation of a line in slope-intercept form is y = mx + b, where m is the slope and b is the y-intercept. With m = 1 and using one of the points, (2,3), we substitute into the equation to solve for b: 3 = 1*2 + b, so b = 1. Therefore, the equation is y = x + 1.
20. In a right-angled triangle, the hypotenuse is 10 inches long, and one of the other sides is 8 inches long. What is the length of the remaining side?
Solution
Correct: C
Using the Pythagorean theorem, c^2 = a^2 + b^2, where c is the length of the hypotenuse, and one of the sides, a, is 8 inches. We have 10^2 = 8^2 + b^2, which gives 100 = 64 + b^2. Subtracting 64 from both sides gives b^2 = 36. Taking the square root of both sides, we find b = 6.
21. A man invests $1000 at an annual interest rate of 5%. How much will he have at the end of 2 years, compounded annually?
Solution
Correct: C
For the first year, the interest earned is 5% of $1000, which is $50. So, at the end of the first year, he has $1000 + $50 = $1050. For the second year, the interest rate is applied to the new principal of $1050. The interest for the second year is 5% of $1050, which is $52.50. Therefore, at the end of the second year, he has $1050 + $52.50 = $1102.50.
Discussion & Comments