Step-by-step explanation:
no they are not parallel
<span>A word problem that can be modeled by addition of two negative numbers integers is given as followed.
Evans and Irvin are standing at the same spot. Evans took 7 steps backwards and another 7 steps backward, what is the current position of Evans relative to where Irvin is standing?
To solve the above, we note that Evans </span><span>took 7 steps backwards and another 7 steps backward, thus his current position relative to Irvin is given by (-7) + (-7) = -7 - 7 = -14.
Therefore, Evans is 14 steps backwards relative to where Irvin is standing.
</span>
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
19x-15 = 15x -7
4x = 8
x =2
19(2) -15 = 23
15(2) -7 = 23