Answer:
y - 1 = 0
Step-by-step explanation:
move constant to the left by adding its opposite to both sides y - 1 = 1 - 1
the sum two opposites equals 0
y =1
We have to draw the model for 42 divide 7 . In order to draw the model we use below steps.
- Draw 7 boxes to represent 7 groups.
- Assume 42 as the number which represents the total of these 7 groups.
- Put a question mark at the first box.
Attached is the model to represents 42 divide 7 .
In the question mark we should put 6. Hence, when we add 6 to 7 times that will be equal to 42.
First step is to analyze input and output variables:
INPUT:
list of integers with name "values"
integer with name "p1"
integer with name "p2"
OUTPUT:
there is no output variable as in declaration of a method there is void
ANALYSIS:
"<span>int temp = values[p1]"
this line creates variable "temp" which is integer. then this line goes to the list "values" and takes value that is at position "p1" and stores it into variable "temp"
"</span><span>values[p1] = values[p2]"
this line </span>goes to the list "values" and takes value that is at position "p2" and stores it into variable that is at position "p1"
"<span>values[p2] = temp"
this line takes value of the variable "temp" and stores it into list values at position "p2"
Short explanation:
this code replaces values of the list at between positions p1 and p2</span>
Answer:i think its y+3x+8x-7
Step-by-step explanation:i dont have to explain