You start a search for a buried object by marking the center of a filed as (0,0), with coordinates giving distances in yards. Coordinates to the north or east are positive and coordinates to the south or west are negative. You find nothing at (-10,6), so you try a likely-looking spot 3 yards to the east and 12 yards to the south of the first spot. What are the coordinates of the second spot?

The coordinates of the second spot are (−10+3,6−12), which simplifies to (-7,-6).

output = input - 6

This statement represents a mathematical operation where a value is subtracted by 6. The exact result will depend on the specific input value.

For example, if the input is 10, then the output would be 4 (10 - 6).

If the input is -3, then the output would be -9 (-3 - 6).

If the input is 0, then the output would be -6 (0 - 6).

In general, the output will always be 6 less than the input value.

simple form pls?

This statement means that you take a value (the "input"), subtract 6 from it, and get a new value (the "output"). For any given input value x, the formula for the output value y would be:

y = x - 6

make a table and graph the function y = 3x +2

Here is a table and graph for the function y = 3x + 2:

| x | y = 3x + 2 |
|---|------------|
| -2 | -4 |
| -1 | -1 |
| 0 | 2 |
| 1 | 5 |
| 2 | 8 |

To graph this function, we can plot the points from the table and draw a straight line through them. The graph should look like:

```
| *
8 |- - - - - - - *
| /
7 | /
| /
6 | /
| /
5 | /
| /
4 | /
| /
3 | /
| /
2 | *
| /
1 |/
*
- - - - - - -
-2 -1 0 1 2 x-axis
```

The line passes through the point (0,2) and has a slope of 3, which means it goes up 3 units for every 1 unit to the right.

solve the equation. 5x + 2 = 62

To solve the equation 5x + 2 = 62, we need to isolate the variable x on one side of the equation.

First, we can start by subtracting 2 from both sides:

5x + 2 - 2 = 62 - 2

This simplifies to:

5x = 60

Then, we can divide both sides by 5 to get x by itself:

5x/5 = 60/5

This simplifies to:

x = 12

Therefore, the solution to the equation 5x + 2 = 62 is x = 12.

x_4 + 1 = - 5