Answer:
67796.61
Step-by-step explanation:
Relations are ordered pair sets (x,y) mapping a value to another value
the set of 1st components is called the domain
the set of 2nd components is called the range
First question seems incomplete :
Answer:
40 ways
Step-by-step explanation:
Question B:
Number of boys = 6
Number of girls = 4
Number of people in committee = 3
Number of ways of selecting committee with atleast 2 girls :
We either have :
(2 girls 1 boy) or (3girls 0 boy)
(4C2 * 6C1) + (4C3 * 6C0)
nCr = n! ÷ (n-r)!r!
4C2 = 4! ÷ 2!2! = 6
6C1 = 6! ÷ 5!1! = 6
4C3 = 4! ÷ 1!3! = 4
6C0 = 6! ÷ 6!0! = 1
(6 * 6) + (4 * 1)
36 + 4
= 40 ways
2
+
4
5
=
−
1
4
x
2
+
45
=
−
14
x
x2+45=−14x
2
+
4
5
−
−
1
4
=
0
Answer:
-5x^2 - 25x + 18
Step-by-step explanation:
-3x ( x + 8 ) + x + 2 ( 9 - x - x^2 ) ( original equation )
-3x^2 - 24x + x + 18 - 2x - 2x^2 ( distribute )
-3x^2 - 2x^2 - 24x + x - 2x + 18 ( order them based on the variables . )
( -3x^2 - 2x^2 ) (- 24x + x - 2x ) ( + 18 ) ( just separated them not a part of solving !! )
-5x^2 - 25x + 18 ( solved , and the answer :) )
Hope its helps !!!