Group 'em together
a
b
−
a
+
1
−
b
a
b
−
a
=
a
(
b
−
1
)
Notice that there will be a 1 as without it it'll simply be ab
1
−
b
=
1
(
1
−
b
)
Notice that it doesn't match with the upper one... so we'll change the signs
1
(
1
−
b
)
=
−
1
(
b−
1
)
(try to multiply them now!!
Jot them down in one expression
a
(
b
−
1
)
−
1
(
b
−
1
)
You get!!!!!!
(
a
−
1
)
(
b
−
1
)
Answer:
The matching is shown below.
Step-by-step explanation:
The given sets are defined as
A = {x | x < 1}
It means all the values of x which are less than 1.
B = {x | x ≥ 5}
It means all the values of x which are greater than or equal to 5.
C = {x | x = 5}
It means all the value of x is 5.
Union of two sets contains all the elements of both sets.
Intersection of two sets contains only common elements of both sets.
The matching is shown below.
Sets Correct value
1. A ∪ B {x | x < 1 or x ≥ 5}
2. A ∪ C {x | x < 1 or x = 5}
3. B ∪ C {x | x ≥ 5}
4. A ∩ B Ø
5. B ∩ C {x | x = 5}
Answer:
1/40
Step-by-step explanation:
32 cars per hour. If you do 256 divided by 8 you get 32.
Hope this helped!
Answer:
f(1) = -1
f(n) = f(n-1) -1
Step-by-step explanation:
The first term is -1. Each term is 1 less than the previous. These equations say that.
f(1) = -1
f(n) = f(n-1) -1