Answer:
Answer attached
Step-by-step explanation:
Answer:
18 metres
Step-by-step explanation:
4.5/6 = x/24
¾= x/24
x = 18 m
Part A
5x - 5 >= 10 or-3x + 1 > 13
1) This is a disjunction (OR)
5x - 5 >= 10
5x >= 15
x >= 3
or
-3x + 1 > 13
-3x > 12
x < -4
Answer
x <- 4 or x >= 3
Part C:
1) This is a conjunction (And)
5x+ 3 <= 18 and 4 - x < 6
5x <= 15 and - x < 2
x <= 3 and x > -2
Answer
-2 < x <= 3
Answer:
720 possible orders
Step-by-step explanation:
To order 6 people in a line, let's imagine them as 6 possible spaces:
( )( )( )( )( )( )
Going from left to right, let's start with space 1.
There are 6 possibilities for space 1 as any of the 6 people could occupy that space in the line.
(6)( )( )( )( )( )
Next, since one person will have already occupied space 1, there are only 5 people left who can occupy space 2, so there are 5 possibilities for space 2:
(6)(5)( )( )( )( )
Continuing in this fashion, there are now only 4 people left so 4 possibilities for space 3 and etc.
(6)(5)(4)(3)(2)(1)
This means we have 6,5,4,3,2 and 1 possibilities for each space respectively.
Multiply them together and we have:
6x5x4x3x2x1 = 720 possible orders.
Hope this helped!