Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
<h2>
Answer:</h2>

<h2>
Step-by-step explanation:</h2>
We will use the Gaussian elimination method to solve this problem. To do so, let's follow the following steps:
Step 1: Let's multiply first equation by −2. Next, add the result to the second equation. So:

Step 2: Let's multiply first equation by −1. Next, add the result to the third equation. Thus:

Step 3: Let's multiply second equation by −35, Next, add the result to the third equation. Therefore:

Step 4: solve for z, then for y, then for x:


By substituting
into the first equation, we get the
. So:

1.) 0
2.) -2
3.) -3
Please comment for concerns please likeb
Answer:
Y = (5/2)x + 3
Step-by-step explanation:
First, we need to make a couple of things clear:
A <em>linear equation</em> has no powers, meaning it makes a straight line.
<em>Slope-intercept</em> form is y = mx + b, where m is the slope, x is, well, x, and b is the intercept.
y and x will both remain as variables in our final solution.
That all said, now we just need to plug in what we were given.
Y = (5/2)x + 3, since our slope is 5/2 and our intercept is 3.
Hope this helps! Now anything you plug in as x will tell you the y-value on this specific line.