Solve the following pairs of linear equations by graphing. Confirm the solution using algebra.

y = a+ 1 and y = 3x + 2

Intersection at (—I, —1)

![14969|336x325](upload://4Ypp2iBukza60iSPLg5lYNbhuPV.jpeg)


Solution using algebra Standard form: Equations are already in standard form
Combining the equations: 2x 4- 1
—x = 1
x = —1
Substituting into eql y = 2(-1)
y=-1
Check substituting into eq2
y=-1

Computer Science & Information Technology

You might also like to view...

Given the following method header, which of these method calls is incorrect?

``` public void displayValue(double x, int y); ``` a. displayValue(a, b); // where a is a long and b is a byte b. displayValue(a, b); // where a is an int and b is a byte c. displayValue(a, b); // where a is a short and b is a long d. All of these would give an error.

Computer Science & Information Technology

The __________ attack is where the attacker chooses a list of messages before attempting to break the user's signature scheme, independent of the user's public key. The attacker then obtains from the user valid signatures for the chosen messages.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If you want to insert a different header or footer midway in a document, you need to insert a:

A) hard page break. B) hard return. C) second header or footer. D) section break.

Computer Science & Information Technology

The Send Backward and Bring Forward commands send the selected object to the bottom or top of the stack of objects.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology