Math 1 Quiz: Computing Missing Measures
11 questions · exam conditions
0:00
Computing Missing MeasuresQuestion 1 of 11

A cylindrical water tank has a radius of 4 feet and contains water to a depth of 6 feet. If water is added at a rate of 8 cubic feet per minute, how long will it take for the water level to reach 9 feet?

6π minutes
18π minutes
12π minutes
24π minutes
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Computing Missing Measures

Practice Computing Missing Measures in Math 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Computing Missing Measures, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A cylindrical water tank has a radius of 4 feet and contains water to a depth of 6 feet. If water is added at a rate of 8 cubic feet per minute, how long will it take for the water level to reach 9 feet?

  1. 6π minutes (correct answer)
  2. 18π minutes
  3. 12π minutes
  4. 24π minutes
Explanation: The water level needs to rise from 6 feet to 9 feet, an increase of 3 feet. The volume of water to be added is π × r² × h = π × 4² × 3 = 48π cubic feet. At 8 cubic feet per minute, time = 48π ÷ 8 = 6π minutes. Choice B calculates the total volume to reach 9 feet instead of just the additional volume. Choice C uses diameter instead of radius. Choice D doubles the correct answer, possibly from using the wrong height.

Question 2

A rectangular swimming pool is 30 feet long and 20 feet wide. A concrete walkway of uniform width surrounds the pool. If the total area including the walkway is 1000 square feet, what is the width of the walkway?

  1. 2.5 feet
  2. 3 feet
  3. 4 feet
  4. 5 feet (correct answer)
Explanation: Let w = walkway width. The total dimensions are (30 + 2w) by (20 + 2w). Total area: (30 + 2w)(20 + 2w) = 1000. Expanding: 600 + 60w + 40w + 4w² = 1000, so 4w² + 100w - 400 = 0, which simplifies to w² + 25w - 100 = 0. Using the quadratic formula or factoring: w = 5 feet (taking the positive solution). Choice A comes from incorrect setup. Choice B and C result from computational errors in solving the quadratic equation.

Question 3

A rectangular garden has a perimeter of 84 feet. If the length is 6 feet more than twice the width, what is the area of the garden in square feet?

  1. 432 (correct answer)
  2. 378
  3. 486
  4. 324
Explanation: Let w = width and l = length. Given: 2l + 2w = 84 and l = 2w + 6. Substituting: 2(2w + 6) + 2w = 84, so 4w + 12 + 2w = 84, which gives 6w = 72, so w = 12 feet. Therefore l = 2(12) + 6 = 30 feet. Area = 12 × 30 = 432 square feet. Choice B results from using l = 2w - 6 instead. Choice C comes from incorrectly solving for w = 18. Choice D represents the area if dimensions were 18 × 18.

Question 4

A water tank has the shape of an inverted cone with height 12 feet and base radius 4 feet. Water is being pumped into the tank at a constant rate. When the water depth is 6 feet, the water level is rising at a rate of 2 feet per minute. At what rate is water being pumped into the tank, in cubic feet per minute?

  1. 8π8\pi cubic feet per minute (correct answer)
  2. 12π12\pi cubic feet per minute
  3. 16π16\pi cubic feet per minute
  4. 24π24\pi cubic feet per minute
Explanation: Using similar triangles, when water depth is 6 feet, the radius at water surface is r=4612=2r = \frac{4 \cdot 6}{12} = 2 feet. The volume of water is V=13πr2h=13π(h3)2h=πh327V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi (\frac{h}{3})^2 h = \frac{\pi h^3}{27}. Taking the derivative: dVdt=πh29dhdt\frac{dV}{dt} = \frac{\pi h^2}{9} \cdot \frac{dh}{dt}. When h=6h = 6 and dhdt=2\frac{dh}{dt} = 2: dVdt=π3692=8π\frac{dV}{dt} = \frac{\pi \cdot 36}{9} \cdot 2 = 8\pi. Choice B uses incorrect radius calculation. Choice C omits the factor of 1/3 in cone volume. Choice D uses the full cone volume instead of water volume.

Question 5

A manufacturing company produces rectangular metal sheets. Quality control measurements are taken at various points to ensure dimensional accuracy.

A rectangular metal sheet has length ll and width ww, where l=120l = 120 cm and w=80w = 80 cm, each measured with an uncertainty of ±0.5 cm. The area of the sheet is calculated as A=l×wA = l \times w. Using error propagation principles, what is the maximum possible error in the calculated area?

  1. ±40±40 cm²
  2. ±80±80 cm²
  3. ±100±100 cm² (correct answer)
  4. ±120±120 cm²
Explanation: For error propagation in multiplication, when A=l×wA = l \times w, the maximum absolute error is ΔA=AlΔl+AwΔw=wΔl+lΔw\Delta A = |\frac{\partial A}{\partial l}|\Delta l + |\frac{\partial A}{\partial w}|\Delta w = |w|\Delta l + |l|\Delta w. Here, Δl=Δw=0.5\Delta l = \Delta w = 0.5 cm, so ΔA=80×0.5+120×0.5=40+60=100\Delta A = 80 \times 0.5 + 120 \times 0.5 = 40 + 60 = 100 cm². Choice A only considers one partial derivative. Choice B uses incorrect coefficient. Choice D uses wrong error propagation formula.

Question 6

In a right triangle, the hypotenuse is 15 cm and one leg is 3 cm shorter than the other leg. What is the length of the shorter leg?

  1. 9 cm (correct answer)
  2. 12 cm
  3. 6 cm
  4. 7.5 cm
Explanation: Let x = shorter leg, then x + 3 = longer leg. Using Pythagorean theorem: x² + (x + 3)² = 15². This gives x² + x² + 6x + 9 = 225, so 2x² + 6x - 216 = 0, which simplifies to x² + 3x - 108 = 0. Factoring: (x + 12)(x - 9) = 0. Since length must be positive, x = 9 cm. Choice B is the longer leg. Choice C comes from solving x² + (x + 3)² = 15 incorrectly. Choice D is half the hypotenuse, a common misconception.

Question 7

A cone-shaped paper cup has a diameter of 8 cm at the top and a height of 12 cm. If the cup is filled with water to 3/4 of its height, what is the volume of water in the cup?

  1. 48π cm³
  2. 36π cm³
  3. 27π cm³ (correct answer)
  4. 64π cm³
Explanation: When you encounter cone volume problems with partial filling, you need to recognize that the water forms a smaller cone that's similar to the original cone. The key insight is using proportional relationships between corresponding dimensions. First, find the dimensions of the water cone. Since the cup is filled to 3/4 of its height, the water height is 34×12=9\frac{3}{4} \times 12 = 9 cm. Because the water cone is similar to the original cone, all linear dimensions scale by the same factor of 3/4. The original radius is 4 cm (diameter 8 cm ÷ 2), so the water surface radius is 34×4=3\frac{3}{4} \times 4 = 3 cm. Now calculate the water volume using V=13πr2hV = \frac{1}{3}\pi r^2 h: V=13π(32)(9)=13π(9)(9)=81π3=27πV = \frac{1}{3}\pi (3^2)(9) = \frac{1}{3}\pi (9)(9) = \frac{81\pi}{3} = 27\pi cm³ Answer A (48π cm³) results from incorrectly using the original radius (4 cm) with the water height (9 cm). Answer B (36π cm³) comes from using the correct water radius (3 cm) but the full height (12 cm). Answer D (64π cm³) represents the volume of the entire cup: 13π(42)(12)=64π\frac{1}{3}\pi(4^2)(12) = 64\pi cm³. The correct answer is C (27π cm³). Study tip: In similar cone problems, remember that when height scales by a factor, radius scales by the same factor, but volume scales by the cube of that factor. Here, (34)3=2764(\frac{3}{4})^3 = \frac{27}{64}, and 64π×2764=27π64\pi \times \frac{27}{64} = 27\pi.

Question 8

A ladder leans against a wall making a 65° angle with the ground. If the base of the ladder is 12 feet from the wall, approximately how high up the wall does the ladder reach?

  1. 21.3 feet
  2. 14.2 feet
  3. 28.4 feet
  4. 25.7 feet (correct answer)
Explanation: When you encounter a ladder problem with angles and distances, you're dealing with right triangle trigonometry. The ladder, wall, and ground form a right triangle where you need to identify which trigonometric function relates the given information to what you're solving for. Here, you know the angle with the ground (65°) and the horizontal distance from the wall to the ladder's base (12 feet). You need the vertical height up the wall. In this right triangle, the height is the side opposite to the 65° angle, and the 12-foot distance is the side adjacent to the 65° angle. The tangent function relates the opposite side to the adjacent side: tan(65°)=height12\tan(65°) = \frac{\text{height}}{12} Solving for height: height=12×tan(65°)=12×2.144=25.7 feet\text{height} = 12 \times \tan(65°) = 12 \times 2.144 = 25.7 \text{ feet} Looking at the wrong answers: Choice A (21.3 feet) results from using 12×sin(65°)12 \times \sin(65°), which incorrectly treats the 12 feet as the hypotenuse rather than the adjacent side. Choice B (14.2 feet) comes from using 12×cos(65°)12 \times \cos(65°), mixing up which sides the cosine function relates. Choice C (28.4 feet) appears to use an incorrect angle or calculation error. Study tip: In right triangle problems, always sketch the triangle and clearly label which side is opposite, adjacent, and hypotenuse relative to your given angle. Remember: SOH-CAH-TOA helps you choose the right function based on which sides you know and need.

Question 9

A sector of a circle has a central angle of 120° and an arc length of 8π inches. What is the area of this sector?

  1. 32π square inches
  2. 16π square inches
  3. 24π square inches (correct answer)
  4. 48π square inches
Explanation: When you encounter sector problems, you need to connect three key measurements: central angle, arc length, and area. These are all proportional to each other based on the fraction of the complete circle the sector represents. Start by finding the radius using the arc length formula: s=rθs = r\theta, where ss is arc length, rr is radius, and θ\theta is the angle in radians. First, convert 120° to radians: 120°×π180°=2π3120° × \frac{\pi}{180°} = \frac{2\pi}{3} radians. Now solve for the radius: 8π=r×2π38\pi = r × \frac{2\pi}{3}. Dividing both sides by 2π3\frac{2\pi}{3}: r=8π÷2π3=8π×32π=12r = 8\pi ÷ \frac{2\pi}{3} = 8\pi × \frac{3}{2\pi} = 12 inches. With radius = 12 inches, use the sector area formula: A=12r2θ=12(12)2×2π3=12×144×2π3=24πA = \frac{1}{2}r^2\theta = \frac{1}{2}(12)^2 × \frac{2\pi}{3} = \frac{1}{2} × 144 × \frac{2\pi}{3} = 24\pi square inches. Looking at the wrong answers: A) 32π likely comes from calculation errors in the radius or area formula. B) 16π might result from using the wrong fraction of the circle or forgetting to square the radius properly. D) 48π could come from doubling the correct answer or using degrees instead of radians incorrectly. Study tip: Always convert angles to radians for calculus-based formulas, and remember that sector problems typically require finding one measurement (like radius) before calculating another. Practice the arc length and sector area formulas together since they're frequently paired.

Question 10

Two similar triangles have areas in the ratio 4:9. If the perimeter of the smaller triangle is 24 cm, what is the perimeter of the larger triangle?

  1. 54 cm
  2. 36 cm (correct answer)
  3. 48 cm
  4. 42 cm
Explanation: When you encounter similar triangles with given area ratios, remember that the relationship between corresponding linear measurements (like perimeter) and area follows a specific pattern. Since the triangles are similar, all corresponding linear dimensions are in the same ratio. Let's call this ratio k:1k:1 where the larger triangle's dimensions are kk times the smaller triangle's dimensions. The key insight is that areas of similar figures are proportional to the square of their linear dimensions. Given that the area ratio is 4:94:9, we have k2=94k^2 = \frac{9}{4}, so k=32k = \frac{3}{2}. This means each linear dimension of the larger triangle is 32\frac{3}{2} times the corresponding dimension of the smaller triangle. Since the smaller triangle's perimeter is 24 cm, the larger triangle's perimeter is 24×32=3624 \times \frac{3}{2} = 36 cm. Looking at the wrong answers: A) 54 cm results from incorrectly using the area ratio 94\frac{9}{4} directly with the perimeter (24×94=5424 \times \frac{9}{4} = 54), forgetting that perimeter scales with the square root of the area ratio. C) 48 cm comes from doubling the smaller perimeter, which has no mathematical basis here. D) 42 cm appears to use an incorrect ratio calculation. Study tip: For similar figures, always remember that linear measurements (perimeter, side length) scale with the square root of the area ratio, while areas scale with the square of the linear ratio. Write down area ratio=linear ratio\sqrt{\text{area ratio}} = \text{linear ratio} to avoid confusion.

Question 11

A regular hexagon is inscribed in a circle with radius 10. What is the area of the hexagon?

  1. 300 square units
  2. 150√3 square units (correct answer)
  3. 100√3 square units
  4. 200√3 square units
Explanation: When you encounter a regular polygon inscribed in a circle, the key insight is that you can divide it into congruent triangles by drawing radii to each vertex. This creates triangles with two sides equal to the radius and allows you to use properties specific to that polygon. For a regular hexagon inscribed in a circle, drawing radii to all six vertices creates six congruent triangles, each with a central angle of 360°6=60°\frac{360°}{6} = 60°. Since each triangle has two sides equal to the radius (10) and the angle between them is 60°, these are actually equilateral triangles with all sides equal to 10. The area of one equilateral triangle with side length 10 is 34×102=253\frac{\sqrt{3}}{4} \times 10^2 = 25\sqrt{3}. Since the hexagon contains six such triangles, the total area is 6×253=15036 \times 25\sqrt{3} = 150\sqrt{3} square units. Looking at the wrong answers: A) 300 represents 6×506 \times 50, which you'd get if you incorrectly calculated the triangle area as 50 instead of 25325\sqrt{3}. C) 1003100\sqrt{3} would result from using only four triangles instead of six, perhaps confusing this with a square. D) 2003200\sqrt{3} comes from miscalculating the triangle area as 10033\frac{100\sqrt{3}}{3} instead of 25325\sqrt{3}. Remember that regular hexagons inscribed in circles always break into six equilateral triangles. This makes the calculation straightforward once you recognize the pattern, and the side length of each triangle always equals the radius of the circle.