IBEW: Electrical Training Alliance Aptitude Test Quiz: Interpret Linear Functions
20 questions · exam conditions
0:00
Interpret Linear FunctionsQuestion 1 of 20

The temperature of a substance decreases linearly over time. At 1:00 PM, the temperature is 80°F. At 3:00 PM, the temperature is 50°F. What will the temperature be at 4:00 PM?

20°F
30°F
35°F
40°F
← Back to quizzes

IBEW: Electrical Training Alliance Aptitude Test Quiz

IBEW: Electrical Training Alliance Aptitude Test Quiz: Interpret Linear Functions

Practice Interpret Linear Functions in IBEW: Electrical Training Alliance Aptitude Test 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 Interpret Linear Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for IBEW: Electrical Training Alliance Aptitude Test.

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

The temperature of a substance decreases linearly over time. At 1:00 PM, the temperature is 80°F. At 3:00 PM, the temperature is 50°F. What will the temperature be at 4:00 PM?

  1. 20°F
  2. 30°F
  3. 35°F (correct answer)
  4. 40°F
Explanation: Linear relationships are fundamental in electrical work, appearing in Ohm's law calculations and temperature coefficient problems. When you see "decreases linearly over time," you're dealing with a constant rate of change that you can use to predict future values. First, calculate the rate of temperature change. From 1:00 PM to 3:00 PM (2 hours), the temperature drops from 80°F to 50°F, a decrease of 30°F. This gives you a rate of 30°F2 hours=15°F per hour\frac{-30°F}{2 \text{ hours}} = -15°F \text{ per hour}. To find the temperature at 4:00 PM, apply this rate for one more hour beyond 3:00 PM: 50°F+(15°F)=35°F50°F + (-15°F) = 35°F. This confirms answer C is correct. Now examine why the other options are wrong. Answer A (20°F) assumes the same 30°F drop continues from 3:00 PM to 4:00 PM, ignoring that this was a 2-hour change, not 1-hour. Answer B (30°F) makes a similar error, perhaps assuming a 20°F drop per hour instead of 15°F. Answer D (40°F) represents only a 10°F drop from the 3:00 PM temperature, which would mean the rate of cooling is slowing down—contradicting the "linear" condition. For IBEW exam success, always identify the rate of change first in linear problems, then apply it consistently. Whether you're calculating voltage drops across conductors or temperature changes in electrical equipment, the mathematical approach remains the same: find the rate, then extrapolate using that constant rate.

Question 2

A line passes through the points (-2, 7) and (4, -5). What is the y-intercept of this line?

  1. 1
  2. -2
  3. 3 (correct answer)
  4. 5
Explanation: When you encounter a question asking for the y-intercept of a line given two points, you need to find the equation of the line in slope-intercept form: y=mx+by = mx + b, where bb is the y-intercept. First, calculate the slope using the two given points (-2, 7) and (4, -5). The slope formula is m=y2y1x2x1=574(2)=126=2m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-5 - 7}{4 - (-2)} = \frac{-12}{6} = -2. Now use the point-slope form with either point to find the equation. Using (-2, 7): y7=2(x(2))y - 7 = -2(x - (-2)), which simplifies to y7=2(x+2)y - 7 = -2(x + 2). Expanding: y7=2x4y - 7 = -2x - 4, so y=2x+3y = -2x + 3. The y-intercept is 3. Looking at the wrong answers: Choice (A) 1 might result from calculation errors in the slope or when solving for the y-intercept. Choice (B) -2 is actually the slope of the line, not the y-intercept—this is a common trap where students confuse these two values. Choice (D) 5 could come from sign errors during the algebraic manipulation or incorrectly applying the point-slope formula. The correct answer is (C) 3. For IBEW exam success, remember that y-intercept problems always follow this two-step pattern: find the slope first, then use point-slope form to get the equation. Double-check by verifying that both original points satisfy your final equation—this catches most algebraic mistakes.

Question 3

A linear function passes through (-1, -1) and (1, 3). Which other point is also on this line?

  1. (0, 0)
  2. (3, 7) (correct answer)
  3. (2, 4)
  4. (4, 8)
Explanation: When you encounter a linear function problem with two given points, you need to find the equation of the line and test which additional point satisfies that equation. First, find the slope using the two given points (-1, -1) and (1, 3): m=3(1)1(1)=42=2m = \frac{3-(-1)}{1-(-1)} = \frac{4}{2} = 2 Next, find the y-intercept using point-slope form with either point. Using (1, 3): y3=2(x1)y - 3 = 2(x - 1), which simplifies to y=2x+1y = 2x + 1. Now test each answer choice in the equation y=2x+1y = 2x + 1: Choice A (0, 0): 0=2(0)+1=10 = 2(0) + 1 = 1. This is false, so (0, 0) is not on the line. Choice B (3, 7): 7=2(3)+1=77 = 2(3) + 1 = 7. This is true, confirming (3, 7) lies on the line. Choice C (2, 4): 4=2(2)+1=54 = 2(2) + 1 = 5. This is false, so (2, 4) is not on the line. Choice D (4, 8): 8=2(4)+1=98 = 2(4) + 1 = 9. This is false, so (4, 8) is not on the line. Choice B is correct because it's the only point that satisfies the linear equation. For IBEW exam success, remember this systematic approach: calculate the slope, find the equation, then substitute coordinates to verify. Don't try to guess patterns or eyeball the answer—electrical work demands precision, and so do these math problems. Always verify your equation with both original points before testing the choices.

Question 4

A linear function passes through the points (3, 10) and (5, 16). What is the y-intercept of this function?

  1. -1
  2. 1 (correct answer)
  3. -2
  4. 3
Explanation: When you encounter a linear function problem on the IBEW exam, you're working with the fundamental relationship between two electrical quantities that change at a constant rate. This could represent voltage and current, power and time, or other electrical relationships. To find the y-intercept, you need the equation of the line in slope-intercept form: y=mx+by = mx + b, where bb is the y-intercept. Start by calculating the slope using the two given points (3, 10) and (5, 16): m=y2y1x2x1=161053=62=3m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{16 - 10}{5 - 3} = \frac{6}{2} = 3 Now substitute one point and the slope into the equation. Using (3, 10): 10=3(3)+b10 = 3(3) + b 10=9+b10 = 9 + b b=1b = 1 Therefore, the y-intercept is 1, making choice B correct. Choice A (-1) likely results from incorrectly subtracting instead of adding when solving for b. Choice C (-2) might come from calculation errors in finding the slope or making sign mistakes during substitution. Choice D (3) represents the slope value, not the y-intercept—a common confusion when students mix up the components of linear equations. For IBEW exam success, remember that electrical relationships often follow linear patterns. Practice identifying slope (rate of change) versus y-intercept (starting value) in electrical contexts. The y-intercept represents the value when the independent variable equals zero, which often has practical meaning in electrical applications like initial voltage or base load conditions.

Question 5

The relationship between Celsius (C) and Fahrenheit (F) is linear. Water freezes at 0°C (32°F) and boils at 100°C (212°F). What is the approximate Fahrenheit temperature for 20°C?

  1. 52°F
  2. 60°F
  3. 68°F (correct answer)
  4. 72°F
Explanation: Temperature conversion between Celsius and Fahrenheit is a fundamental skill for electrical workers, especially when dealing with equipment specifications and safety ratings that may use either scale. To solve this, you need to derive the linear relationship from the given data points. Water freezes at 0°C (32°F) and boils at 100°C (212°F). The temperature difference is 100°C or 180°F, giving us the conversion ratio: 180°F100°C=9°F5°C\frac{180°F}{100°C} = \frac{9°F}{5°C} The conversion formula is: F=95C+32F = \frac{9}{5}C + 32 For 20°C: F=95(20)+32=1805+32=36+32=68°FF = \frac{9}{5}(20) + 32 = \frac{180}{5} + 32 = 36 + 32 = 68°F Looking at the wrong answers: Choice A (52°F) represents forgetting to add the 32-degree offset—you'd get this by only calculating 95×20=36\frac{9}{5} × 20 = 36 and mistakenly adding 16 instead of 32. Choice B (60°F) suggests using an incorrect ratio, possibly confusing the 9:5 relationship. Choice D (72°F) comes from adding 4 extra degrees, perhaps from calculation errors in the fraction work. Remember that room temperature (around 68-70°F) corresponds to about 20°C—this gives you a practical reference point. On the IBEW exam, temperature conversions often appear in contexts involving motor ratings, conductor temperature limits, or environmental conditions, so mastering this formula will serve you well beyond this single question type.

Question 6

The cost of a service call is represented by the linear function C(h)=75h+50C(h) = 75h + 50, where CC is the total cost in dollars and hh is the number of hours worked. What does the slope of this function represent?

  1. The fixed fee for the service call, regardless of hours worked.
  2. The total cost for a 75-hour job.
  3. The number of hours included in the base charge.
  4. The hourly labor rate charged for the service. (correct answer)
Explanation: When you encounter linear functions in electrical work, you're looking at relationships where one quantity changes at a constant rate with respect to another. The standard form is y=mx+by = mx + b, where mm is the slope and bb is the y-intercept. In the function C(h)=75h+50C(h) = 75h + 50, the slope is 75 (the coefficient of hh). The slope of any linear function represents the rate of change - how much the output increases for each unit increase in the input. Here, for every additional hour worked, the cost increases by $75. This $75 per hour is the hourly labor rate, making D correct. Let's examine why the other options miss the mark. Option A confuses the slope with the y-intercept. The fixed fee regardless of hours worked is represented by the constant term 50, not the slope 75. Option B misinterprets what 75 represents entirely - it's not describing the total cost for a 75-hour job (which would be $C(75)=75(75)+50=5,675C(75) = 75(75) + 50 = 5,675 $). Option C incorrectly suggests that 75 represents hours, but the slope's units are dollars per hour, not hours themselves. Remember this pattern: in linear cost functions, the slope always represents the variable rate (cost per unit of the independent variable), while the y-intercept represents the fixed cost. On IBEW exams, you'll often see real-world applications like service calls, material costs, or electrical load calculations that follow this same linear relationship structure.

Question 7

The length of a spring is a linear function of the weight attached to it. The spring is 10 inches long with no weight. With a 4-pound weight, it is 12 inches long. What weight will make the spring 15 inches long?

  1. 8 pounds
  2. 10 pounds (correct answer)
  3. 12 pounds
  4. 14 pounds
Explanation: When you encounter a linear function problem, you're dealing with a constant rate of change - meaning the relationship between variables follows a straight line pattern that can be expressed as y=mx+by = mx + b. Here, the spring's length depends linearly on the weight attached. You have two data points: (0 pounds, 10 inches) and (4 pounds, 12 inches). The spring grows 2 inches when 4 pounds are added, so the rate is 2 inches4 pounds=0.5 inches per pound\frac{2 \text{ inches}}{4 \text{ pounds}} = 0.5 \text{ inches per pound}. Your equation becomes: Length = 0.5 × Weight + 10. To find the weight that makes the spring 15 inches long, substitute: 15=0.5w+1015 = 0.5w + 10. Solving: 5=0.5w5 = 0.5w, so w=10w = 10 pounds. Answer B is correct. Let's examine why the other choices are wrong. Choice A (8 pounds) would give you 0.5(8)+10=140.5(8) + 10 = 14 inches, which is 1 inch short. Choice C (12 pounds) yields 0.5(12)+10=160.5(12) + 10 = 16 inches, overshooting by 1 inch. Choice D (14 pounds) produces 0.5(14)+10=170.5(14) + 10 = 17 inches, which is 2 inches too long. These incorrect answers likely result from calculation errors or misunderstanding the rate of change. For IBEW linear function problems, always identify your two points first, calculate the rate of change (slope), write your equation, then substitute the known value to solve for the unknown. Double-check by plugging your answer back into the original relationship.

Question 8

A battery's charge level, as a percentage, decreases linearly with hours of use. After 1 hour of use, it has 90% charge remaining. After 4 hours of use, it has 60% charge remaining. What was the charge level of the battery before any use?

  1. 95%
  2. 98%
  3. 100% (correct answer)
  4. 102%
Explanation: When you encounter a linear relationship problem, you're looking at a situation where one variable changes at a constant rate with respect to another. Here, battery charge decreases steadily over time, so you can use the slope-intercept form to find the starting point. First, identify your data points: (1 hour, 90%) and (4 hours, 60%). Calculate the rate of change (slope): slope=60%90%41=30%3=10% per hour\text{slope} = \frac{60\% - 90\%}{4 - 1} = \frac{-30\%}{3} = -10\% \text{ per hour} The battery loses 10% charge each hour. Now use the point-slope form with either data point. Using (1, 90%): charge=90%+(10%)(t1)\text{charge} = 90\% + (-10\%)(t - 1) where t is hours of use. To find the initial charge (at t = 0), substitute: initial charge=90%+(10%)(01)=90%+10%=100%\text{initial charge} = 90\% + (-10\%)(0 - 1) = 90\% + 10\% = 100\% Answer C (100%) is correct because it represents a fully charged battery that loses 10% per hour, reaching 90% after 1 hour and 60% after 4 hours. Answer A (95%) would give you 85% after 1 hour, not 90%. Answer B (98%) would result in 88% after 1 hour. Answer D (102%) is mathematically possible but physically impossible—batteries cannot exceed 100% charge capacity. For linear relationship problems on the IBEW exam, always identify two points, calculate the rate of change, then work backward to find your starting value. Remember that real-world constraints (like battery capacity limits) can help eliminate unrealistic answers.

Question 9

The pressure in a water tank increases linearly with depth. At the surface (depth = 0), the pressure is 15 psi. At a depth of 10 feet, the pressure is 19.3 psi. What is the pressure at a depth of 30 feet?

  1. 23.6 psi
  2. 27.9 psi (correct answer)
  3. 32.2 psi
  4. 57.9 psi
Explanation: This question tests your understanding of linear relationships and pressure calculations - skills that apply to fluid systems you'll encounter in electrical work, particularly in hydro plants or cooling systems. Since pressure increases linearly with depth, you can set up a linear equation. You have two points: (0 feet, 15 psi) and (10 feet, 19.3 psi). First, find the rate of pressure increase per foot: 19.315100=4.310=0.43 psi per foot\frac{19.3 - 15}{10 - 0} = \frac{4.3}{10} = 0.43 \text{ psi per foot} Using the linear equation format P=P0+rtP = P_0 + rt, where P0P_0 is initial pressure (15 psi), rr is the rate (0.43 psi/ft), and tt is depth: P=15+0.43×30=15+12.9=27.9 psiP = 15 + 0.43 \times 30 = 15 + 12.9 = 27.9 \text{ psi} Answer A (23.6 psi) represents a common error where students might use the wrong rate calculation or only account for part of the depth increase. Answer C (32.2 psi) likely comes from using an incorrect rate of 0.57 psi/ft instead of 0.43 psi/ft. Answer D (57.9 psi) is far too high and suggests multiplying the surface pressure by depth rather than adding the pressure increase. When you see linear relationship problems, always identify your two known points first, calculate the rate of change, then apply the linear equation. Double-check your rate calculation - it's the most common source of errors in these problems.

Question 10

The relationship between the length of a wire in feet (x) and its total resistance in ohms (y) is linear. If a 10-foot wire has a resistance of 2 ohms and a 30-foot wire has a resistance of 6 ohms, what is the resistance of a 25-foot wire?

  1. 4 ohms
  2. 4.5 ohms
  3. 5 ohms (correct answer)
  4. 5.5 ohms
Explanation: When you encounter a problem describing a linear relationship between two variables, you're working with straight-line equations where changes occur at a constant rate. This is fundamental to understanding wire resistance calculations in electrical work. Since the relationship is linear, you can find the rate of change (slope) using the two given points: (10 feet, 2 ohms) and (30 feet, 6 ohms). The slope is 623010=420=0.2\frac{6-2}{30-10} = \frac{4}{20} = 0.2 ohms per foot. This means resistance increases by 0.2 ohms for each additional foot of wire. Using the point-slope form with (10, 2): y2=0.2(x10)y - 2 = 0.2(x - 10), which simplifies to y=0.2xy = 0.2x. For a 25-foot wire: y=0.2(25)=5y = 0.2(25) = 5 ohms. Looking at the wrong answers: A) 4 ohms would be correct for a 20-foot wire, suggesting you might have miscalculated the length or made an arithmetic error. B) 4.5 ohms could result from incorrectly averaging the two given resistance values without considering wire length. D) 5.5 ohms might come from adding an extra 0.5 ohms through calculation errors or misunderstanding the rate of change. For linear relationship problems on the IBEW exam, always identify your two points, calculate the slope carefully, and set up the equation methodically. These problems frequently appear in electrical calculations involving resistance, voltage drop, and conductor properties, so mastering this approach will serve you well throughout the exam.

Question 11

The total length of cable an electrician can install is a linear function of the number of hours worked. The electrician starts the day with 500 feet of cable on a spool and installs it at a rate of 40 feet per hour. Which statement best describes the linear function representing the remaining cable on the spool?

  1. The function has a positive slope of 500 and a y-intercept of 40.
  2. The function has a negative slope of -40 and a y-intercept of 500. (correct answer)
  3. The function has a positive slope of 40 and a y-intercept of 500.
  4. The function has a negative slope of -500 and a y-intercept of 40.
Explanation: When analyzing real-world linear functions, you need to identify what's happening to the quantity over time and translate that into mathematical terms. Here, you're tracking cable remaining on a spool as an electrician works. Start with what you know: 500 feet initially, and 40 feet gets installed (removed from the spool) each hour. Since cable is being removed from the spool, the amount remaining decreases over time. This creates a negative relationship between hours worked and cable remaining. The linear function for remaining cable is: y=50040xy = 500 - 40x, where yy is feet remaining and xx is hours worked. In slope-intercept form (y=mx+by = mx + b), this becomes y=40x+500y = -40x + 500. The slope is -40 (cable decreases by 40 feet per hour) and the y-intercept is 500 (starting amount). Choice B correctly identifies the negative slope of -40 and y-intercept of 500. Choice A reverses the values entirely, giving a positive slope of 500 (impossibly steep) and y-intercept of 40. Choice C treats this like cable is being added rather than removed, creating a positive slope of 40. This would mean the spool gains cable over time. Choice D confuses the rate with the starting amount, making -500 the slope and 40 the y-intercept. Remember: in rate problems, determine whether the quantity increases or decreases over time. If it decreases (like cable being used up), expect a negative slope. The y-intercept always represents the starting value when time equals zero.

Question 12

The voltage in a simple circuit remains constant at 120 volts regardless of the time it is measured. If you were to represent this relationship with time (x) on the horizontal axis and voltage (y) on the vertical axis, what would be the slope of the line?

  1. 0 (correct answer)
  2. 1
  3. 120
  4. Undefined
Explanation: This question tests your understanding of how to interpret the slope of a line on a graph, which is fundamental for analyzing electrical relationships in circuits. When voltage remains constant at 120 volts regardless of time, you have a horizontal line on a graph where time is on the x-axis and voltage is on the y-axis. The slope of any line is calculated as "rise over run" or ΔyΔx\frac{\Delta y}{\Delta x}. Since the voltage never changes, there is no "rise" - the y-value stays at 120 volts at every point in time. This means Δy=0\Delta y = 0, so the slope equals 0Δx=0\frac{0}{\Delta x} = 0. Answer A (0) is correct because a horizontal line always has zero slope - there's no vertical change as you move along the time axis. Answer B (1) would represent a line where voltage increases by 1 volt for every unit of time, which contradicts the constant voltage described in the problem. Answer C (120) confuses the y-intercept (where the line crosses the voltage axis) with the slope. While the voltage is 120 volts, this value tells you the line's position, not its steepness. Answer D (undefined) would apply to a vertical line where time stays constant but voltage changes infinitely - the opposite scenario from what's described. Remember: slope measures the rate of change. When any quantity remains constant over time in electrical circuits, its slope is always zero. This concept applies whether you're graphing voltage, current, or power against time.

Question 13

Company A charges a $50 flat fee plus $10 per hour. Company B's charges are represented by a linear function passing through (2 hours, $80) and (5 hours, $170). Which company has a higher hourly rate?

  1. Company A has a higher hourly rate.
  2. The relationship cannot be determined from the information.
  3. Both companies have the same hourly rate.
  4. Company B has a higher hourly rate. (correct answer)
Explanation: When you encounter problems comparing pricing structures, you need to identify the hourly rate (slope) for each company's linear function. Company A's pricing is straightforward: $50 flat fee plus $10 per hour. The hourly rate is clearly $10. For Company B, you have two points: (2, $80) and (5, $170). To find the hourly rate, calculate the slope using the formula: slope = $y2y1x2x1\frac{y_2 - y_1}{x_2 - x_1} $ Company B's hourly rate = \frac{$170 - $80}{5 - 2} = \frac{$90}{3} = $30 per hour Comparing the rates: Company A charges $10 per hour while Company B charges $30 per hour. Company B has the higher hourly rate. Answer choice A is wrong because Company A's $10 hourly rate is actually lower than Company B's 30rate.ChoiceBisincorrectbecausewehavesufficientinformationtodeterminebothhourlyratesfromthegivendata.ChoiceCiswrongbecausetheratesareclearlydifferent(30 rate. Choice B is incorrect because we have sufficient information to determine both hourly rates from the given data. Choice C is wrong because the rates are clearly different (10 vs. $30). Answer choice D is correct because Company B's hourly rate of $30 exceeds Company A's rate of $10. Remember: In linear pricing problems, the hourly rate is always the coefficient of the hours variable (or the slope when given coordinate points). Don't get distracted by flat fees or starting costs—focus on finding the rate of change to compare pricing structures effectively.

Question 14

A machine's value depreciates at a constant rate. If its value is $12,000 after 2 years and $9,000 after 4 years, what does the y-intercept of the linear function representing the machine's value over time represent?

  1. The number of years until the machine is worthless.
  2. The machine's original purchase price. (correct answer)
  3. The annual rate of depreciation for the machine.
  4. The machine's scrap value after many years.
Explanation: When you encounter depreciation problems involving constant rates, you're dealing with linear functions where time is the independent variable and value is the dependent variable. The key insight is understanding what each component of the linear equation represents in real-world terms. Given that the machine's value is $12,000 after 2 years and $9,000 after 4 years, you can find the rate of depreciation: $\frac{9000-12000}{4-2} = \frac{-3000}{2} = -\1500 per year. Using the point-slope form with the point (2, 12000): V = -1500t + 15000 , where t is years since purchase. The y-intercept occurs when t = 0 , giving us V = 15000 . This represents the machine's value at the moment of purchase—its original price. Answer B is correct because the y-intercept of any linear depreciation model represents the initial value before any time has passed. Looking at the wrong answers: A describes the x-intercept (when V = 0 ), which occurs at t = 10 years. C describes the slope of the line, which is -$1500 per year, not the y-intercept. D describes the limiting value as time approaches infinity, but since this is linear depreciation (not exponential), the machine eventually reaches zero value rather than maintaining a scrap value. Remember: In linear depreciation problems, the y-intercept always represents the original purchase price, while the slope represents the rate of depreciation. Don't confuse these fundamental components of the linear equation.

Question 15

A water tank is being filled at a constant rate. The water level is 3 feet at 10:00 AM and 7 feet at 11:00 AM. If the tank is 15 feet tall, at what time will it be full?

  1. 1:30 PM
  2. 1:00 PM (correct answer)
  3. 2:00 PM
  4. 2:30 PM
Explanation: When you encounter rate problems like this, you're dealing with linear relationships where something changes at a constant rate over time. The key is finding the rate of change and then projecting forward or backward. First, calculate the filling rate. The water level rose from 3 feet to 7 feet in one hour (10:00 AM to 11:00 AM), so the rate is 731=4\frac{7-3}{1} = 4 feet per hour. Next, determine how much more the tank needs to fill. Since the tank is 15 feet tall and the water level is 7 feet at 11:00 AM, you need 157=815-7 = 8 more feet of water. Finally, calculate the time needed: 8 feet4 feet per hour=2\frac{8 \text{ feet}}{4 \text{ feet per hour}} = 2 hours. Adding 2 hours to 11:00 AM gives you 1:00 PM. Looking at the wrong answers: Choice A (1:30 PM) represents only 2.5 hours total from 11:00 AM, which would fill just 6 additional feet, leaving the tank at 13 feet. Choice C (2:00 PM) assumes 3 hours from 11:00 AM, which would overfill the tank by 4 feet. Choice D (2:30 PM) represents 3.5 hours, creating an even larger overflow of 6 feet. For IBEW rate problems, always establish your rate first, then determine what distance (or volume, or quantity) remains, and finally divide to find the time needed. This systematic approach prevents calculation errors and helps you spot unreasonable answers quickly.

Question 16

A line is represented by the function f(x)=4x+11f(x) = -4x + 11. If the y-intercept is changed to 15 while the slope remains the same, what is the new value of f(2)f(2)?

  1. 3
  2. 7 (correct answer)
  3. -8
  4. 23
Explanation: Linear function problems on the IBEW exam test your ability to work with slope-intercept form and make adjustments to function parameters. When you see f(x)=mx+bf(x) = mx + b, remember that mm is the slope and bb is the y-intercept. The original function is f(x)=4x+11f(x) = -4x + 11, where the slope is 4-4 and the y-intercept is 1111. When the y-intercept changes to 1515 while keeping the same slope, the new function becomes f(x)=4x+15f(x) = -4x + 15. To find the new value of f(2)f(2), substitute x=2x = 2 into the modified function: f(2)=4(2)+15=8+15=7f(2) = -4(2) + 15 = -8 + 15 = 7 Looking at the wrong answers: Choice A (3) would result if you mistakenly used the original y-intercept: 4(2)+11=3-4(2) + 11 = 3. Choice C (-8) represents only the slope portion 4(2)-4(2) without adding the y-intercept at all. Choice D (23) appears to come from incorrectly adding the original and new y-intercepts: 4(2)+11+15=23-4(2) + 11 + 15 = 23. The correct answer is B. When working with linear functions, always identify the slope and y-intercept first, then carefully apply any changes before substituting values. Double-check that you're using the modified function, not the original one, especially when the problem explicitly states that a parameter has changed.

Question 17

If a linear function passes through (0, 5) and (3, 11), what is the value of x when y = 15?

  1. 4
  2. 5 (correct answer)
  3. 6
  4. 7
Explanation: Linear function questions test your ability to find the equation of a line and use it to solve for unknown values. When you see two points given, you're being asked to work with slope-intercept form: y=mx+by = mx + b. First, find the slope using the two given points (0, 5) and (3, 11). The slope formula is m=y2y1x2x1=11530=63=2m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{11 - 5}{3 - 0} = \frac{6}{3} = 2. Since one point is (0, 5), you can see that the y-intercept is 5, so your equation is y=2x+5y = 2x + 5. Now substitute y = 15 to find x: 15=2x+515 = 2x + 5. Subtract 5 from both sides: 10=2x10 = 2x. Divide by 2: x=5x = 5. This confirms answer B is correct. Looking at the wrong answers: A) 4 would give you y=2(4)+5=13y = 2(4) + 5 = 13, not 15. This might result from calculation errors in finding the slope or solving the equation. C) 6 would give you y=2(6)+5=17y = 2(6) + 5 = 17, which is too high. Students might choose this by incorrectly using the slope as 3 instead of 2. D) 7 would give you y=2(7)+5=19y = 2(7) + 5 = 19, way off target. This could result from multiple computational errors. Remember the three-step process for linear function problems: find the slope, write the equation, then substitute the known value to solve for the unknown. Always verify your answer by plugging it back into your equation.

Question 18

A linear function has a y-intercept of -4 and an x-intercept of 2. What is the slope of the function?

  1. -1/2
  2. 1/2
  3. -2
  4. 2 (correct answer)
Explanation: When you encounter a linear function problem involving intercepts, you're working with the fundamental relationship between slope and two key points on the line. The intercepts give you specific coordinates: the y-intercept of -4 means the point (0, -4), and the x-intercept of 2 means the point (2, 0). To find the slope, use the slope formula: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Substituting your intercept points: m=0(4)20=42=2m = \frac{0 - (-4)}{2 - 0} = \frac{4}{2} = 2. The slope is 2, making answer D correct. Let's examine why the other options are incorrect. Answer A (-1/2) represents the negative reciprocal of the correct slope, which you might get if you confused slope with perpendicular line relationships. Answer B (1/2) is what you'd calculate if you incorrectly used 24\frac{2}{4} instead of 42\frac{4}{2}—essentially flipping the rise and run. Answer C (-2) gives you the correct magnitude but wrong sign, which happens if you subtract the coordinates in the wrong order or misinterpret the direction of the line. Remember this key pattern: when a line has a positive x-intercept and negative y-intercept, it must have a positive slope because it's rising from left to right. Always double-check that your calculated slope's sign makes sense with the line's direction. For IBEW electrical calculations, this same logical checking applies to voltage and current relationships—the math should align with the physical reality.

Question 19

A work crew can pave a road at a constant rate. After 2 days, 8 miles of road are unpaved. After 6 days, 2 miles of road are unpaved. How many miles of road were unpaved initially?

  1. 10 miles
  2. 11 miles (correct answer)
  3. 12 miles
  4. 14 miles
Explanation: This is a linear rate problem where you need to find the initial amount based on how much remains at different time points. When you see problems about constant work rates with remaining quantities, set up the relationship between time and the amount left to complete. The crew paves at a constant rate, so the amount of unpaved road decreases linearly over time. You have two data points: after 2 days, 8 miles remain unpaved; after 6 days, 2 miles remain unpaved. In the 4-day period from day 2 to day 6, the crew paved 82=68 - 2 = 6 miles. This means their rate is 6 miles4 days=1.5\frac{6 \text{ miles}}{4 \text{ days}} = 1.5 miles per day. Working backwards from day 2: if 8 miles remained after 2 days, and they pave 1.5 miles per day, then initially there were 8+(2×1.5)=8+3=118 + (2 \times 1.5) = 8 + 3 = 11 miles of unpaved road. You can verify this: Starting with 11 miles, after 2 days they'd have 11(2×1.5)=811 - (2 \times 1.5) = 8 miles left ✓, and after 6 days they'd have 11(6×1.5)=211 - (6 \times 1.5) = 2 miles left ✓. Choice A (10 miles) would leave 7 miles after 2 days, not 8. Choice C (12 miles) would leave 9 miles after 2 days, not 8. Choice D (14 miles) would leave 11 miles after 2 days, not 8. For linear rate problems, always find the rate first using two given points, then work backwards to the starting condition. This systematic approach prevents calculation errors.

Question 20

The amount of fuel in a generator's tank (in gallons) is represented by G(t)=402.5tG(t) = 40 - 2.5t, where tt is hours of operation. What is the meaning of the number 40 in this function?

  1. The number of hours the generator can run before refueling.
  2. The rate at which the generator consumes fuel in gallons per hour.
  3. The amount of fuel remaining after 2.5 hours of operation.
  4. The initial amount of fuel in the tank before operation. (correct answer)
Explanation: When you encounter linear functions in IBEW electrical calculations, you're often looking at how one quantity changes over time. The key is understanding what each component of the function represents. In the function G(t)=402.5tG(t) = 40 - 2.5t, you need to think about what happens at the very beginning of operation. When t=0t = 0 (zero hours of operation), the function becomes G(0)=402.5(0)=40G(0) = 40 - 2.5(0) = 40. This tells you that before the generator has run at all, there are 40 gallons in the tank. The number 40 represents the starting fuel amount, making D correct. Let's examine why the other options miss the mark. Option A suggests 40 represents operating hours, but hours are measured by the variable tt, not a constant in the equation. To find actual runtime, you'd solve 402.5t=040 - 2.5t = 0, giving you 16 hours. Option B claims 40 is the fuel consumption rate, but the coefficient 2.5-2.5 represents the rate at 2.5 gallons per hour—the negative sign shows fuel decreasing over time. Option C suggests 40 is fuel remaining after 2.5 hours, but substituting t=2.5t = 2.5 gives G(2.5)=402.5(2.5)=33.75G(2.5) = 40 - 2.5(2.5) = 33.75 gallons. Remember this pattern: in linear functions representing quantities that decrease over time, the constant term (the number without a variable) typically represents the initial or starting value. Always check what happens when t=0t = 0 to identify initial conditions in time-based problems.