Answer:
Rational
Step-by-step explanation:
the rational number subset contains fractions
Answer:
C : 20
good luck, hope this helped!
Answer:
Step-by-step explanation:
A system of linear equations is one which may be written in the form
a11x1 + a12x2 + · · · + a1nxn = b1 (1)
a21x1 + a22x2 + · · · + a2nxn = b2 (2)
.
am1x1 + am2x2 + · · · + amnxn = bm (m)
Here, all of the coefficients aij and all of the right hand sides bi are assumed to be known constants. All of the
xi
’s are assumed to be unknowns, that we are to solve for. Note that every left hand side is a sum of terms of
the form constant × x
Solving Linear Systems of Equations
We now introduce, by way of several examples, the systematic procedure for solving systems of linear
equations.
Here is a system of three equations in three unknowns.
x1+ x2 + x3 = 4 (1)
x1+ 2x2 + 3x3 = 9 (2)
2x1+ 3x2 + x3 = 7 (3)
We can reduce the system down to two equations in two unknowns by using the first equation to solve for x1
in terms of x2 and x3
x1 = 4 − x2 − x3 (1’)
1
and substituting this solution into the remaining two equations
(2) (4 − x2 − x3) + 2x2+3x3 = 9 =⇒ x2+2x3 = 5
(3) 2(4 − x2 − x3) + 3x2+ x3 = 7 =⇒ x2− x3 = −1
Example 1
Write y = x2 + 4x + 1 using function notation and evaluate the function at x = 3.
Solution
Given, y = x2 + 4x + 1
By applying function notation, we get
f(x) = x2 + 4x + 1
Evaluation:
Substitute x with 3
f (3) = 32 + 4 × 3 + 1 = 9 + 12 + 1 = 22
Example 2
Evaluate the function f(x) = 3(2x+1) when x = 4.
Solution
Plug x = 4 in the function f(x).
f (4) = 3[2(4) + 1]
f (4) = 3[8 + 1]
f (4) = 3 x 9
f (4) = 27
Example 3
Write the function y = 2x2 + 4x – 3 in function notation and find f (2a + 3).
Solution
y = 2x2 + 4x – 3 ⟹ f (x) = 2x2 + 4x – 3
Substitute x with (2a + 3).
f (2a + 3) = 2(2a + 3)2 + 4(2a + 3) – 3
= 2(4a2 + 12a + 9) + 8a + 12 – 3
= 8a2 + 24a + 18 + 8a + 12 – 3
= 8a2 + 32a + 27