Question 1 of 25
Convert ( \frac{2}{3} ) to a percent.
ACT Math
Practice Test 18 for ACT Math: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Convert ( \frac{2}{3} ) to a percent.
Question Navigator
Convert ( \frac{2}{3} ) to a percent.
Explanation: This question asks to convert the fraction 2/3 to a percent. To convert a fraction to a percent, divide the numerator by the denominator and multiply by 100. 2 ÷ 3 = 0.6667..., and 0.6667 × 100 = 66.67%. Choice B incorrectly calculated 60%, which would be 3/5, not 2/3.
What is 3u−v if u=⟨2,4⟩ and v=⟨1,−1⟩?
Explanation: This problem involves a linear combination of vectors. We compute 3u−v=3⟨2,4⟩−⟨1,−1⟩. First multiply: 3⟨2,4⟩=⟨6,12⟩. Then subtract: ⟨6,12⟩−⟨1,−1⟩=⟨6−1,12−(−1)⟩=⟨5,13⟩. Apply scalar multiplication first, then vector subtraction.
A function is defined by f(x)=3x−7. What is f(5)?
Use substitution: f(x)=3x−7, so f(5)=3(5)−7.
Explanation: We need to find f(5) where f(x) = 3x - 7. To find f(5), we substitute x = 5 into the function: f(5) = 3(5) - 7 = 15 - 7 = 8. The answer is 8.
A bag contains 6 red and 4 yellow balls. What is the probability of drawing two red balls in a row without replacement?
Explanation: The bag contains 6 red + 4 yellow = 10 total balls. For drawing two red balls without replacement, we need P(1st red) × P(2nd red|1st red). The first draw has 6 red out of 10 total, so P(1st red) = 106. After removing one red ball, there are 5 red out of 9 remaining, so P(2nd red|1st red) = 95. Therefore P(two red) = 106 × 95 = 9030 = 31. Choice C (1/4) might incorrectly assume replacement.
Factor: x2−6x+9
Explanation: To factor x2−6x+9, we recognize this as a perfect square trinomial. We need two numbers that multiply to 9 and add to -6: (-3)(-3) = 9 and (-3) + (-3) = -6. This gives us (x−3)(x−3)=(x−3)2. Perfect square trinomials follow the pattern a2−2ab+b2=(a−b)2.
If △XYZ∼△ABC with XY=5 and AB=15, what is the ratio of YZ to BC?
Explanation: Triangles XYZ and ABC are similar, meaning corresponding sides are proportional. The sides XY and AB correspond to each other, with XY=5 and AB=15. The scale factor from triangle XYZ to triangle ABC is AB/XY=15/5=3/1. Since the triangles are similar, all corresponding sides have the same ratio. Therefore, YZ corresponds to BC, and the ratio YZ:BC=1:3.
What angle θ (in degrees) has sin(θ)=22, where 0∘≤θ≤90∘?
Explanation: We need to find θ where sin(θ) = √2/2. This is a standard unit circle value: sin(45°) = √2/2. We can verify: in a 45-45-90 triangle with hypotenuse √2, both legs equal 1, so sin(45°) = 1/√2 = √2/2.
A matrix A is used to encode a 2-variable system. If A=[02−31], what is −2A?
Explanation: The operation is scalar multiplication by -2, multiplying every entry of the matrix by this scalar. For -2A, (1,1): -20 = 0; (1,2): -2(-3) = 6; (2,1): -22 = -4; (2,2): -21 = -2. This reflects and scales the encoding matrix uniformly. The result is the matrix [[0, 6], [-4, -2]]. Choice B flips the sign of the (1,2) entry, possibly from mishandling the negative scalar.
A runner's distance from the starting line increases at a constant rate. The relationship is modeled by y=0.25x, where x is time in seconds and y is distance in meters. What is the meaning of the slope in this context?
Explanation: The model y = 0.25x represents distance (y in meters) versus time (x in seconds) for a runner. The slope 0.25 means the runner's distance increases by 0.25 meters for each second that passes - this is the runner's speed of 0.25 meters per second. There is no y-intercept term, meaning the runner starts at the starting line (0 meters when x = 0). Choice C incorrectly inverts the units to seconds per meter. Choice A misinterprets the slope as a starting position.
Let A=[−231−1] and B=[5−402]. Which of the following is the product AB?
Explanation: The operation is matrix multiplication, requiring dot products of rows from A with columns from B. For AB, (1,1) is −2∗5+1∗(−4)=−14; (1,2) is −2∗0+1∗2=2; (2,1) is 3∗5+(−1)∗(−4)=19; (2,2) is 3∗0+(−1)∗2=−2. Ensure you multiply and add in the correct order for each entry. The result is the matrix [−14192−2]. Choice C uses 11 instead of 19, likely from forgetting to add 4 in the (2,1) calculation.
Tickets to a high school play cost 12foradultsand8 for children. On opening night, 150 tickets were sold and total revenue was $1,440. How many more children's tickets were sold than adult tickets?
Explanation: This is a systems of equations word problem testing multi-step algebraic modeling. Choice A (30) is correct — set up: let A = adult tickets and C = children's tickets. Two equations: A + C = 150 (total tickets) and 12A + 8C = 1,440 (total revenue). Solve by substitution: C = 150 − A → 12A + 8(150 − A) = 1,440 → 12A + 1,200 − 8A = 1,440 → 4A = 240 → A = 60. Then C = 150 − 60 = 90. Difference: C − A = 90 − 60 = 30. Choice B (45) likely comes from an arithmetic error mid-solve, perhaps computing 4A = 180 → A = 45. Choice C (60) reports the number of adult tickets — finding A but not completing the final step (finding the difference). Choice D (90) reports the number of children's tickets — finding C but not subtracting A. Pro tip: Systems word problems require a final step after solving for variables. Read the question again carefully — here it asks "how many MORE children's tickets," which means C − A, not just C or A alone. After solving the system, always return to the original question to make sure you're reporting the right quantity.
A car rental price is modeled by a line with slope −2 that passes through the point (3,5). Which equation represents this line?
Explanation: We need the equation of a line with slope -2 passing through point (3,5). Using point-slope form: y - 5 = -2(x - 3). Expanding: y - 5 = -2x + 6, so y = -2x + 11. The answer is A: y = -2x + 11. Choice C (y = -2x - 1) has the correct slope but calculates the y-intercept incorrectly.
A worker earns $15.00 per hour for the first 40 hours worked in a week. For any hours worked over 40, the worker earns $22.50 per hour. If the worker works 46 hours in one week, what is the total amount earned?
Explanation: This is an arithmetic and rates question testing overtime pay calculations. Choice B (735.00)iscorrect—regularpayforthefirst40hours:40×15.00 = 600.00.Overtimehours:46−40=6hours.Overtimepay:6×22.50 = 135.00.Total:600 + 135=735.00. Choice A (690.00)appliestheregular15.00 rate to all 46 hours, ignoring the overtime premium entirely: 46 × 15=690. Choice C (750.00)resultsfromasmallarithmeticerrorintheovertimecalculation—possiblycomputing6×25 = 150instead.ChoiceD(1,035.00) applies the overtime rate of 22.50toall46hours,asiftheentireshiftwereovertime:46×22.50 = $1,035. Pro tip: Always split overtime problems into two separate calculations — regular hours at base pay, overtime hours at the elevated rate — then add. Never apply one rate to the full total.
At 3:00 PM, a flagpole casts a 24-foot shadow and a 6.0-foot-tall man casts a 4.0-foot shadow. What is the height, in feet, of the flagpole?
Explanation: This is a similar triangles and proportions question. Choice C (36) is correct — at the same time of day, the sun's angle is the same, so the person and flagpole form similar right triangles with their shadows. Set up the proportion: height/shadow = 6/4 = h/24. Cross-multiply: 4h = 144 → h = 36 feet. Choice A (16) results from inverting the proportion: h/24 = 4/6 → h = 24 × (4/6) = 16. Choice B (24) gives the shadow length — the student reports the shadow as the height. Choice D (42) adds the man's height to the pole's shadow: 6 + 36 = 42 or 24 + 18 = 42. Pro tip: In shadow problems, both objects cast shadows at the same angle. Always set up the proportion as height/shadow = height/shadow (same ratio for both). Label clearly: (person's height)/(person's shadow) = (tree's height)/(tree's shadow), then solve for the unknown.
A polynomial is given by a(x)=9−5x+x3. What is the degree of a(x)?
Explanation: The degree of a polynomial is the highest exponent of the variable. In a(x) = 9 - 5x + x³, rewrite in standard form as a(x) = x³ - 5x + 9. The terms have exponents: x³ has exponent 3, -5x has exponent 1, and 9 has exponent 0. The highest exponent is 3, so the degree is 3.
A rectangular prism has length 8 units, width 5 units, and height 3 units. What is the volume of the rectangular prism?
Explanation: We need to find the volume of a rectangular prism with length 8 units, width 5 units, and height 3 units. The volume formula for a rectangular prism is V = l × w × h. Substituting the given dimensions: V = 8 × 5 × 3 = 40 × 3 = 120 cubic units.
Which of the following is the product AB if A=[0321] and B=[14−10]?
Explanation: This question involves matrix multiplication, where entry (i,j) of AB equals the dot product of row i of A with column j of B. For entry (1,1): (0)(1) + (2)(4) = 0 + 8 = 8, for (1,2): (0)(-1) + (2)(0) = 0 + 0 = 0, for (2,1): (3)(1) + (1)(4) = 3 + 4 = 7, and for (2,2): (3)(-1) + (1)(0) = -3 + 0 = -3. The result is [[8,0],[7,-3]].
Triangles △ABC and △DEF are shown. ∠A≅∠D and ∠B≅∠E are marked. Also, the side BC is marked congruent to EF (one tick), but it is not the included side between the marked angles. Which congruence criterion applies?
Explanation: The triangles are congruent by AAS since two pairs of corresponding angles are congruent (∠A≅∠D and ∠B≅∠E) and a pair of corresponding sides not between the angles is congruent (BC≅EF). In AAS, the congruent side is not the included side between the two marked angles. Since BC is not between ∠A and ∠B, and EF is not between ∠D and ∠E, the AAS criterion applies.
If v=⟨5,12⟩, what is −v?
Explanation: This problem asks for the negative of a vector. The negative of vector ⟨a, b⟩ is ⟨-a, -b⟩. For -v = -⟨5, 12⟩, we negate each component: ⟨-5, -12⟩. The negative vector has the same magnitude but opposite direction.
Lines r and s are parallel, cut by transversal t. If angle 1 is 75o, what is the measure of angle 4, the alternate exterior angle?
Explanation: Angles 1 and 4 are alternate exterior angles formed by parallel lines r and s cut by transversal t. When parallel lines are cut by a transversal, alternate exterior angles are equal. Since angle 1 is 75°, angle 4 must also be 75°. Choice A incorrectly uses 105°, which would be the supplementary angle.
A county wants to estimate the percentage of households with reliable internet. They have a complete address list and use a random number generator to select 600 addresses to mail a survey. Some households may not respond, creating nonresponse bias. Which sampling method is being used?
Explanation: This is a simple random sample because the county uses a random number generator to select addresses from the complete population list. Simple random sampling gives every unit in the population an equal probability of being selected through a random process. The county follows this procedure exactly by using random selection from their comprehensive address list. Choice C incorrectly describes cluster sampling, which would involve selecting entire neighborhoods rather than individual addresses.
What is −2v if v=⟨9,−4⟩?
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate -2v = -2⟨9,-4⟩ = ⟨-2×9, -2×(-4)⟩ = ⟨-18,8⟩.
Events A and B are mutually exclusive. P(A)=0.5 and P(B)=0.3. What is P(A or B)?
Explanation: This is a probability question testing the addition rule for mutually exclusive events. Choice C (0.80) is correct — for mutually exclusive events (which cannot both occur), P(A or B) = P(A) + P(B) = 0.5 + 0.3 = 0.8. Choice A (0.15) multiplies the probabilities: P(A) × P(B) = 0.5 × 0.3 = 0.15 — this is the formula for P(A and B) when events are INDEPENDENT, not the formula for P(A or B) when events are mutually exclusive. Choice B (0.20) subtracts: 0.5 − 0.3 = 0.2. Choice D (1.00) assumes mutually exclusive events together cover the entire sample space — but two mutually exclusive events can have probabilities that sum to less than 1 (there can be other outcomes). Pro tip: Mutually exclusive means the events cannot happen at the same time — like rolling a 2 and rolling a 5 on the same die. For mutually exclusive events: P(A or B) = P(A) + P(B). For non-mutually-exclusive events: P(A or B) = P(A) + P(B) − P(A and B). The simpler formula here is a gift — just add.
Solve the system:
x + y = 8\\ 3x - y = 4 \end{cases}$$ What is the solution $(x, y)$?Explanation: Use elimination: Add the equations x+y=8 and 3x−y=4. This gives 4x=12, so x=3. Substitute x=3 into x+y=8: 3+y=8, so y=5. The solution is (3,5).
Let P(t)=400(3)2t. What is the value of P(6)?
Explanation: This is an exponential models question testing careful evaluation of a fractional exponent. Choice C (10,800) is correct — substitute t = 6: P(6) = 400(3)^(6/2) = 400(3)³ = 400 × 27 = 10,800. Choice A (2,400) treats the exponent as a multiplier: 400 × 6 = 2,400, ignoring the exponential structure entirely. Choice B (3,600) uses exponent 2 instead of 3: 400 × 3² = 400 × 9 = 3,600 — computing 6/2 as 2 rather than 3, or using n − 1 = 2 from sequence thinking. Choice D (32,400) uses exponent 4 instead of 3: 400 × 3⁴ = 400 × 81 = 32,400 — perhaps computing (6/2) + 1 = 4. Pro tip: Always resolve the exponent completely before computing the power. Here, t/2 = 6/2 = 3, so the base 3 is raised to the 3rd power: 3³ = 27. Writing it out as 400 × 3 × 3 × 3 = 400 × 27 avoids confusion about what the exponent is.