Question 1 of 25
Which of the following expressions cannot be factored using integer coefficients?
ISEE Upper Level Mathematics Achievement
Practice Test 5 for ISEE Upper Level Mathematics Achievement: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Which of the following expressions cannot be factored using integer coefficients?
Question Navigator
Which of the following expressions cannot be factored using integer coefficients?
Explanation: When you encounter quadratic expressions like these, you're being tested on factoring—specifically whether a quadratic can be written as a product of two binomials with integer coefficients. For an expression x2+bx+c, you need two integers that multiply to give c and add to give b. Let's check each expression systematically. For choice A, x2+5x+6, you need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3, so this factors as (x+2)(x+3). For choice B, x2+x−6, you need two numbers that multiply to -6 and add to 1. Those are 3 and -2, giving (x+3)(x−2). Choice D, x2−x−6, requires two numbers that multiply to -6 and add to -1. Those are -3 and 2, so it factors as (x−3)(x+2). However, choice C, x2+5x+7, requires two integers that multiply to 7 and add to 5. Since 7 is prime, its only integer factor pairs are 1×7 and (-1)×(-7). The pair 1 and 7 adds to 8, while -1 and -7 adds to -8. Neither gives us the required sum of 5, making this expression impossible to factor using integer coefficients. The key strategy: when checking if a quadratic factors with integer coefficients, list all factor pairs of the constant term and see if any pair sums to the middle coefficient. If none work, it can't be factored over the integers.
A sphere has a diameter of 12 centimeters. What is its volume in cubic centimeters?
Explanation: When you encounter sphere volume problems, remember that you need the radius for the volume formula, even if you're given the diameter. The volume of a sphere is V=34πr3, where r is the radius. Since the diameter is 12 centimeters, the radius is 6 centimeters (radius = diameter ÷ 2). Substituting into the formula: V=34π(6)3=34π(216)=3864π=288π cubic centimeters. Let's examine why the other answers are wrong: A) 144π results from using the incorrect formula V=πr3 (missing the 34 coefficient) with the correct radius of 6. C) 576π comes from correctly using 34πr3 but mistakenly using the diameter (12) instead of the radius (6) as r: 34π(12)3=34π(1728)=36912π=2304π. Wait, that's answer D. Answer C likely comes from using 4πr3 (missing the 31) with radius 6. D) 2304π results from the common error of using the diameter instead of radius in the correct volume formula. The correct answer is B) 288π cubic centimeters. Study tip: Always convert diameter to radius immediately when working with spheres. Write "r = d/2" at the start of your work to avoid the most common trap in sphere problems.
The stem-and-leaf plot shows test scores for a math class. What is the median score?
Explanation: From the stem-and-leaf plot, the scores are: 72, 75, 78, 81, 83, 84, 85, 86, 88, 89, 91, 93, 95. There are 13 scores total. The median is the 7th value (middle value), which is 85.
For points 7,11,9,16,11,13,10,8,14,11, what is the range?
Explanation: This question tests high school mathematics achievement skills: determining range, median, and mode from a data set. The range is the difference between the highest and lowest values, the median is the middle value when data is ordered, and the mode is the most frequently occurring number. In this data set (7, 11, 9, 16, 11, 13, 10, 8, 14, 11), you can find the range by first identifying the highest value (16) and the lowest value (7), then calculating 16 - 7 = 9. Choice A is correct because it accurately reflects the calculation of the range as the difference between the maximum and minimum values. Choice B is incorrect because 23 represents adding the highest and lowest values (16 + 7) rather than subtracting them, a common conceptual error. To help students: Always arrange data from smallest to largest first, clearly identify the maximum and minimum values, then subtract minimum from maximum. Remind students that range measures spread, not sum.
If 43x=169, what is the value of x×32?
Explanation: This problem tests your ability to solve equations with fractions and then perform operations with the solution. When you see an equation like this, your goal is to isolate the variable first, then use that value in the second expression. To solve 43x=169, multiply both sides by 34 to isolate x: x=169×34=4836=43 Now substitute x=43 into x×32: 43×32=126=21 This confirms that A) 21 is correct. Let's examine why the other answers are wrong. B) 41 results from incorrectly calculating x as 83 instead of 43, possibly from mishandling the fraction multiplication. C) 83 comes from finding x correctly but then making an error in the final multiplication, perhaps forgetting to reduce 166 properly. D) 32 represents simply stating the fraction from the second expression without actually performing the multiplication with your solved value of x. Remember: multi-step fraction problems require careful attention to each calculation. Always double-check your arithmetic when multiplying fractions, and make sure you're using the correct value of your variable in subsequent expressions. Reducing fractions to lowest terms at each step helps prevent errors.
The inequality ∣2x−6∣≤8 is equivalent to which of the following?
Explanation: When you encounter an absolute value inequality like ∣2x−6∣≤8, you're dealing with a compound inequality that describes all values within a certain distance from a central point. The absolute value inequality ∣A∣≤B is equivalent to −B≤A≤B. This means the expression inside the absolute value bars must be between the negative and positive values of the number on the right side. Applying this rule: ∣2x−6∣≤8 becomes −8≤2x−6≤8. Now solve both parts of this compound inequality by adding 6 to all three parts: −8+6≤2x≤8+6, which gives us −2≤2x≤14. Finally, divide everything by 2: −1≤x≤7. Choice A gives us exactly this result: −1≤x≤7. Choice B (−2≤x≤8) results from forgetting to divide by 2 in the final step. Choice C (x≤−1 or x≥7) represents the solution to ∣2x−6∣≥8 instead of ∣2x−6∣≤8 - this is the common error of confusing "less than or equal to" with "greater than or equal to" in absolute value inequalities. Choice D makes both mistakes: using the wrong inequality direction and forgetting to divide by 2. Remember: ∣A∣≤B means "between" (compound inequality with "and"), while ∣A∣≥B means "outside" (compound inequality with "or").
The sequence 5,8,13,20,29,... follows a specific pattern. What is the next term after 29?
Explanation: When you encounter a sequence like this, you need to look for the pattern by examining the differences between consecutive terms. Don't assume it's a simple arithmetic sequence where you just add the same number each time. Let's find the differences between consecutive terms: 8−5=3, 13−8=5, 20−13=7, and 29−20=9. The differences are 3,5,7,9—these are consecutive odd numbers! This means each difference increases by 2. Following this pattern, the next difference should be 9+2=11. Therefore, the term after 29 is 29+11=40. Choice A (40) is correct because it follows the established pattern of adding consecutive odd numbers. Choice B (38) would result from adding 9 again (29+9=38), which assumes the differences stay constant—but we've established they increase by 2 each time. Choice C (42) might come from adding 13 (29+13=42), which skips the next difference in our odd number sequence. Choice D (41) could result from adding 12 (29+12=41), which might seem logical if you incorrectly think the differences increase by 3 each time instead of 2. For sequence problems, always examine the differences between terms first. If those differences don't form a clear pattern, look at the differences between the differences. Many ISEE sequences involve patterns in these "second differences" rather than simple arithmetic progressions.
A comparative box plot shows the response times (in seconds) for customer service calls at two different companies. Company X has a median response time of 45 seconds with quartiles at 30 and 60 seconds. Company Y has a median of 50 seconds with quartiles at 40 and 55 seconds. Which company provides more predictable customer service response times?
Explanation: When analyzing box plots to determine predictability or consistency in data, you need to focus on measures of spread rather than central tendency. Predictability in response times means less variation - customers can more reliably expect similar service times. The key measure here is the interquartile range (IQR), which captures the spread of the middle 50% of the data. Company X has an IQR of 60−30=30 seconds, while Company Y has an IQR of 55−40=15 seconds. Company Y's smaller IQR means their response times are more tightly clustered around the median, making their service more predictable. Choice A incorrectly focuses on the median value. While Company X does have a lower median (45 vs 50 seconds), a lower average response time doesn't indicate predictability - it just means faster service on average. Predictability is about consistency, not speed. Choice C makes the error of comparing medians to assess predictability. The medians being similar (45 vs 50 seconds) tells us about typical response times, but nothing about how much variation customers should expect. Choice D suggests you need the minimum and maximum values, but this is incorrect. While the full range could provide additional context, the IQR already gives you the essential information about spread in the central portion of the data, which is more reliable than extreme values. Remember: when questions ask about predictability, consistency, or reliability in data, look for measures of spread like IQR or standard deviation, not measures of central tendency like mean or median.
A submarine starts at sea level and descends 45 feet. It then ascends 18 feet, descends 27 feet, and finally ascends 12 feet. What is the submarine's final depth below sea level?
Explanation: When you encounter problems involving movement above and below a reference point like sea level, think of this as working with positive and negative integers on a number line. Descending means moving in the negative direction (below sea level), while ascending means moving in the positive direction (toward or above sea level). Let's track the submarine's position step by step, starting at sea level (position 0). First, it descends 45 feet, putting it at −45 feet. Then it ascends 18 feet: −45+18=−27 feet. Next, it descends 27 feet: −27−27=−54 feet. Finally, it ascends 12 feet: −54+12=−42 feet below sea level. Looking at the wrong answers: Choice B (38 feet) likely comes from incorrectly adding all the movements without considering direction: 45−18−27+12=12, then perhaps subtracting from 50 or making another calculation error. Choice C (48 feet) might result from adding the two descents and subtracting only one ascent: 45+27−18=54, then making an arithmetic mistake. Choice D (52 feet) could come from adding descents and subtracting ascents but making sign errors: 45+27−18−12=42, then confusing this with 52. The correct answer is A: 42 feet below sea level. Strategy tip: For elevation problems, always establish your reference point (sea level = 0) and consistently use positive values for upward movement and negative values for downward movement. Track your running total after each step to avoid errors.
If x=−4 and y=−6, what is the value of ∣x−y∣−∣x+y∣?
Explanation: When you encounter absolute value expressions with negative numbers, remember that absolute value always gives you the distance from zero, which is always positive or zero.
Let's substitute the given values x=−4 and y=−6 into the expression ∣x−y∣−∣x+y∣.
First, calculate what's inside each absolute value:
Now apply the absolute values:
Therefore: ∣x−y∣−∣x+y∣=2−10=−8
Looking at the wrong answers: Choice B (−2) likely comes from incorrectly calculating ∣x−y∣=∣(−4)−(−6)∣=∣2∣=2 but then making an error with ∣x+y∣, perhaps getting ∣−10∣=4 instead of 10. Choice C (2) probably results from forgetting the subtraction and just calculating ∣x−y∣=2. Choice D (8) might come from calculating ∣x+y∣−∣x−y∣=10−2=8, which reverses the order of subtraction.
Study tip: Always work step-by-step with absolute value problems: substitute first, simplify inside the absolute value bars, then apply the absolute value operation, and finally perform any remaining operations. Double-check your arithmetic, especially with negative numbers.
The dot plot displays the number of books read by students over summer break. What is the range of the data?
Explanation: From the dot plot, the minimum number of books is 2 and the maximum number of books is 9. The range is 9 - 2 = 7.
The sequence 2,6,12,20,30,... can be expressed as an=n(n+1). What is the 12th term?
Explanation: When you encounter a sequence problem that provides an explicit formula, you're being tested on your ability to substitute values and calculate accurately. The key is to carefully use the given formula rather than trying to find patterns in the listed terms. You're given that the sequence follows the formula an=n(n+1), where n represents the position of the term. To find the 12th term, substitute n=12 into this formula: a12=12(12+1)=12×13=156 Let's verify this makes sense by checking a few early terms: a1=1(2)=2, a2=2(3)=6, a3=3(4)=12. These match the given sequence, confirming our formula application is correct. Looking at the wrong answers: Choice B (132) likely results from miscalculating 12×11 instead of 12×13—a common error when students forget to add 1 to n. Choice C (144) equals 122, suggesting someone might have used n2 instead of n(n+1). Choice D (182) could come from arithmetic errors or misapplying the formula entirely. The correct answer is A (156). Strategy tip: In sequence problems with given formulas, always substitute the position number directly into the formula rather than trying to extend the pattern manually. Double-check by verifying the formula works for the first few given terms, then trust your calculation for the requested term.
The range of a set of positive integers is 24. If the smallest value is increased by 5 and the largest value is decreased by 3, what is the new range?
Explanation: When you encounter range problems, remember that range measures the spread of data by finding the difference between the largest and smallest values. Understanding how changes to these extreme values affect the range is crucial for these types of questions. Let's work through this step by step. Initially, you have a set of positive integers with a range of 24, meaning the difference between the largest and smallest values is 24. If we call the smallest value s and the largest value L, then L−s=24. Now, the smallest value increases by 5 (becomes s+5) and the largest value decreases by 3 (becomes L−3). The new range is: (L−3)−(s+5)=L−3−s−5=L−s−8=24−8=16. Looking at the wrong answers: Choice B (18) likely comes from subtracting only 5 instead of 8, perhaps forgetting that both endpoints change. Choice C (20) results from subtracting only the decrease in the maximum value (3) from the original range. Choice D (22) occurs if you subtract only the increase in the minimum value (5) but ignore the decrease in the maximum. The correct answer is A) 16. Study tip: When the range changes due to modifications at both endpoints, always track how each change affects the difference. Increases to the minimum value decrease the range, while decreases to the maximum value also decrease the range. The total change is the sum of both individual effects.
A geometric sequence has common ratio 2: 7,14,28,56,112,…; what is next?
Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 7, 14, 28, 56, 112, ..., the pattern is a geometric sequence with a common ratio of 2. Choice C is correct because it accurately applies the geometric formula to predict the next term, 112 × 2 = 224, reflecting understanding of sequence growth. Choice B is incorrect because it assumes addition instead of multiplication, which often happens when students misidentify the sequence type. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.
Lottery Draw: A player chooses 3 numbers from 1 through 10, and 3 numbers are drawn without replacement. Which is more likely: matching the first drawn number, or winning by matching all 3 numbers?
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, a player chooses 3 numbers from 1 to 10, and 3 are drawn, comparing probability of matching the first versus all 3. Choice B is correct because matching the first is 3/10, far higher than 1/120 for all 3. Choice A is incorrect due to reversing the comparison, demonstrating a common error where students underestimate compound event rarity. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.
An arithmetic sequence increases by 9 each term: 3,12,21,30,39,…; what is next?
Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 3, 12, 21, 30, 39, ..., the pattern is an arithmetic sequence with a common difference of 9. Choice D is correct because it accurately applies the arithmetic formula to predict the next term, 39 + 9 = 48, reflecting understanding of sequence growth. Choice A is incorrect because it assumes a smaller difference, which often happens when students average incorrectly. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.
Evaluate: 4+2×324−3×23
Explanation: When you see a complex fraction with multiple operations, you must follow the order of operations (PEMDAS) carefully in both the numerator and denominator before dividing. Let's work through this step by step. In the numerator 24−3×23, you first handle the exponent: 23=8. Then multiply: 3×8=24. Finally subtract: 24−24=0. So the numerator equals 0. In the denominator 4+2×3, you multiply first: 2×3=6. Then add: 4+6=10. So the denominator equals 10. Therefore: 4+2×324−3×23=100=0 Choice A (0) is correct because any fraction with 0 in the numerator equals 0, regardless of the denominator value. Choice B (1) likely comes from incorrectly getting the same value for both numerator and denominator, perhaps by making order of operations errors that coincidentally produce equal results. Choice C (2) might result from calculating 24÷12 if you incorrectly simplified the original expression or made computational errors. Choice D (3) could come from various order of operations mistakes, such as working left to right instead of following PEMDAS. Strategy tip: Always work out the numerator and denominator completely and separately before dividing. Double-check your exponents and multiplication before moving to addition and subtraction. Remember that any fraction with 0 on top equals 0.
The double bar graph compares the number of library books checked out by grade level at two different schools. School A shows a steady increase from 6th to 9th grade, while School B shows a decrease from 6th to 8th grade, then an increase in 9th grade. If the total number of books checked out across all grades is the same for both schools, what can be concluded about 9th grade reading patterns?
Explanation: Since both schools have the same total number of books checked out across all grades, but School B shows decreases in 6th-8th grades while School A shows steady increases, School B must compensate for this deficit somewhere. The graph shows School B has an increase in 9th grade, so to balance out the lower numbers in earlier grades and match School A's total, School B's 9th graders must check out significantly more books than would be expected from a simple trend.
The frequency table shows the results of rolling a number cube 30 times. Which number is the mode?
Explanation: The mode is the value that appears most frequently. From the frequency table, the number 3 appears 8 times, which is more than any other number. Therefore, 3 is the mode.
A warehouse ships −8 boxes each hour for 5 hours, then receives +12 boxes; what is the net change?
Explanation: This question tests integer operation skills for ISEE Upper Level, including addition, subtraction, multiplication, and division of integers. Integer operations are fundamental in mathematics and involve combining numbers using these operations, respecting the rules of arithmetic. In this specific scenario, integers are used to track warehouse inventory changes with hourly shipments, requiring precise calculation to determine the net change after shipping and receiving. The correct answer, choice C (−28), accurately applies integer operations: first calculating −8×5=−40 for the total shipped, then adding received boxes: −40+12=−28, demonstrating understanding of how shipments decrease inventory. A common error, as seen in choice D (28), might involve forgetting the negative sign or misinterpreting the problem, which results from not recognizing that shipping out means subtraction. To improve, students should practice integer operations in logistics contexts, ensuring they understand that items shipped out are negative changes. Teachers can use warehouse diagrams or flow charts to help students visualize inventory movements.
Given exam scores 64,71,85,90,77,82,68,75,88,92,71,79,83,71,86, what is the median?
Explanation: This question tests high school mathematics achievement skills: determining range, median, and mode from a data set. The range is the difference between the highest and lowest values, the median is the middle value when data is ordered, and the mode is the most frequently occurring number. In this data set (64, 71, 85, 90, 77, 82, 68, 75, 88, 92, 71, 79, 83, 71, 86), first order the 15 values: 64, 68, 71, 71, 71, 75, 77, 79, 82, 83, 85, 86, 88, 90, 92, then find the middle (8th) value: 79. Choice A is correct because with 15 values, the median is the 8th value in the ordered list, which is 79. Choice D is incorrect because 77 is the 7th value, not the 8th - this error occurs when students miscount the position or start counting from zero instead of one. To help students: For odd-numbered data sets, the median position is (n+1)/2 = (15+1)/2 = 8. Always verify by counting from both ends to ensure you've found the true middle.
A box-and-whisker plot shows the distribution of daily temperatures for two cities over the same month. City A has a median of 72°F and an interquartile range of 8°F. City B has a median of 75°F and an interquartile range of 12°F. If both cities have the same range of temperatures (difference between maximum and minimum), which city likely has more extreme temperature outliers?
Explanation: When analyzing box-and-whisker plots, understanding the relationship between the interquartile range (IQR) and the overall range helps you identify where data concentrations occur. The IQR captures the middle 50% of data, while the range shows the spread from minimum to maximum values. City A has a smaller IQR (8°F) compared to City B (12°F), but both cities share the same total range. This means City A's middle 50% of temperatures are more tightly clustered around the median, leaving more "room" in the tails of the distribution for extreme values. Since the same total range must be distributed across the data, City A likely has more extreme outliers extending toward the minimum and maximum temperatures. Choice A incorrectly focuses on the median value itself. A lower median doesn't inherently create more outliers—it's the distribution pattern that matters. Choice B makes the common error of assuming larger IQR means more outliers, but larger IQR actually indicates the middle data is more spread out, potentially leaving less extreme variation in the tails. Choice D ignores the crucial relationship between IQR and range—having the same range doesn't guarantee identical outlier patterns when the central tendencies differ. Study tip: Remember that outliers appear in the tails of distributions. When comparing datasets with equal ranges, the one with the smaller IQR (tighter middle clustering) typically has more extreme values pushed toward the minimum and maximum, creating more potential outliers.
In a game with three rounds, the probability of winning each round is 0.7. What is the probability of winning at least two rounds?
Explanation: When you encounter probability questions asking for "at least" a certain number of successes, you're dealing with binomial probability. The key insight is that "at least two rounds" means exactly two rounds OR exactly three rounds. To find the probability of winning exactly k rounds out of 3, use the binomial formula: P(X=k)=(kn)⋅pk⋅(1−p)n−k, where n = 3 rounds and p = 0.7. For exactly 2 wins: P(X=2)=(23)⋅(0.7)2⋅(0.3)1=3⋅0.49⋅0.3=0.441 For exactly 3 wins: P(X=3)=(33)⋅(0.7)3⋅(0.3)0=1⋅0.343⋅1=0.343 Therefore, P(at least 2 wins) = 0.441 + 0.343 = 0.784. Choice A (0.441) represents only the probability of winning exactly two rounds—this is a common trap where students forget to include the "exactly three" case. Choice C (0.832) likely comes from calculation errors in the binomial coefficients or powers. Choice D (0.973) is far too high and might result from misunderstanding what "at least two" means or incorrectly calculating 1 minus the probability of winning zero or one round. Remember: when you see "at least" in probability questions, always break it down into separate "exactly" cases and add them together. This systematic approach prevents missing scenarios.
For what value of k does the equation 2(x+3)=k(x−1)+14 have no solution?
Explanation: When you encounter a linear equation with a parameter that asks "for what value does the equation have no solution," you're dealing with a situation where the equation becomes inconsistent—meaning the variables cancel out but leave behind a false statement. Let's expand and simplify the equation 2(x+3)=k(x−1)+14. First, distribute on both sides: 2x+6=kx−k+14. Now collect all terms with x on one side and constants on the other: 2x−kx=−k+14−6, which gives us (2−k)x=−k+8. For this equation to have no solution, the coefficient of x must equal zero while the right side is non-zero. This means 2−k=0 (so k=2) and −k+8=0. When k=2, we get 0⋅x=−2+8=6, or 0=6, which is impossible. Looking at the wrong answers: Choice A (k=0) gives us 2x=8, so x=4—this has a solution. Choice C (k=4) results in −2x=4, so x=−2—also a solution. Choice D (k=8) yields −6x=0, so x=0—again, a solution exists. Remember this pattern: a linear equation has no solution when the coefficient of the variable becomes zero but the constant term remains non-zero. Always check that both conditions are met when working with parametric equations.
In a certain school, 60% of students play sports, 40% play music, and 15% play both sports and music. If a student is selected at random, what is the probability that the student plays sports given that the student plays music?
Explanation: When you see "given that" in a probability question, you're dealing with conditional probability. This means you're finding the probability of one event happening when you already know another event has occurred. The question asks for P(plays sports | plays music), which reads as "the probability a student plays sports given that the student plays music." To find this, you use the conditional probability formula: P(A|B) = P(A and B) ÷ P(B). Here, you need P(sports and music) ÷ P(music) = 15% ÷ 40% = 4015=83. Think of it this way: among the 40% of students who play music, 15% play both sports and music. So 4015 of music students also play sports. Looking at the wrong answers: Choice B shows 4015, which is the correct calculation before simplifying to lowest terms. While mathematically equivalent to 83, choice A is in simplest form. Choice C gives 41, which you might get by incorrectly using 6015 (the percentage who play both divided by those who play sports). Choice D shows 6015 exactly, representing the common error of finding P(music | sports) instead of P(sports | music). The key strategy is to carefully identify what's given and what you're looking for. "Given that" tells you the denominator in conditional probability - it's your restricted sample space. Always double-check that you have the conditional relationship in the right direction.