All questions
Question 1
Simplify the expression: 5a−2b+8−3a+5b−2
- 2a+3b+10
- 2a−7b+6
- 2a+3b+6 (correct answer)
- 8a+7b+10
Explanation: This question tests your ability to simplify algebraic expressions by combining like terms—a fundamental skill you'll use throughout electrical calculations involving variables and formulas.
To simplify 5a−2b+8−3a+5b−2, you need to group and combine terms with the same variables. Start by rearranging to group like terms together: (5a−3a)+(−2b+5b)+(8−2).
Now combine each group:
- For the a terms: 5a−3a=2a
- For the b terms: −2b+5b=3b
- For the constants: 8−2=6
This gives you 2a+3b+6, which matches answer choice C.
Let's examine why the other options are incorrect. Choice A gives 2a+3b+10—this correctly combines the variable terms but incorrectly adds the constants as 8+2=10 instead of 8−2=6. Choice B shows 2a−7b+6—while the a terms and constants are correct, the b terms were incorrectly calculated as −2b−5b=−7b instead of −2b+5b=3b. Choice D presents 8a+7b+10—this contains multiple errors, treating subtraction as addition throughout.
When simplifying algebraic expressions, always pay careful attention to positive and negative signs. Write out each step clearly and double-check your arithmetic. These skills are essential for solving electrical formulas involving resistance, voltage, and current calculations on the IBEW exam. Question 2
Simplify the expression: 12+5z−9+8w−3z+2w
- 3+2z+10w (correct answer)
- 3+8z+6w
- −3+2z+10w
- 21+8z+10w
Explanation: This question tests your ability to combine like terms in an algebraic expression, a fundamental skill you'll use throughout electrical calculations involving variables like voltage, current, and resistance.
To simplify 12+5z−9+8w−3z+2w, you need to group and combine terms with the same variables. Start by identifying three types of terms: constants (numbers without variables), terms with z, and terms with w.
Constants: 12−9=3
Terms with z: 5z−3z=2z
Terms with w: 8w+2w=10w
Combining these results gives you 3+2z+10w, which matches choice A.
Let's examine why the other options are incorrect. Choice B (3+8z+6w) correctly finds the constant term but makes errors with the variables—it adds 5z+3z=8z instead of 5z−3z=2z, and calculates 8w−2w=6w instead of 8w+2w=10w. Choice C (−3+2z+10w) handles the variable terms correctly but miscalculates the constants as 12−9=−3 instead of 3. Choice D (21+8z+10w) adds all constants together regardless of their signs (12+9=21) and makes the same z-term error as choice B.
When combining like terms, always pay careful attention to the signs in front of each term. A minus sign applies to the entire term that follows it, not just the coefficient. Question 3
Simplify the following expression by combining like terms: 7x+4y−3x+2y
- 4x+6y (correct answer)
- 4x+2y
- 10x+6y
- 10xy
Explanation: When you encounter algebraic expressions with multiple terms, your goal is to identify and combine like terms—terms that have identical variable parts. This is a fundamental skill you'll use constantly in electrical calculations involving formulas and equations.
To solve 7x+4y−3x+2y, group the like terms together. The x terms are 7x and −3x, while the y terms are 4y and 2y. Combine each group separately: 7x−3x=4x and 4y+2y=6y. This gives you 4x+6y.
Looking at the answer choices: Choice A (4x+6y) correctly combines the like terms as shown above. Choice B (4x+2y) correctly handles the x terms but fails to add the y terms—it keeps only the first y term instead of combining 4y+2y=6y. Choice C (10x+6y) correctly combines the y terms but incorrectly adds the x terms—it treats the subtraction as addition, calculating 7x+3x=10x instead of 7x−3x=4x. Choice D (10xy) represents a fundamental misunderstanding, incorrectly multiplying unlike terms together instead of keeping them separate.
Remember this pattern: you can only combine terms with identical variable parts. Terms like 7x and 3x can combine, but x and y terms must remain separate. Always pay careful attention to signs—especially negative signs that indicate subtraction rather than addition. Question 4
Simplify the following expression: 15j−8k+7−(5j−3k+2)
- 10j−11k+9
- 10j−5k+5 (correct answer)
- 10j−5k+9
- 20j−11k+5
Explanation: This question tests your ability to distribute negative signs and combine like terms—fundamental algebraic skills you'll use regularly in electrical calculations involving complex numbers and circuit analysis.
To solve 15j−8k+7−(5j−3k+2), you must first distribute the negative sign to every term inside the parentheses. The expression becomes: 15j−8k+7−5j+3k−2. Notice that −(5j−3k+2) becomes −5j+3k−2.
Now combine like terms by grouping similar variables and constants:
- j terms: 15j−5j=10j
- k terms: −8k+3k=−5k
- Constants: 7−2=5
The simplified expression is 10j−5k+5, which matches answer B.
Let's examine why the other answers are incorrect. Answer A (10j−11k+9) results from failing to distribute the negative sign properly—treating −(−3k) as −3k instead of +3k, and incorrectly handling the constant term. Answer C (10j−5k+9) gets the variable terms right but adds the constants incorrectly (7+2=9 instead of 7−2=5). Answer D (20j−11k+5) comes from adding instead of subtracting the j terms (15j+5j) and mishandling the k terms.
Remember: when distributing a negative sign, every term inside the parentheses changes sign. This is a common source of errors, so always double-check your distribution step before combining like terms. Question 5
Simplify the expression: 9r−[3s+2(r−s)]
- 7r−s (correct answer)
- 7r+s
- 7r−5s
- 11r+s
Explanation: When you encounter algebraic expressions with brackets and parentheses, you must work systematically from the inside out, following the order of operations. This type of simplification problem tests your ability to distribute terms correctly and combine like terms.
Let's work through 9r−[3s+2(r−s)] step by step. First, handle the innermost parentheses by distributing the 2: 2(r−s)=2r−2s.
Now the expression becomes: 9r−[3s+2r−2s]. Next, simplify inside the brackets by combining like terms: 3s−2s=s, so we have 9r−[s+2r] or 9r−[2r+s].
Finally, distribute the negative sign across the brackets: 9r−2r−s=7r−s. This matches answer choice A.
Let's examine why the other options are incorrect. Answer B (7r+s) results from failing to distribute the negative sign properly — you'd get this if you wrote 9r−2r+s instead of 9r−2r−s. Answer C (7r−5s) comes from incorrectly combining the s terms, perhaps adding 3s+2s instead of 3s−2s. Answer D (11r+s) results from multiple errors: adding 9r+2r and failing to distribute the negative sign.
Study tip: Always work inside-out with nested grouping symbols, and be extra careful with negative signs when distributing. Double-check your work by substituting simple values for the variables. Question 6
What is the result of simplifying 1.5R+2.3S−0.7R+1.2S?
- 0.8R+3.5S (correct answer)
- 0.8R+1.1S
- 2.2R+3.5S
- 2.2R+1.1S
Explanation: When you encounter algebraic expressions with multiple terms, you need to combine like terms—terms that have the same variable. This is a fundamental skill you'll use constantly in electrical calculations involving resistance, current, and voltage relationships.
To simplify 1.5R+2.3S−0.7R+1.2S, group the terms with the same variables together. First, collect all the R terms: 1.5R−0.7R. When subtracting, you get 1.5−0.7=0.8, so this becomes 0.8R. Next, collect all the S terms: 2.3S+1.2S. Adding these coefficients gives you 2.3+1.2=3.5, so this becomes 3.5S. The final simplified expression is 0.8R+3.5S.
Looking at the wrong answers: Choice B (0.8R+1.1S) correctly finds the R coefficient but incorrectly subtracts the S terms instead of adding them (2.3−1.2=1.1). Choice C (2.2R+3.5S) correctly finds the S coefficient but adds the R terms instead of subtracting (1.5+0.7=2.2). Choice D (2.2R+1.1S) makes both mistakes—adding the R terms and subtracting the S terms.
The correct answer is A: 0.8R+3.5S.
Remember to pay careful attention to positive and negative signs when combining like terms. A systematic approach is to rewrite the expression grouping like terms together before performing the arithmetic—this reduces sign errors that commonly appear on the IBEW exam. Question 7
Simplify the polynomial: 10−3v+4w−v−5w−2
- 12−4v+9w
- 8−4v−w (correct answer)
- 8−2v−w
- 8−4v+w
Explanation: When you encounter polynomial simplification problems, you're combining like terms—terms that have the same variable with the same exponent. The key is to group similar terms together and perform the arithmetic carefully.
To simplify 10−3v+4w−v−5w−2, start by identifying and grouping like terms:
- Constant terms: 10 and −2
- Terms with v: −3v and −v
- Terms with w: 4w and −5w
Now combine each group:
- Constants: 10+(−2)=8
- v terms: −3v+(−v)=−3v−1v=−4v
- w terms: 4w+(−5w)=4w−5w=−w
This gives you 8−4v−w, which matches answer choice B.
Let's examine why the other answers are incorrect:
Answer A (12−4v+9w) incorrectly adds the constants as 10+2=12 instead of 10−2=8, and adds the w terms as 4+5=9 instead of 4−5=−1.
Answer C (8−2v−w) correctly handles the constants and w terms but miscalculates the v terms as −2v instead of −4v.
Answer D (8−4v+w) gets the constants and v terms right but shows +w instead of −w.
Study tip: Always write out your work when combining like terms, and double-check your signs. Many errors come from rushing through the arithmetic or mishandling negative signs. Question 8
Simplify the polynomial: ab−bc+ac−3ab+2bc
- −2ab+3bc+ac
- −2ab−bc+ac
- −2ab+bc+ac (correct answer)
- −3ab+2bc+ac
Explanation: When you encounter polynomial simplification problems on the IBEW exam, you're being tested on your ability to combine like terms—terms that have identical variable parts with the same exponents.
To solve this problem, you need to identify and group the like terms in ab−bc+ac−3ab+2bc. The like terms are those with the same variable combinations: ab terms, bc terms, and ac terms.
Group the like terms:
- ab terms: ab−3ab=−2ab
- bc terms: −bc+2bc=bc
- ac terms: ac (only one term, so it stays as is)
Combining these gives you −2ab+bc+ac, which matches answer choice C.
Let's examine why the other options are incorrect. Answer A gives −2ab+3bc+ac—this incorrectly adds the bc terms as −1+2=3 instead of 1. Answer B shows −2ab−bc+ac, which fails to properly combine the bc terms, keeping the negative sign from the original −bc term. Answer D presents −3ab+2bc+ac, which leaves the terms uncombined rather than simplifying ab−3ab to −2ab.
Remember this key strategy: always identify like terms first, then carefully track positive and negative signs when combining coefficients. Double-check your arithmetic on each group of like terms—sign errors are the most common mistakes in polynomial simplification problems. Question 9
What is the simplified form of x2−3x+4−(2x2+5x−3)?
- 3x2+2x+1
- −x2+2x+1
- −x2−8x+7 (correct answer)
- −x2−8x+1
Explanation: This question tests your ability to simplify polynomial expressions by distributing negative signs and combining like terms—a fundamental skill you'll use throughout electrical calculations involving formulas and equations.
To solve x2−3x+4−(2x2+5x−3), you must first distribute the negative sign to every term inside the parentheses. The expression becomes: x2−3x+4−2x2−5x+3. Now combine like terms by grouping similar powers of x: (x2−2x2)+(−3x−5x)+(4+3)=−x2−8x+7.
Answer A (3x2+2x+1) represents the error of adding instead of subtracting the second polynomial entirely. Answer B (−x2+2x+1) shows the correct x2 term but incorrect signs on the other terms—likely from mixing up which terms get the negative sign. Answer D (−x2−8x+1) gets the first two terms right but makes an error in the constant term, probably by subtracting 3 from 4 instead of adding the positive 3 that results from −(−3).
The key strategy here is to work methodically: first distribute the negative sign completely, then organize terms by their degree before combining. Don't rush—many errors in polynomial arithmetic come from sign mistakes when distributing. Always double-check that you've applied the negative sign to every term in the parentheses, remembering that subtracting a negative gives you a positive. Question 10
Simplify: 5(a−b)−2(a+b)
- 3a−3b
- 3a+3b
- 3a−7b (correct answer)
- 7a−3b
Explanation: This question tests your ability to distribute and combine like terms—a fundamental algebraic skill you'll use constantly in electrical calculations involving circuits, power equations, and formulas.
To simplify 5(a−b)−2(a+b), you need to distribute each coefficient to the terms inside the parentheses, then combine like terms. First, distribute the 5: 5(a−b)=5a−5b. Next, distribute the -2 (note the negative sign): −2(a+b)=−2a−2b.
Now you have: 5a−5b−2a−2b. Combine like terms by grouping the a terms and b terms separately: (5a−2a)+(−5b−2b)=3a−7b.
Looking at the wrong answers: Choice A (3a−3b) correctly finds 3a but incorrectly calculates the b coefficient—you'd get this if you forgot to distribute the negative sign to the second b term. Choice B (3a+3b) makes the same distribution error with b but then also changes the overall sign, perhaps from mishandling the subtraction between the two expressions. Choice D (7a−3b) switches the coefficients—you'd get this if you added instead of subtracted the a terms (5a+2a=7a) and made sign errors with the b terms.
Remember: when distributing a negative sign or negative coefficient, it affects every term inside the parentheses. Write out each step clearly to avoid sign errors—they're the most common mistake in algebraic manipulation. Question 11
Combine like terms to simplify: c−8d+4c+8d−2c
- 3c (correct answer)
- 3c−16d
- 5c
- 7c+16d
Explanation: When you encounter algebraic expressions with multiple terms, your goal is to combine like terms—terms that have identical variable parts. This is a fundamental skill you'll use constantly in electrical calculations involving resistance, voltage, and current.
To simplify c−8d+4c+8d−2c, group the like terms together. The c terms are: c, +4c, and −2c. The d terms are: −8d and +8d.
For the c terms: c+4c−2c=1c+4c−2c=3c
For the d terms: −8d+8d=0
Since the d terms cancel out completely, you're left with just 3c.
Looking at the wrong answers: Answer B (3c−16d) correctly combines the c terms but incorrectly adds the d terms instead of recognizing they cancel out. Answer C (5c) makes an error in combining the c terms—likely adding 1+4=5 while forgetting to subtract the 2c. Answer D (7c+16d) appears to add all coefficients without proper attention to signs, getting 1+4+2=7 for the c terms and 8+8=16 for the d terms.
The correct answer is A (3c).
Study tip: Always pay careful attention to positive and negative signs when combining like terms. Write out each step to avoid sign errors, and remember that terms with opposite coefficients can cancel completely. Question 12
Simplify the expression: a−(b−a)−(a−b)
- a−2b
- a (correct answer)
- 3a
- a+2b
Explanation: When you encounter algebraic expressions with parentheses and subtraction signs, the key is carefully distributing the negative signs and combining like terms systematically.
Let's work through a−(b−a)−(a−b) step by step. First, distribute the negative sign into each set of parentheses. The expression −(b−a) becomes −b+a, and −(a−b) becomes −a+b.
So our expression transforms to: a+(−b+a)+(−a+b), which simplifies to a−b+a−a+b.
Now combine like terms. You have three a terms: +a+a−a=a. You also have two b terms: −b+b=0. Therefore, the final answer is simply a, which is choice B.
Let's examine why the other answers are incorrect. Choice A (a−2b) results from incorrectly handling the signs when distributing—likely treating both parenthetical expressions as if they were simply subtracted without proper distribution. Choice C (3a) comes from adding all the a terms without recognizing that one has a negative sign. Choice D (a+2b) occurs when you flip the signs on the b terms incorrectly during distribution.
The most common error here is mishandling negative signs when distributing. Remember: when you have a negative sign in front of parentheses, it changes the sign of every term inside. Always write out each step clearly and double-check your sign changes to avoid these algebraic pitfalls. Question 13
What is the simplified form of the expression 9m+5−12m−7?
- −3m−2 (correct answer)
- 3m+2
- −3m+12
- 21m+12
Explanation: When you encounter algebraic expressions with multiple terms, your goal is to combine like terms to simplify. This means grouping terms with the same variable together and combining constants separately.
Let's work through 9m+5−12m−7 step by step. First, identify and group the like terms: the m terms are 9m and −12m, while the constants are 5 and −7.
Combining the m terms: 9m−12m=−3m
Combining the constants: 5−7=−2
Therefore, the simplified expression is −3m−2, which is answer choice A.
Looking at the incorrect options, choice B (3m+2) represents two common sign errors: forgetting that 9−12=−3 (not positive 3) and miscalculating 5−7 as positive 2 instead of negative 2. Choice C (−3m+12) correctly handles the variable terms but incorrectly adds the constants as 5+7=12 instead of subtracting. Choice D (21m+12) shows a fundamental misunderstanding—adding all coefficients together (9+12=21) and all constants together (5+7=12) while ignoring the negative signs entirely.
For IBEW math problems, always pay careful attention to positive and negative signs, especially when subtracting. Write out each step clearly and double-check your sign operations—this prevents the most common algebraic mistakes on electrical trade exams. Question 14
Combine like terms in the expression: xy+3x−2y+5xy−4x
- 5x2y−x−2y
- 5xy−7x−2y
- 6xy+7x−2y
- 6xy−x−2y (correct answer)
Explanation: When you encounter algebraic expressions with multiple terms, your goal is to combine "like terms" — terms that have identical variable parts. This is a fundamental skill you'll use constantly in electrical calculations involving formulas and equations.
To solve this systematically, first identify and group the like terms in xy+3x−2y+5xy−4x:
- Terms with xy: xy+5xy=6xy
- Terms with x: 3x−4x=−x
- Terms with y: −2y (stands alone)
Combining these gives you 6xy−x−2y, which matches answer choice D.
Let's examine why the other options are incorrect. Choice A (5x2y−x−2y) incorrectly shows x2y instead of xy — this suggests confusion about exponents, as xy terms don't become x2y when added. Choice B (5xy−7x−2y) correctly identifies the y term but makes two errors: it gets 5xy instead of 6xy (likely forgetting that xy has an implied coefficient of 1), and shows −7x instead of −x (possibly adding 3x and 4x instead of subtracting). Choice C (6xy+7x−2y) gets the xy term right but shows +7x instead of −x, suggesting sign errors when combining 3x−4x.
Remember this pattern: always identify like terms first, then combine their coefficients carefully, paying close attention to positive and negative signs. This systematic approach prevents the sign errors that create most wrong answers. Question 15
Find the simplified form of 3x−2y+z+3y−2x−3z.
- x−y+2z
- 5x+5y−4z
- x+y−2z (correct answer)
- x+5y−4z
Explanation: When you encounter algebraic expressions with multiple terms, your goal is to combine like terms—terms that have the same variables raised to the same powers. This process, called simplification, is fundamental for solving electrical circuit equations where you'll often work with multiple voltage drops, currents, or resistances.
Let's organize the given expression by grouping like terms: 3x−2y+z+3y−2x−3z
Group the x terms: 3x−2x=1x=x
Group the y terms: −2y+3y=1y=y
Group the z terms: z−3z=−2z
Combining these results gives us x+y−2z, which matches answer choice C.
Let's examine why the other options are incorrect. Answer A (x−y+2z) gets the x coefficient right but incorrectly shows −y instead of +y, and +2z instead of −2z—this suggests errors in combining the y and z terms. Answer B (5x+5y−4z) appears to add all coefficients rather than properly combining like terms; for instance, treating 3x−2x as 5x instead of x. Answer D (x+5y−4z) correctly finds the x term but makes the same coefficient addition errors for the y and z terms as answer B.
Study tip: Always organize your work by grouping like terms first, then carefully track positive and negative signs when combining coefficients. This systematic approach prevents sign errors and ensures you don't miss any terms—skills essential for analyzing electrical circuits with multiple components. Question 16
Which expression is equivalent to 6<i>x</i>+3<i>y</i>−<i>x</i>−5<i>y</i>?
- 5<i>x</i><i>y</i>−2
- 5<i>x</i>+2<i>y</i>
- 6<i>x</i>−2<i>y</i>
- 5<i>x</i>−2<i>y</i> (correct answer)
Explanation: This question tests the ability to simplify polynomials by combining like terms, a fundamental algebraic skill essential for solving equations. Polynomials consist of terms that can be combined if they share the same variable and exponent, known as like terms. Combining like terms involves summing their coefficients. In this example, the terms 6x and -x are like terms, so their coefficients are added to yield 5x, while 3y and -5y combine to -2y. The correct answer is 5x - 2y because it accurately combines the coefficients of like terms and maintains the original variable and exponent structure. A common distractor might suggest 5x + 2y, which incorrectly adds instead of subtracting coefficients for the y terms, reflecting a misunderstanding of combining like terms. To help students: Emphasize identifying like terms by focusing on variable and exponent matching. Practice with varied examples to reinforce addition of coefficients. Warn against common errors such as unnecessary multiplication or sign changes.
Question 17
Combine like terms in 13<i>x</i>−3<i>y</i>−5<i>x</i>+3<i>y</i> to simplify it.
- 18<i>x</i>
- 8<i>x</i>+6<i>y</i>
- 8<i>x</i> (correct answer)
- −8<i>x</i>
Explanation: This question tests the ability to simplify polynomials by combining like terms, a fundamental algebraic skill essential for solving equations. Polynomials consist of terms that can be combined if they share the same variable and exponent, known as like terms. Combining like terms involves summing their coefficients. In this example, the terms 13x and -5x combine to 8x, while -3y and 3y combine to 0y, leaving 8x. The correct answer is 8x because it accurately combines the coefficients of like terms and maintains the original variable and exponent structure. A common distractor might suggest 8x + 6y, which adds non-existent terms, reflecting a misunderstanding of cancellation. To help students: Emphasize identifying like terms by focusing on variable and exponent matching. Practice with varied examples to reinforce addition of coefficients and warn against common errors such as retaining zero terms or sign errors.
Question 18
Combine like terms in 2<i>x</i>+3<i>y</i>+8<i>x</i>−5<i>y</i> to simplify it.
- 10<i>xy</i>−2<i>y</i>
- 16<i>x</i>−2<i>y</i>
- 10<i>x</i>+8<i>y</i>
- 10<i>x</i>−2<i>y</i> (correct answer)
Explanation: This question tests the ability to simplify polynomials by combining like terms, a fundamental algebraic skill essential for solving equations. Polynomials consist of terms that can be combined if they share the same variable and exponent, known as like terms. Combining like terms involves summing their coefficients. In this example, the terms 2x and 8x combine to 10x, while 3y and -5y combine to -2y. The correct answer is 10x - 2y because it accurately combines the coefficients of like terms and maintains the original variable and exponent structure. A common distractor might suggest 16x - 2y, which incorrectly adds extra values, reflecting a misunderstanding of coefficient summation. To help students: Emphasize identifying like terms by focusing on variable and exponent matching. Practice with varied examples to reinforce addition of coefficients and warn against common errors such as multiplying terms or changing signs incorrectly.
Question 19
If 6<i>x</i>−4<i>y</i>+5<i>y</i>−9<i>x</i> is simplified, what is the coefficient of <i>y</i>?
- −9
- 1 (correct answer)
- −1
- 0
Explanation: This question tests the ability to simplify polynomials by combining like terms, a fundamental algebraic skill essential for solving equations. Polynomials consist of terms that can be combined if they share the same variable and exponent, known as like terms. Combining like terms involves summing their coefficients. In this example, the terms 6x and -9x combine to -3x, while -4y and 5y combine to y, so the coefficient of y is 1. The correct answer is 1 because it accurately identifies the combined coefficient of y after simplifying the expression. A common distractor might suggest -9, which confuses x with y, reflecting a misunderstanding of variable separation. To help students: Emphasize identifying like terms by focusing on variable and exponent matching. Practice with varied examples to reinforce addition of coefficients and warn against common errors such as mixing coefficients or ignoring positives.
Question 20
What is the simplified form of 12<i>x</i>−5<i>x</i>−3<i>y</i>+7<i>y</i>?
- 7<i>x</i>−10<i>y</i>
- 17<i>x</i>+4<i>y</i>
- 7<i>x</i>+4<i>y</i> (correct answer)
- 60<i>x</i>+4<i>y</i>
Explanation: This question tests the ability to simplify polynomials by combining like terms, a fundamental algebraic skill essential for solving equations. Polynomials consist of terms that can be combined if they share the same variable and exponent, known as like terms. Combining like terms involves summing their coefficients. In this example, the terms 12x and -5x combine to 7x, while -3y and 7y combine to 4y. The correct answer is 7x + 4y because it accurately combines the coefficients of like terms and maintains the original variable and exponent structure. A common distractor might suggest 17x + 4y, which incorrectly subtracts in reverse, reflecting a misunderstanding of negative coefficients. To help students: Emphasize identifying like terms by focusing on variable and exponent matching. Practice with varied examples to reinforce addition of coefficients and warn against common errors such as sign mishandling or unnecessary multiplication.