Question 1 of 25
A recipe uses only flour and sugar. Let be cups of flour and be cups of sugar. The mixture requires . If sugar is increased by 1 cup while keeping the total at 8 cups, how does flour change?
SAT Math
Sat Practice Test 6 for SAT Math: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
A recipe uses only flour and sugar. Let f be cups of flour and s be cups of sugar. The mixture requires f+s=8. If sugar is increased by 1 cup while keeping the total at 8 cups, how does flour change?
Question Navigator
A recipe uses only flour and sugar. Let f be cups of flour and s be cups of sugar. The mixture requires f+s=8. If sugar is increased by 1 cup while keeping the total at 8 cups, how does flour change?
Explanation: Given the constraint f + s = 8, if sugar increases by 1 cup while keeping the total at 8, we need to find how flour changes. If s increases to s + 1, then f + (s + 1) = 8, which means f = 8 - s - 1 = 7 - s. Since originally f = 8 - s, the flour decreases by 1 cup. This illustrates a zero-sum constraint: when one variable increases, the other must decrease by the same amount. For problems with fixed totals, an increase in one variable always causes an equal decrease in the other.
A coordinate plane graph shows f(x) as a square-root curve with endpoint at (−1,0) and passing through (3,2). The curve increases slowly to the right and is defined only for x≥−1. What is the domain of f(x)? Misreading the endpoint as an x-intercept at a different location can change the answer.
Explanation: We need to find the domain of a square root function with endpoint at (-1, 0). The graph shows a square root curve starting at (-1, 0) and extending to the right, existing only for x ≥ -1. For square root functions, the domain is restricted to where the expression under the radical is non-negative. Since the curve starts at x = -1 and continues to the right, the domain is x ≥ -1. A common error is misreading the endpoint location or thinking the domain starts at x = 0 because that's where the basic square root function starts. When finding domains of radical functions, identify the leftmost point where the function begins.
A coordinate plane graph shows the function f(x) as a parabola opening downward with x-intercepts at x=−1 and x=3. The vertex is at (1,4). Which equation matches the graph?
Explanation: We need to find the equation of a downward-opening parabola with x-intercepts at -1 and 3. The graph shows a parabola opening downward (negative leading coefficient) with x-intercepts at x = -1 and x = 3, so the factored form is f(x) = -a(x + 1)(x - 3) where a > 0. The vertex at (1, 4) is the maximum point, and we can verify this is midway between the x-intercepts: (-1 + 3)/2 = 1. To find a, we use the vertex: 4 = -a(1 + 1)(1 - 3) = -a(2)(-2) = 4a, so a = 1. Therefore, f(x) = -(x + 1)(x - 3). A common error is forgetting the negative sign, which would give an upward-opening parabola. Always check that the sign matches the direction of opening shown in the graph.
If the following is true for all values of x, then what is the value of k?
(kx+2)(3x−1)=12x2+2x−2
Explanation: While this problem is certainly doable with pure algebra, many complicated polynomial questions like this one are much more quickly solved by picking numbers. There are lots of x terms in this problem, but the problem specifically states that the equation must hold true for ALL values of x so you can turn a lot of complicated algebra into some rather quick arithmetic by picking an easy value for x. If you pick an easy number to work with like x=1 you will have very small numbers to calculate. Doing so will leave you with: (k+2)(3−1)=12+2−2 2(k+2)=12 k+2=6 k=4 Pro tip: when a question says that an equation holds true for all values of a variable, you can then choose a simple number to stand in for that variable and turn several steps of algebra into a few steps of basic arithmetic.
In right triangle △ABC with ∠C=90∘ and ∠A=52∘, the leg opposite ∠A is BC=19. What is the hypotenuse AB to the nearest tenth?
Explanation: We need the hypotenuse AB given angle A = 52° and the opposite side BC = 19. Using sine: sin(52°) = opposite/hypotenuse = 19/AB. Solving for AB: AB = 19/sin(52°) = 19/0.788 ≈ 24.1. A common error is using the wrong trig ratio - since we know the opposite side and need the hypotenuse, sine is the correct choice. When you have an angle and its opposite side, and need the hypotenuse, always use sine.
A shipping cost is modeled by 4x+6x=10, where x is the weight in pounds. What is the value of x?
Explanation: We need to solve x/4+x/6=10 by finding a common denominator for the fractions. The LCD of 4 and 6 is 12, so we rewrite: (3x/12)+(2x/12)=10, which gives us 5x/12=10. Multiplying both sides by 12 yields 5x=120, so x=24. A common error is to add denominators directly (getting x/10=10, thus x=100) or to use 24 as the LCD instead of 12. When adding fractions, always find the least common denominator first.
A rectangular poster measures 24 inches by 18 inches. What is the area of the poster in square feet? (Use 12 in=1 ft and remember that area requires squaring the conversion.)
Explanation: We need to find the area of a 24 inch by 18 inch poster in square feet. First, convert each dimension to feet: 24 in × (1 ft/12 in) = 2 ft and 18 in × (1 ft/12 in) = 1.5 ft. Then calculate the area: 2 ft × 1.5 ft = 3 ft². The key insight is that when converting area units, you must square the linear conversion factor: (1 ft/12 in)² = 1 ft²/144 in². A common mistake is converting only one dimension or forgetting to square the conversion factor. For area conversions, always convert linear dimensions first, then multiply.
Let f(x)=x+32x−1 and g(x)=x−2x. Which of the following is (f∘g)(x)?
Explanation: Compute f(g(x))=x−2x+32⋅x−2x−1=x−24x−6x−2x+2=4x−6x+2. Other choices drop the common factor, miss the factor 2, or miscompute the numerator.
A fitness coach recorded the number of minutes each of 12 clients exercised in a week and the number of calories each client burned during those workouts. The scatterplot shows minutes exercised (in minutes) on the x-axis and calories burned (in calories) on the y-axis, with a dashed line of best fit. Based on the scatterplot, which statement best describes the relationship between minutes exercised and calories burned?
Explanation: The question asks which statement best describes the relationship between minutes exercised and calories burned based on the scatterplot. The scatterplot displays points that generally increase from left to right, showing a positive trend with moderate spread around the dashed line of best fit, and no obvious nonlinear patterns. This upward trend indicates that as minutes exercised increase, calories burned tend to increase, aligning with a positive association as in choice C. To confirm, observe that the line of best fit has a positive slope, meaning higher x-values correspond to higher predicted y-values. A key error in choice D is confusing association with causation, as scatterplots describe patterns but do not prove cause-and-effect; choice A incorrectly identifies a negative trend, and B overlooks the evident association. Remember, data literacy involves describing observed trends accurately without inferring unproven causality. A useful test-taking strategy is to mentally trace the overall direction of the points before reading choices to avoid bias.
A line passes through (3,8) and has slope 31. Which equation is the line in point-slope form?
Explanation: The question asks for the point-slope form of a line through (3,8) with slope 1/3. The form is y - y1 = m(x - x1), so y - 8 = (1/3)(x - 3). This directly uses the given point and slope. It models the linear equation without expanding. A common error is switching x and y coordinates, like y-3=(1/3)(x-8). Another mistake might be using reciprocal slope like 3. For point-slope, plug in the known point and slope carefully.
A square has side length 11. What is the length of its diagonal?
Explanation: A square's diagonal forms a 45°-45°-90° triangle with two sides of the square. For a square with side length s, the diagonal has length s√2. With side length 11, the diagonal = 11√2. Common mistakes include doubling the side (getting 22) or using 11√3. Remember that a square's diagonal always equals side × √2, which follows from the Pythagorean theorem: 11² + 11² = 2(121) = 242, so diagonal = √242 = 11√2.
In the coordinate plane, the circle shown has center (1,1) and passes through (5,1). What is the area of the circle, in terms of π?
Explanation: This question asks for the area of a circle with center (1,1) that passes through (5,1). First, find the radius as the distance between these points: r=(5−1)2+(1−1)2=16+0=4. The area formula is A=πr2=π(4)2=16π. A common error is forgetting to square the radius or confusing radius with diameter. Since both points have the same y-coordinate, this is a horizontal distance calculation, making it easier to avoid errors.
A water tank holds 18 quarts. A manual describes capacity in gallons. Using 1 gal=4 qt, what is the tank’s capacity in gallons?
Explanation: We need to convert 18 quarts to gallons. Set up the conversion: 18 qt × (1 gal/4 qt). The quart units cancel: 18/4 = 4.5 gallons. To divide: 18 ÷ 4 = 4 remainder 2, so 18/4 = 4 + 2/4 = 4 + 0.5 = 4.5. A common error is multiplying by 4 instead of dividing. Remember: gallons are larger than quarts, so converting quarts to gallons gives a smaller number.
A car’s value, V, depreciates by 18% each year. The value after t years is modeled by V=22000(0.82)t. What does the number 22000 represent in this situation?
Explanation: This question tests understanding of exponential decay model parameters, specifically what each number represents in context. In the equation V = 22000(0.82)^t, the number 22000 is the coefficient that appears when t = 0, making it the initial value of the car. The base 0.82 represents the decay factor (1 - 0.18 = 0.82, since the car loses 18% of its value each year). A common mistake is thinking 22000 represents the value after one year, but that would be 22000(0.82)^1 = 18040. When interpreting exponential models, always evaluate at t = 0 to find the initial value.
A coordinate plane shows an exponential curve that passes through (0,8) and decreases to the right, passing near (1,4) and (2,2). Which equation best matches the graph?
Explanation: We need to identify an exponential curve passing through (0,8), (1,4), and (2,2). This is exponential decay since values are decreasing. From 8 to 4 is ×1/2, and from 4 to 2 is also ×1/2, confirming constant ratio. Testing y = 8(1/2)^x: at x = 0, y = 8(1/2)^0 = 8(1) = 8 ✓; at x = 1, y = 8(1/2)^1 = 8(1/2) = 4 ✓; at x = 2, y = 8(1/2)^2 = 8(1/4) = 2 ✓. The decay factor of 1/2 means the function value halves with each unit increase in x. Exponential decay has base between 0 and 1. When consecutive y-values show constant ratios less than 1, it indicates exponential decay.
The coordinate plane shows the graph of f(x), a parabola opening upward with x-intercepts at x=−4 and x=0. The vertex is at (−2,−4). Which equation matches the graph? A plausible wrong choice comes from using the wrong sign for the leading coefficient.
Explanation: We need to find the equation of an upward-opening parabola with x-intercepts at x = -4 and x = 0, and vertex at (-2, -4). Since the parabola has x-intercepts at -4 and 0, we can write f(x) = ax(x + 4). To find a, we use the vertex (-2, -4): -4 = a(-2)(-2 + 4) = a(-2)(2) = -4a, so a = 1. Therefore, f(x) = x(x + 4). The parabola opens upward since a = 1 > 0, which matches the description. A common error is using the wrong sign for the leading coefficient, which would make the parabola open downward instead.
A taxi fare is shown on a coordinate plane with points (1,6) and (5,14), where x is miles and y is total cost in dollars. Assuming a linear model, what is the cost for a 9-mile ride?
Explanation: This problem requires finding a linear equation from two points and then extrapolating. Given points (1,6) and (5,14), first find the slope: m = (14-6)/(5-1) = 8/4 = 2. Using point-slope form with (1,6): y - 6 = 2(x - 1), which simplifies to y = 2x + 4. For a 9-mile ride, y = 2(9) + 4 = 18 + 4 = 22 dollars. The key steps are calculating slope from two points, finding the equation, then evaluating at the desired x-value. A common error is using the slope incorrectly or forgetting the y-intercept when writing the final equation.
A line passes through (5,2) and has y-intercept −3. Which equation represents the line in slope-intercept form?
Explanation: Given a line through (5,2) with y-intercept −3, we can find the equation. Since the y-intercept is −3, we have y=mx−3. Using point (5,2): 2=m(5)−3, which gives us 2=5m−3, so 5=5m and m=1. Therefore, the equation is y=x−3. Common errors include arithmetic mistakes when solving for the slope or confusing which value is the y-intercept. When given the y-intercept explicitly, use it directly in the slope-intercept form.
A train travels at 72 miles per hour. How long will it take the train to travel 210 miles at this constant speed? (Give the time in hours.)
Explanation: We need the time to travel 210 miles at 72 mph. Using time = distance ÷ speed: 210 miles ÷ 72 mph = 2.917 hours, which rounds to 2.92 hours. Don't confuse hours with minutes or round too early. For time calculations at constant speed, always use distance divided by rate.
A store sells notebooks for x dollars each and pens for y dollars each. A customer buys 3 notebooks and 2 pens for a total of 19. Which equation represents this relationship between x and y?
Explanation: We need to write an equation representing the total cost of 3 notebooks at x dollars each and 2 pens at y dollars each, totaling $19. The cost of 3 notebooks is 3x dollars, and the cost of 2 pens is 2y dollars. Adding these together equals the total: 3x + 2y = 19. A common mistake is reversing the coefficients, writing 2x + 3y = 19, which would mean 2 notebooks and 3 pens. When translating word problems into equations with two variables, carefully match each coefficient to its corresponding variable based on the problem context.
The number of pages p remaining in a book after reading r pages is modeled by p=320−r. If p decreases by 12, how does r change?
Explanation: Given p = 320 - r, we need to find how r changes when p decreases by 12. If p decreases by 12, then p_new = p - 12 = (320 - r) - 12 = 308 - r. Setting this equal to 320 - r_new, we get 308 - r = 320 - r_new, which gives us r_new = r + 12. Therefore, r increases by 12. The key insight is that in the equation p = 320 - r, p and r change in opposite directions. When working with inverse relationships, a decrease in one variable causes an increase in the other.
A gym charges a one-time sign-up fee plus a monthly cost. The total cost after x months is modeled by 45+19x=12x+94. What is the value of x, the number of months when the two cost plans are equal?
Explanation: This problem asks us to find when two gym cost plans are equal by solving the equation 45+19x=12x+94. To solve, we first collect like terms by subtracting 12x from both sides: 45+19x−12x=94, which gives us 45+7x=94. Next, we subtract 45 from both sides: 7x=49. Finally, we divide both sides by 7: x=7. A common error is to incorrectly combine the x terms or make arithmetic mistakes when moving constants. When solving equations with variables on both sides, always move all variable terms to one side first.
In a study on diet and weight loss, participants who ate less than 1500 calories a day lost weight faster than those who did not. Which limitation affects the conclusion?
Explanation: This question asks which limitation affects the conclusion in a diet and weight loss study. The study found that people eating under 1500 calories lost weight faster, but this doesn't account for other factors that might influence weight loss. Answer A correctly identifies that not considering exercise habits is a major limitation, as exercise could be a confounding variable affecting the results. Options B incorrectly claims the study proves causation, option C makes an unsupported assumption about diet consistency, and option D describes participant motivation rather than a methodological limitation. When evaluating study limitations, look for important variables that weren't controlled or measured.
A right triangle has legs 9 and 12. Let θ be the acute angle adjacent to the 12-unit leg and opposite the 9-unit leg. What is θ to the nearest degree?
Explanation: We have a right triangle with legs 9 and 12, and need angle θ adjacent to the 12-unit leg and opposite the 9-unit leg. Using tangent: tan(θ) = opposite/adjacent = 9/12 = 0.75. Taking inverse tangent: θ = arctan(0.75) ≈ 36.87°, which rounds to 37°. This is a 3-4-5 triangle scaled by 3 (sides 9-12-15), and the angle opposite the shortest side is always the smallest acute angle. When working with integer-sided right triangles, recognizing Pythagorean triples can help verify your work.
A gym membership fee increases from 80 to 92. What is the percent increase?
Explanation: Percent increase is (92 - 80)/80 * 100 = 15. 12 is the absolute difference, 13 uses the new price as the base, and 1.15 is the multiplier, not the percent.