4.1 線形方程式の解を求める

線形方程式 y = 9 x + 2 の解を3つ求めなさい.
答えは順序対をカンマ区切りで示しなさい.

[1] [0]

y = 9 x + 2 の解である順序対のうち,3つ以上のどの組も正解として認められる. 考えられる解答例:(0, 2), (1, 11), (–1, –7)

Step 1 of 4

We can substitute any value we want for x or any value for y . Since the equation is in y -form, it will be easier to substitute in values of x . Let’s pick x = 0 x = 1 x = - 1 .

Step 2 of 4

     x = 0                      x = 1                      x = - 1

     y = 9 x + 2          y = 9 x + 2          y = 9 x + 2

Substitute the value into the equation.
     y = 9 · 0 + 2          y = 9 · 1 + 2          y = 9 · - 1 + 2

Simplify.
     y = 0 + 2              y = 9 + 2                  y = - 9 + 2

Simplify.
     y = 2                      y = 11                          y = - 7

Write the ordered pair.
     ( 0 2 )                      ( 1 11 )                      ( - 1 - 7 )

Step 3 of 4

Check.
( 0 , 2 ) ( 1 , 11 ) ( - 1 , - 7 ) y = 9 x + 2 y = 9 x + 2 y = 9 x + 2 2 9 · 0 + 2 11 9 · 1 + 2 - 7 9 · - 1 + 2 2 0 + 2 11 9 + 2 - 7 - 9 + 2 2 = 2 11 = 11 - 7 = - 7

Step 4 of 4

So, ( 0 2 ) , ( 1 11 ) , ( - 1 - 7 ) are all solutions to y = 9 x + 2 .