What this quiz covers
This quiz focuses on Situations To Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for ISEE Middle Level.
To build a straight fence, a post is needed at the beginning and the end, and a post is needed every f feet in between. If a fence is to be built that is L feet long, and L is a multiple of f, which expression represents the number of posts required?
ISEE Middle Level Quiz
Practice Situations To Expressions in ISEE Middle Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Situations To Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for ISEE Middle Level.
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.
To build a straight fence, a post is needed at the beginning and the end, and a post is needed every f feet in between. If a fence is to be built that is L feet long, and L is a multiple of f, which expression represents the number of posts required?
L with posts every f feet is divided into L/f sections. For example, a 24-foot fence with posts every 8 feet has 3 sections. The number of posts needed is one more than the number of sections, because there is a post at the start of each section plus one final post at the very end. Therefore, the number of posts is fL+1.A baker sells cupcakes for $3 each and cookies for $2 each. The cost to make each cupcake is c dollars, and the cost to make each cookie is k dollars. On a given day, the baker sells 70 cupcakes and 120 cookies. Which expression represents the baker's total profit for that day?
On a science test, a student earns 5 points for each correct answer, loses 2 points for each incorrect answer, and gets 0 points for unanswered questions. The test has 40 questions in total. If a student answers c questions correctly and i questions incorrectly, which expression represents the student's score?
5c. The points lost are 2i. The total score is 5c−2i. The total number of questions (40) is extra information not needed to write the expression for the score, as the number of unanswered questions does not affect the score.A jar contains only dimes and quarters. Let d be the number of dimes. The number of quarters is 3 more than twice the number of dimes. Which expression represents the total value of the coins in the jar, in cents?
d. Number of dimes = d. Number of quarters = 2d + 3. Next, find the value of each set of coins in cents. Value of dimes = 10d. Value of quarters = 25(2d+3)=50d+75. The total value is the sum: 10d+50d+75=60d+75.Jordan has j dollars and buys a game for 15 and a snack for 3. How can the remaining balance be expressed algebraically?
A corporation pledges to donate $10,000 plus 5% of its annual profits to a charity. The 5% donation only applies to the portion of profits that exceeds $1 million. If the corporation's annual profit is P dollars, and P > 1,000,000, which expression represents the total donation?
A library charges a fine for an overdue book of $0.50 for the first day it is late and $0.15 for each additional day. If a book is d days overdue, where d > 1, which expression represents the total fine in dollars?
d days late, there are d−1 additional days. The charge for these days is 0.15(d−1). The total fine is the sum: 0.50+0.15(d−1).The temperature of a chemical reaction starts at x degrees Celsius and increases by d degrees every minute for m minutes. The final Celsius temperature is then converted to Fahrenheit using the formula F=59C+32. Which expression represents the final temperature in Fahrenheit?
x. The total increase is d degrees/minute times m minutes, which is dm. The final Celsius temperature, C, is x+dm. Now, substitute this expression for C into the conversion formula: F=59(x+dm)+32.A family phone plan costs $90 per month for the first two lines. For each additional line, the cost is $15. The family uses n lines, where n is greater than 2. Which expression represents the total monthly cost for the lines?
n - 2. The cost for these additional lines is 15(n−2). Therefore, the total monthly cost is 90+15(n−2).A rectangular garden has a length that is 5 feet longer than twice its width. If the width is represented by w feet, which expression represents the perimeter of the garden?
w. "Twice its width" is 2w. "5 feet longer than that" is 2w + 5. The perimeter of a rectangle is 2(length + width). Substituting the expressions gives 2((2w+5)+w). Simplifying inside the parentheses gives 2(3w+5). Distributing the 2 gives 6w+10.A bouncing ball is dropped from a height of H feet. On each bounce, it returns to a height that is r times its previous height. Which expression represents the height of the ball after its third bounce?
H. After the first bounce, the height is H×r=Hr. After the second bounce, the ball reaches a height of r times the previous height, so (Hr)×r=Hr2. After the third bounce, the height is again r times the previous height, so (Hr2)×r=Hr3.A car is rented for d days at a rate of $35 per day. This rate includes 100 free miles per day. For each mile driven over the total number of free miles, there is a charge of $0.20. If the total miles driven is m, and m is greater than 100d, which expression shows the total cost?
A museum sells tickets for a special exhibit. The first ticket costs $25. Each additional ticket purchased in the same transaction costs $18. If a group buys t tickets, where t > 1, which expression represents the total cost for the group?
t tickets in total, there are t−1 additional tickets. The cost of these additional tickets is 18(t−1). So, the total cost is 25+18(t−1).A salesperson earns a monthly salary of $2,500 plus a 6% commission on all sales. For sales exceeding $40,000 in a month, an additional bonus of 3% is paid on the portion of sales above $40,000. If total monthly sales are S dollars, and S > 40,000, which expression represents the total monthly earnings?
A taxi company charges an initial fee of $3.00, plus $1.80 per mile traveled. There is also a surcharge of $0.50 for each passenger after the first one. Which expression represents the cost for a group of p people traveling m miles, where p > 1?
Leo opens a savings account with an initial deposit of $500. Each week, he deposits $40. After w weeks of making deposits, he withdraws one-fourth of the total amount in the account. Which expression represents the amount remaining in his account?
Maria is y years old. Her brother, Sam, is 4 years younger. Their father is 1 year more than twice the sum of Maria's and Sam's ages. Which expression represents the father's age?
y, Sam is y - 4. The sum of their ages is y+(y−4)=2y−4. Twice the sum of their ages is 2(2y−4)=4y−8. The father is 1 year more than this, so his age is (4y−8)+1=4y−7.A student has taken n tests and has an average score of 88. On the next test, the student scores a 96. Which expression represents the student's new average score for all n+1 tests?
n tests is 88n. After scoring 96 on the next test, the new total sum is 88n + 96. The new number of tests is n + 1. Therefore, the new average is the new sum divided by the new number of tests: n+188n+96.Let k be the smallest of three consecutive even integers. Which expression represents the sum of these three integers?
k is the smallest of three consecutive even integers, the next even integer is k + 2, and the one after that is k + 4. The sum of these three integers is k+(k+2)+(k+4). Combining like terms gives 3k+6.The original price of a jacket is p dollars. It is on sale for 30% off. A sales tax of 7% is then applied to the discounted price. Which expression represents the final cost of the jacket?
0.70p. Next, calculate the 7% sales tax on this new price. An increase of 7% is equivalent to multiplying by 1.07. So, the final cost is 1.07×(0.70p). Choice D is equivalent, but the order in A better reflects the sequence of operations described.