amc math - Jan 14, 15:32

AMC math test level questions.

🏆 Free — No Login Required
← Back to All Entrance Tests

1. What is the value of x in the equation 3^x + 7^x = 10^x?

Solution
Correct: C
To solve for x, we need to use numerical methods or observation. By trying the values, we can see that x = 3 satisfies the equation 3^3 + 7^3 = 10^3, since 27 + 343 = 370 and 1000 = 1000, which is close but not exact. However, when we try x = 3, we get 3^3 + 7^3 = 27 + 343 = 370 and 10^3 = 1000, which are different. We should notice, though, that as x increases, the term 10^x grows faster than 3^x + 7^x. Thus, there must be a solution for a value of x less than 3, but very close to it, because 3^x and 7^x are increasing, but 10^x increases faster. Looking at the given choices, we should realize the answer is less than 3 but should pick an integer for simplicity. Let's check x = 2: 3^2 + 7^2 = 9 + 49 = 58, and 10^2 = 100. Since 58 is less than 100, the value of x must be more than 2, but we already saw that it is less than 3. So, x must be between 2 and 3. However, since the given choices are integers, we should consider that the question might not be looking for an exact answer but rather the closest integer that could satisfy the condition given in the problem, or there might have been an error in the assessment of the provided solutions. Upon re-evaluation and trying x = 3 again with the proper method, we'd realize the actual task is beyond simple calculation and the exact value should be derived with logarithms or advanced numerical methods which typically aren't the focus for a quick AMC-style question. Given the options and looking back at the original task, without the possibility to apply more complex methods, we should look for a more suitable, less complex question that aligns with AMC style but recognize the oversight in calculation here.

2. In how many ways can 5 people be seated in a row if each person is seated next to someone of the opposite gender?

Solution
Correct: B
The problem states that 5 people must be seated in a row with each person seated next to someone of the opposite gender. Given the constraint, we realize there must be an even number of people to alternate genders, but since we only have 5 people, they cannot be strictly alternated by gender. However, since the problem seems to be constructed with an assumption or oversight regarding an odd number of total people, let's reassess with a possible understanding that there are indeed more than one person of each gender, meaning there are both men and women but with a total of 5 people, implying either 3 of one gender and 2 of the other (or vice versa), and we want to maximize alternation under the constraint. If we have 3 of one gender (let's say women) and 2 of the other (men), the arrangement could look like MWMWM, which satisfies the condition given. To calculate the number of arrangements: for the MWMWM arrangement, the 3 women can be arranged in 3! ways, and the 2 men can be arranged in 2! ways. Thus, the number of ways is 3! * 2! = 12. However, the arrangement could also start with a woman (W), leading to a WMWMW pattern, which is essentially the same as the MWMWM pattern when considering circular permutations aren't mentioned and starting point doesn't change the relative positioning, so these are not distinct in the context provided. The actual distinct question should involve counting these arrangements directly under the given conditions. So, for either arrangement pattern (starting with a man or a woman), considering the specific pattern required, the calculation provided earlier stands as the method to find arrangements under the constraints given, but we must match the answer format. Since this calculation doesn't align perfectly with the provided choices and involves an understanding that doesn't perfectly match the initial AMC-style simplicity, we recognize an error in aligning the problem's conditions with the expected answer format. However, sticking strictly to given formats and the problem as closely as interpreted, we might align with a basic principle of such arrangement questions.

3. What is the sum of all the roots of the equation x^4 + 3x^3 - 9x^2 - 27x - 18 = 0?

Solution
Correct: A
The sum of all roots of a polynomial equation can be found using Vieta's formulas. For a polynomial equation of the form ax^n + bx^(n-1) + ... + cx + d = 0, the sum of the roots is given by -b/a. Here, a = 1 and b = 3, so the sum of the roots is -3/1 = -3.

4. 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
To solve this, consider the net progress the snail makes each day. The snail climbs 3 feet but slips back 2 feet, resulting in a net gain of 1 foot per day. However, on the final day of climbing, the snail will reach the top and not slip back. The well is 20 feet deep. If we subtract the final climb (3 feet) from the well depth, we get 20 - 3 = 17 feet that the snail must cover with its net daily progress of 1 foot. Thus, it takes 17 days to climb 17 feet (since the snail moves 1 foot net per day), and on the 18th day, the snail climbs the final 3 feet and reaches the top without slipping back. So, it takes 18 days in total for the snail to reach the top of the well.

5. If the length of the shorter base of a trapezoid is 5 cm, and the length of the longer base is 15 cm, what is the average length of the bases?

Solution
Correct: C
To find the average length of the bases of the trapezoid, we need to add the lengths of the two bases and then divide by 2. The formula for average is (sum of values)/number of values. Here, the sum of the lengths of the bases is 5 cm + 15 cm = 20 cm, and there are 2 bases. So, the average length is 20 cm / 2 = 10 cm.

6. A bakery sells a total of 250 loaves of bread per day. They sell a combination of whole wheat and white bread. If the ratio of whole wheat to white bread is 3:5, how many loaves of whole wheat bread are sold per day?

Solution
Correct: A
The total ratio parts are 3 + 5 = 8 parts. These 8 parts represent the total 250 loaves of bread. To find out how many loaves each part represents, we divide the total loaves by the total parts: 250 / 8 = 31.25 loaves per part. Since whole wheat bread represents 3 parts, we multiply the loaves per part by 3: 31.25 * 3 = 93.75 loaves. However, since the number of loaves must be a whole number and the given choices don't include the exact calculation, the closest choice to this calculation, recognizing an oversight in calculation or an assumption in question construction, would be to understand the distribution as directly related to the ratio parts.

7. A circle has a diameter of 14 cm. What is the circumference of the circle?

Solution
Correct: A
The formula for the circumference of a circle is C = πd, where d is the diameter. Given the diameter is 14 cm, we substitute this into the formula to get C = π * 14 = 14π cm.

8. In a triangle, the length of the hypotenuse is 10 inches, and one of the legs is 6 inches. What is the length of the other leg?

Solution
Correct: C
Using the Pythagorean theorem, a^2 + b^2 = c^2, where c is the length of the hypotenuse, and a and b are the lengths of the other two sides. Given c = 10 inches and one of the legs (let's say a) = 6 inches, we can solve for b: 6^2 + b^2 = 10^2. This simplifies to 36 + b^2 = 100. Subtracting 36 from both sides gives b^2 = 64. Taking the square root of both sides gives b = 8 inches.

9. If f(x) = x^2 - 4x + 4, what is f(-2)?

Solution
Correct: D
To find f(-2), we substitute x = -2 into the function f(x) = x^2 - 4x + 4. So, f(-2) = (-2)^2 - 4(-2) + 4 = 4 + 8 + 4 = 16.

10. What is the equation of the line that passes through the points (2,3) and (4,5)?

Solution
Correct: A
To find the equation of the line passing through two points, we can use the formula for slope m = (y2 - y1)/(x2 - x1), and then use the point-slope form of the line equation, y - y1 = m(x - x1). Given points (2,3) and (4,5), the slope m = (5 - 3)/(4 - 2) = 2/2 = 1. Using point-slope form with (2,3): y - 3 = 1(x - 2). Simplifying, y - 3 = x - 2, which further simplifies to y = x + 1.

11. A car travels from city A to city B at an average speed of 40 mph and returns at an average speed of 60 mph. What is the average speed for the round trip?

Solution
Correct: B
The average speed for a round trip is calculated using the formula: Average Speed = Total Distance / Total Time. Let's denote the distance from A to B as D. The time to travel from A to B is D/40, and the time to return from B to A is D/60. The total time is D/40 + D/60. To add these fractions, we find a common denominator, which is 120. This gives us (3D + 2D)/120 = 5D/120 = D/24. The total distance for the round trip is 2D. Therefore, the average speed = Total Distance / Total Time = 2D / (D/24) = 48 mph.

12. A rectangular garden measures 10 meters by 5 meters. If a path that is 1 meter wide is built around the garden, what is the area of the path?

Solution
Correct: C
To find the area of the path, first, calculate the total area of the garden plus the path, and then subtract the area of the garden. The outer dimensions of the garden and path are (10+2) meters by (5+2) meters, which equals 12 meters by 7 meters. The area of the garden plus the path is 12 * 7 = 84 square meters. The area of the garden itself is 10 * 5 = 50 square meters. The area of the path is the difference between these two areas: 84 - 50 = 34 square meters. However, looking at the given choices and the standard approach to such problems, it seems there was an oversight in considering the provided options.

13. What is the value of sin(30°)?

Solution
Correct: A
From trigonometric values for common angles, sin(30°) is 1/2.

14. A store has a 15% discount on all items. If a shirt originally costs $20, how much will it cost after the discount?

Solution
Correct: C
To find the discount, calculate 15% of $20, which is 0.15 * $20 = $3. Then subtract this discount from the original price: $20 - $3 = $17.

15. A cube has a volume of 64 cubic cm. 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 s is the length of a side. Given V = 64, we solve for s: s^3 = 64, so s = ∛64 = 4.

16. What is the equation of the line that has a slope of 2 and passes through the point (1,3)?

Solution
Correct: A
Using the point-slope form of the line equation, y - y1 = m(x - x1), where m is the slope and (x1, y1) is the point on the line. Given m = 2 and (x1, y1) = (1,3), we substitute these values into the equation to get y - 3 = 2(x - 1). Simplifying this gives y - 3 = 2x - 2, which further simplifies to y = 2x + 1.

17. If a = 2 and b = 3, what is the value of (a^2 + b^2) / (a + b)?

Solution
Correct: C
Given a = 2 and b = 3, we first calculate a^2 and b^2: a^2 = 2^2 = 4, b^2 = 3^2 = 9. Then, a^2 + b^2 = 4 + 9 = 13. Also, a + b = 2 + 3 = 5. Thus, (a^2 + b^2) / (a + b) = 13 / 5.

18. A water tank can hold 1000 liters of water. Due to a leak, the tank is losing water at a rate of 5 liters per minute. At the same time, water is being added to the tank at a rate of 10 liters per minute. How many minutes will it take to fill the tank?

Solution
Correct: D
The net rate at which the tank is being filled is the difference between the rate at which water is being added and the rate at which it is leaking out: 10 liters/minute - 5 liters/minute = 5 liters/minute. To find the time to fill the tank, divide the capacity of the tank by the net fill rate: 1000 liters / 5 liters/minute = 200 minutes.

19. A company produces two products, X and Y. The profit on X is $10 per unit and on Y is $15 per unit. If the company produces 200 units of X and 100 units of Y, what is the total profit?

Solution
Correct: C
The profit from X is 200 units * $10/unit = $2000. The profit from Y is 100 units * $15/unit = $1500. The total profit is $2000 + $1500 = $3500.

20. What is the least common multiple (LCM) of 6 and 8?

Solution
Correct: C
To find the LCM of 6 and 8, list the multiples of each number. The multiples of 6 are 6, 12, 18, 24, etc. The multiples of 8 are 8, 16, 24, etc. The smallest number that appears in both lists is 24, so 24 is the LCM of 6 and 8.

21. A circular pizza has a diameter of 16 inches. What is the area of the pizza?

Solution
Correct: A
The formula for the area of a circle is A = πr^2, where r is the radius. Given the diameter is 16 inches, the radius r is 16/2 = 8 inches. So, A = π(8)^2 = 64π square inches.

22. A group of friends want to share some money in the ratio 2:3:5. If the total amount of money is $120, how much will each friend get?

Solution
Correct: D
The total parts in the ratio are 2 + 3 + 5 = 10 parts. The total amount of money is $120. To find out how much money each part represents, we divide the total money by the total parts: $120 / 10 = $12 per part. Thus, the friends get 2 * $12 = $24, 3 * $12 = $36, and 5 * $12 = $60 respectively.

23. A car rental company charges a base fee of $20 plus an additional $0.25 per mile. If a customer rents a car for a day and drives 120 miles, what is the total cost?

Solution
Correct: D
The base fee is $20. The cost for 120 miles at $0.25 per mile is 120 * $0.25 = $30. The total cost is $20 (base fee) + $30 (mileage) = $50.

24. A cylindrical water tank has a height of 10 meters and a radius of 4 meters. What is the volume of water the tank can hold?

Solution
Correct: A
The formula for the volume of a cylinder is V = πr^2h, where r is the radius and h is the height. Given r = 4 meters and h = 10 meters, V = π(4)^2(10) = π * 16 * 10 = 160π cubic meters.

25. A store is having a sale where everything is 15% off. If a shirt was originally $25, how much will it cost during the sale?

Solution
Correct: B
To find the discount, calculate 15% of $25: 0.15 * $25 = $3.75. Then subtract this discount from the original price: $25 - $3.75 = $21.25.

26. A bakery sells 250 loaves of bread per day. They sell a combination of whole wheat and white bread. If the ratio of whole wheat to white bread is 3:7, how many loaves of whole wheat bread are sold per day?

Solution
Correct: A
The total ratio parts are 3 + 7 = 10 parts. These 10 parts represent the total 250 loaves of bread. To find out how many loaves each part represents, we divide the total loaves by the total parts: 250 / 10 = 25 loaves per part. Since whole wheat bread represents 3 parts, we multiply the loaves per part by 3: 25 * 3 = 75 loaves.

27. If a = 3 and b = 4, what is the value of (a + b)^2?

Solution
Correct: B
First, find (a + b): 3 + 4 = 7. Then, square this sum: 7^2 = 49.

Discussion & Comments

Loading comments...