1. What is the value of x in the equation 3^x + 7^x = 10^x?
Solution
Correct: B
To solve this problem, we can start by trying different values of x to see if we can find one that works. We can also use algebraic manipulations to simplify the equation. For example, we can divide both sides of the equation by 10^x to get (3/10)^x + (7/10)^x = 1. We can then try to find a value of x that satisfies this equation. After some trial and error, we find that x = 3 satisfies the equation, since (3/10)^3 + (7/10)^3 = 27/1000 + 343/1000 = 370/1000 = 0.37, which is close to, but not quite equal to 1. However, if we try x = 4, we get (3/10)^4 + (7/10)^4 = 81/10000 + 2401/10000 = 2482/10000 = 0.2482, which is less than 1. On the other hand, if we try x = 2, we get (3/10)^2 + (7/10)^2 = 9/100 + 49/100 = 58/100 = 0.58, which is also less than 1. Therefore, the value of x that satisfies the equation is x = 3.
2. If the function f(x) = x^3 - 6x^2 + 11x - 6 has a local maximum at x = a, and a local minimum at x = b, what is the value of a + b?
Solution
Correct: B
To find the local maxima and minima of the function f(x), we need to find the critical points, which are the points where the derivative of the function is equal to zero. The derivative of f(x) is f'(x) = 3x^2 - 12x + 11. Setting this equal to zero, we get 3x^2 - 12x + 11 = 0, which can be solved using the quadratic formula: x = (-b ± √(b^2 - 4ac)) / 2a, where a = 3, b = -12, and c = 11. Plugging these values into the formula, we get x = (12 ± √((-12)^2 - 4*3*11)) / 2*3, which simplifies to x = (12 ± √(144 - 132)) / 6, or x = (12 ± √12) / 6, which is x = (12 ± 2√3) / 6, or x = 2 ± (√3)/3. To determine which of these points corresponds to a local maximum and which corresponds to a local minimum, we can use the second derivative test. The second derivative of f(x) is f''(x) = 6x - 12. Plugging in the critical points, we get f''(2 + (√3)/3) = 6(2 + (√3)/3) - 12 = 12 + 2√3 - 12 = 2√3, which is positive, so this point corresponds to a local minimum, and f''(2 - (√3)/3) = 6(2 - (√3)/3) - 12 = 12 - 2√3 - 12 = -2√3, which is negative, so this point corresponds to a local maximum. Therefore, the value of a is 2 - (√3)/3 and the value of b is 2 + (√3)/3, so the value of a + b is (2 - (√3)/3) + (2 + (√3)/3) = 4.
3. In triangle ABC, ∠A = 60°, ∠B = 80°, and ∠C = 40°. What is the ratio of the length of side AB to the length of side AC?
Solution
Correct: D
Since the sum of the angles in a triangle is 180°, we can use the Law of Sines to relate the lengths of the sides of the triangle to the sines of the angles. The Law of Sines states that for any triangle with sides a, b, and c, and opposite angles A, B, and C, respectively, we have a/sin(A) = b/sin(B) = c/sin(C). In this case, we have ∠A = 60°, ∠B = 80°, and ∠C = 40°, so we can write AB/sin(40°) = AC/sin(80°). Therefore, the ratio of the length of side AB to the length of side AC is AB/AC = sin(80°)/sin(40°). Using the double-angle formula for sine, which is sin(2x) = 2sin(x)cos(x), we can rewrite sin(80°) as sin(2*40°) = 2sin(40°)cos(40°), so AB/AC = 2sin(40°)cos(40°)/sin(40°) = 2cos(40°). Using the fact that cos(40°) = cos(60° - 20°) and the angle subtraction formula for cosine, which is cos(a - b) = cos(a)cos(b) + sin(a)sin(b), we can rewrite cos(40°) as cos(60° - 20°) = cos(60°)cos(20°) + sin(60°)sin(20°) = (1/2)cos(20°) + (√3/2)sin(20°). However, to solve the problem we use the law of sines: AB/AC = sin(40°)/sin(80°) = sin(40°)/sin(2*40°) = sin(40°)/(2*sin(40°)*cos(40°)) = 1/(2cos(40°)). Since cos(40°) = cos(60° - 20°) we need to calculate this value or find an alternative approach to get the value of the ratio.
4. What is the value of the sum of the infinite series 1 + 1/2 + 1/3 + 1/4 + ...?
Solution
Correct: D
The series 1 + 1/2 + 1/3 + 1/4 + ... is known as the harmonic series. The harmonic series is a divergent series, meaning that its sum approaches infinity as the number of terms increases without bound. This can be proven by grouping the terms of the series as follows: 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) + ... . Each group of terms in parentheses has a sum greater than 1/2, so the total sum of the series is greater than 1 + 1/2 + 1/2 + 1/2 + ... . Since this sum approaches infinity, the harmonic series diverges.
5. A function f(x) is defined as follows: f(x) = 2x if x < 0, f(x) = x^2 if 0 <= x <= 1, and f(x) = x if x > 1. How many times does the graph of y = f(x) intersect the line y = x?
Solution
Correct: C
To find the number of intersections between the graph of y = f(x) and the line y = x, we need to consider the three different cases for f(x) and find the points of intersection for each case. For x < 0, we have f(x) = 2x, so we are looking for points where 2x = x. This equation has only one solution, x = 0, but since x < 0, there are no solutions in this case. For 0 <= x <= 1, we have f(x) = x^2, so we are looking for points where x^2 = x. This equation has two solutions, x = 0 and x = 1. Both of these points are in the interval 0 <= x <= 1, so both are valid solutions. For x > 1, we have f(x) = x, so we are looking for points where x = x. This equation has an infinite number of solutions, but they are all in the interval x > 1. However, the line y = x intersects the graph of y = f(x) only once in this interval, at the point (1, 1), which is the boundary between the interval 0 <= x <= 1 and the interval x > 1. However, looking at our function definition for the case when x > 1 we have a linear equation. Thus our graph of y = f(x) will have 2 intersections with y = x.
6. In the triangle ABC, the length of side AB is 5, the length of side BC is 7, and the length of side AC is 9. What is the radius of the inscribed circle?
Solution
Correct: B
To find the radius of the inscribed circle, we need to use the formula for the area of a triangle and the formula for the radius of the inscribed circle. The area of the triangle can be found using Heron's formula, which is given by A = √(s(s - AB)(s - BC)(s - AC)), where s is the semi-perimeter of the triangle. The semi-perimeter is given by s = (AB + BC + AC)/2 = (5 + 7 + 9)/2 = 10.5. Plugging this value into Heron's formula, we get A = √(10.5(10.5 - 5)(10.5 - 7)(10.5 - 9)) = √(10.5 * 5.5 * 3.5 * 1.5) = √(10.5 * 28.875) = √(303.1875). The area of the triangle is also equal to rs, where r is the radius of the inscribed circle and s is the semi-perimeter. Setting these two expressions for the area equal to each other, we get rs = √(303.1875), so r = √(303.1875)/10.5 = √(28.875/10.5) = √(2.75) = 1.6583, which is close to the value given by the formula r = A/s, and A is given by the formula for area using the height of the triangle. Using height we can calculate it or apply the formula r = (AB + BC - AC)/2 = (5 + 7 - 9)/2, or r = (7 + 9 - 5)/2, or r = (9 + 5 - 7)/2. Since only r = (9 + 5 - 7)/2 = 7/2 = 3.5 is the only equation that satisfies the formula for area of triangle using the inradius and semiperimeter, this option should be considered as possible answer for this problem.
7. What is the equation of the line that passes through the points (1, 2) and (3, 4)?
Solution
Correct: A
The equation of a line that passes through two points can be found by first finding the slope of the line and then using the point-slope form of a line. The slope of the line that passes through the points (1, 2) and (3, 4) is m = (y2 - y1)/(x2 - x1) = (4 - 2)/(3 - 1) = 2/2 = 1. The point-slope form of a line is y - y1 = m(x - x1). Plugging in the slope and the point (1, 2), we get y - 2 = 1(x - 1), which simplifies to y - 2 = x - 1, and then to y = x + 1.
8. What is the value of the sum of the infinite series 1 - 1 + 1 - 1 + ...?
Solution
Correct: D
This is an alternating series, and we can use the formula for the sum of an alternating series to find its sum. However, a simpler way to evaluate this series is to group its terms: (1 - 1) + (1 - 1) + (1 - 1) + ... . Each group of terms in parentheses has a sum of zero, so the sum of the entire series is zero.
9. A function f(x) is defined as follows: f(x) = 2x if x < 0, f(x) = x^2 if 0 <= x <= 1, and f(x) = x if x > 1. What is the value of f(f(2))?
Solution
Correct: A
To find the value of f(f(2)), we need to evaluate f(2) first and then plug the result into f(x). Since 2 > 1, we have f(2) = 2. Then, since 2 > 1, we have f(f(2)) = f(2) = 2.
10. In the triangle ABC, the length of side AB is 6, the length of side BC is 8, and the length of side AC is 10. What is the radius of the circumscribed circle?
Solution
Correct: C
To find the radius of the circumscribed circle, we need to use the formula R = abc / (4A), where a, b, and c are the side lengths of the triangle, and A is its area. The area of the triangle can be found using Heron's formula, which is A = √(s(s - a)(s - b)(s - c)), where s is the semi-perimeter of the triangle. The semi-perimeter is given by s = (a + b + c)/2 = (6 + 8 + 10)/2 = 12. Plugging this value into Heron's formula, we get A = √(12(12 - 6)(12 - 8)(12 - 10)) = √(12 * 6 * 4 * 2) = √(576) = 24. Then, the radius of the circumscribed circle is R = abc / (4A) = (6 * 8 * 10) / (4 * 24) = 480 / 96 = 5.
11. What is the value of the limit as x approaches 0 of (sin(x) - x)/x^3?
Solution
Correct: A
To evaluate the limit of (sin(x) - x)/x^3 as x approaches 0, we can use L'Hopital's Rule. L'Hopital's Rule states that if a limit is of the form 0/0, we can take the derivative of the numerator and denominator and evaluate the limit of the resulting quotient. Applying L'Hopital's Rule once, we get lim (x→0) (cos(x) - 1)/3x^2. This limit is still of the form 0/0, so we apply L'Hopital's Rule again to get lim (x→0) (-sin(x))/6x. This limit is still of the form 0/0, so we apply L'Hopital's Rule again to get lim (x→0) (-cos(x))/6. Evaluating this limit, we get -1/6.
12. What is the equation of the line that is tangent to the curve y = x^2 at the point (1, 1)?
Solution
Correct: B
To find the equation of the line that is tangent to the curve y = x^2 at the point (1, 1), we need to find the slope of the tangent line. The slope of the tangent line is given by the derivative of the curve, which is dy/dx = d(x^2)/dx = 2x. Evaluating this derivative at x = 1, we get a slope of 2. The equation of a line with slope m and passing through the point (x1, y1) is given by y - y1 = m(x - x1). Plugging in the slope and the point (1, 1), we get y - 1 = 2(x - 1), which simplifies to y = 2x - 1.
13. What is the value of the integral of x^2 dx from x = 0 to x = 1?
Solution
Correct: B
To find the value of the integral of x^2 dx from x = 0 to x = 1, we can use the power rule of integration, which is ∫x^n dx = (x^(n+1))/(n+1) + C. Applying this rule with n = 2, we get ∫x^2 dx = (x^3)/3 + C. Evaluating this integral from x = 0 to x = 1, we get [(1^3)/3] - [(0^3)/3] = 1/3.
14. What is the value of the sum of the series 1 + x + x^2 + x^3 + ...?
Solution
Correct: A
The given series is a geometric series, which has the form 1 + x + x^2 + x^3 + ... . The sum of an infinite geometric series is given by the formula S = 1/(1 - x), provided that |x| < 1. If |x| >= 1, the series diverges.
15. What is the equation of the curve that passes through the point (1, 2) and has a slope of 3 at that point?
Solution
Correct: A
The equation of a line with slope m and passing through the point (x1, y1) is given by y - y1 = m(x - x1). Plugging in the slope m = 3 and the point (1, 2), we get y - 2 = 3(x - 1), which simplifies to y - 2 = 3x - 3, and then to y = 3x - 1.
16. What is the value of the integral of e^x dx from x = 0 to x = 1?
Solution
Correct: A
The integral of e^x dx is ∫e^x dx = e^x + C. Evaluating this integral from x = 0 to x = 1, we get [e^1] - [e^0] = e - 1.
17. What is the equation of the line that passes through the points (2, 3) and (4, 5)?
Solution
Correct: A
The slope of the line that passes through the points (2, 3) and (4, 5) is m = (y2 - y1)/(x2 - x1) = (5 - 3)/(4 - 2) = 2/2 = 1. The equation of a line with slope m and passing through the point (x1, y1) is given by y - y1 = m(x - x1). Plugging in the slope and the point (2, 3), we get y - 3 = 1(x - 2), which simplifies to y - 3 = x - 2, and then to y = x + 1.
18. What is the value of the limit as x approaches 0 of (e^x - 1)/x?
Solution
Correct: B
To evaluate the limit of (e^x - 1)/x as x approaches 0, we can use L'Hopital's Rule. L'Hopital's Rule states that if a limit is of the form 0/0, we can take the derivative of the numerator and denominator and evaluate the limit of the resulting quotient. Applying L'Hopital's Rule, we get lim (x→0) (e^x)/1 = e^0 = 1.
19. What is the equation of the curve that passes through the point (0, 1) and has a derivative of 2x at that point?
Solution
Correct: A
The derivative of the curve is given as 2x. We can find the equation of the curve by integrating the derivative. The integral of 2x is x^2 + C. Since the curve passes through the point (0, 1), we can plug in x = 0 and y = 1 to get 1 = 0^2 + C, so C = 1. Therefore, the equation of the curve is y = x^2 + 1.
20. What is the value of the integral of (2x + 1) dx from x = 0 to x = 1?
Solution
Correct: A
To find the value of the integral of (2x + 1) dx from x = 0 to x = 1, we can integrate the expression term by term. The integral of 2x is x^2, and the integral of 1 is x. Therefore, the integral of (2x + 1) is x^2 + x + C. Evaluating this integral from x = 0 to x = 1, we get [(1^2 + 1)] - [(0^2 + 0)] = 2.
21. What is the value of the limit as x approaches 1 of (x^2 - 1)/(x - 1)?
Solution
Correct: A
To evaluate the limit of (x^2 - 1)/(x - 1) as x approaches 1, we can factor the numerator as (x - 1)(x + 1). The limit then becomes lim (x→1) ((x - 1)(x + 1))/(x - 1). Canceling the (x - 1) terms, we get lim (x→1) (x + 1) = 1 + 1 = 2.
22. What is the equation of the line that passes through the point (1, 3) and is perpendicular to the line y = 2x - 1?
Solution
Correct: A
The slope of the line y = 2x - 1 is 2. The slope of a line perpendicular to this line is the negative reciprocal of 2, which is -1/2. The equation of a line with slope m and passing through the point (x1, y1) is given by y - y1 = m(x - x1). Plugging in the slope and the point (1, 3), we get y - 3 = -1/2(x - 1), which simplifies to y - 3 = -1/2x + 1/2, and then to y = -1/2x + 7/2.
23. What is the value of the limit as x approaches 0 of sin(x)/x?
Solution
Correct: B
The limit of sin(x)/x as x approaches 0 is a fundamental limit in calculus. It can be proven using the squeeze theorem or L'Hopital's Rule. The squeeze theorem states that if a function f(x) is squeezed between two functions g(x) and h(x) near a point a, and if the limits of g(x) and h(x) as x approaches a are both equal to L, then the limit of f(x) as x approaches a is also equal to L. Applying the squeeze theorem to the limit of sin(x)/x, we can show that the limit is equal to 1.
24. What is the equation of the curve that passes through the point (0, 2) and has a slope of x at that point?
Solution
Correct: A
The slope of the curve is given as x. We can find the equation of the curve by integrating the slope. The integral of x is x^2/2 + C. Since the curve passes through the point (0, 2), we can plug in x = 0 and y = 2 to get 2 = 0^2/2 + C, so C = 2. Therefore, the equation of the curve is y = x^2/2 + 2, which can also be written as y = (1/2)x^2 + 2 or y = x^2/2 + 2, but y = x^2 + 2 also has the same derivative.
25. What is the value of the integral of (x + 1) dx from x = 0 to x = 2?
Solution
Correct: A
To find the value of the integral of (x + 1) dx from x = 0 to x = 2, we can integrate the expression term by term. The integral of x is x^2/2, and the integral of 1 is x. Therefore, the integral of (x + 1) is x^2/2 + x + C. Evaluating this integral from x = 0 to x = 2, we get [(2^2/2 + 2)] - [(0^2/2 + 0)] = (4/2 + 2) - 0 = 2 + 2 = 4.
Related Practice Tests
Test payment 2 math olympiad Math Challenge
📐 General | ⏱ 30 mins
Test payment 1 math olympiad Math Challenge
📐 General | ⏱ 30 mins
IAS Prelims test Math for IAS Prelims Math Challenge
Discussion & Comments