Answer:
-4w² - 8w
Step-by-step explanation:
All you need to do is distribute -4w. That means to multiply -4w to w and 2 separately. When you multiply -4w to w, you will get -4w² and when you multiply -4w to 2, you will get -8w.
Answer:
Step-by-step explanation:
Consecutive integers just means like one after another.
This means that:
First number = x
Second number = x + 1
Third number = x + 2
They've told us that the sum of 3 consecutive integers is 78.
First number + second number + third number = 78
Sub the equations we wrote into the formula above and we get:
x + x + 1 + x + 2 = 78
Gather the like terms.
3x + 3 = 78
Subtract 3 from both sides.
3x = 78-3 = 75
Divide both sides by 3 to solve for x.
x = 75/3 = 25
If you look at the very beginning we said that the first number = x.
Therefore it is 25.
Second number = x + 1 = 26
Third number = x + 2 = 27
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4