Answer:
Explanation:
Answer:
Reorder the terms:
8 + 6p + -4p = 3(p + 4)
Combine like terms: 6p + -4p = 2p
8 + 2p = 3(p + 4)
Reorder the terms:
8 + 2p = 3(4 + p)
8 + 2p = (4 * 3 + p * 3)
8 + 2p = (12 + 3p)
Solving
8 + 2p = 12 + 3p
Solving for variable 'p'.
Move all terms containing p to the left, all other terms to the right.
Add '-3p' to each side of the equation.
8 + 2p + -3p = 12 + 3p + -3p
Combine like terms: 2p + -3p = -1p
8 + -1p = 12 + 3p + -3p
Combine like terms: 3p + -3p = 0
8 + -1p = 12 + 0
8 + -1p = 12
Add '-8' to each side of the equation.
8 + -8 + -1p = 12 + -8
Combine like terms: 8 + -8 = 0
0 + -1p = 12 + -8
-1p = 12 + -8
Comb
The remove_sort_reverse function takes a list, removes all "s" in the list elements, sorts and then reverses the remaining elements
<h3>The actual program</h3>
The program in Python, where comments are used to explain each line is as follows:
#This defines the function
def remove_sort_reverse(myList):
#This iterates through the list
for i in range(len(myList)):
#This removes all the s in the list elements
myList[i] = myList[i].replace("s","")
#This sorts and reverses the list elements
myList.sort(reverse=True)
#This returns the updated list
return(myList)
Read more about Python functions at:
https://brainly.in/question/10211834
Answer:
To provoke the outbreak of war without attacking first. That’s what it was in the video