There are 143 men. There are 65 education majors. There are 26 men who have an education major. So, the total number of students who meet the criteria (man or education major) = Total number of Men + Total number of Education Majors - Total number of men with education majors = 143 + 65 - 26 = 182.
There are a total of 291 students. So, the probability that the student was a man or education major = 182 / 291 = 0.625.
Answer:
<h2>294mm²</h2>
Step-by-step explanation:
Surface Area = Sum of Area of all shapes.
There are 6 cubes which have a length of 7mm.
Area = L * L
Area = 7 * 7
Area = 49mm²
Surface Area = Area of 1 square * Number of Squares
Surface Area = 49 * 6
Surface Area = 294mm²
If x = 1, then 3*1 = 3 which when modded with 5, we get 3 as a remainder. In other words, 3/5 = 0 remainder 3. We don't use the quotient at all when it comes to modular arithmetic. All we care about is the remainder.
If x = 2, then 3*2 = 6 which leads to remainder 1 when we divide by 5. Therefore, 3x = 1 (mod 5) when x = 2.
If x = 3, then 3*3 = 9 = 4 (mod 5) because 9/5 = 1 remainder 4.
So 3x = 4 (mod 5) when x = 3.
<h3>The final answer is C) 3</h3>
We don't need to check D since x = 3 is a solution and it's smaller than x = 4.
If you wanted to check x = 4, then 3*4 = 12 = 2 (mod 5) because 12/5 yields a remainder of 2.
That is height
h=16t^2+16t+480
when h=0 is when it hits the water
0=16t^2+16t+480
undistribbute 16 for ease
0=16(t^2+t+30)
16*0=0 so assume
t^2+t+30=0
factor
(t+6)(t-5)=0
set to zero
t+6=0
minus 6
t=-6
false, since you cannot have negative time
t-5=0
add 5
t=5
at t=5 she hits the water
5 seconds
Answer:
aₙ = aₙ₋₁ + aₙ₋₂
where:
a₁ = 6
a₂= 1.
Step-by-step explanation:
We have the sequence:
6, 1, 7, 8, 15, 23, ...
Is easy to see that this sequence works as follows:
You take 2 consecutive numbers, and the next number is the sum of these two.
Then we have:
6 + 1 = 7
1 + 7 = 8
7 + 8 = 15
8 + 15 = 23
Then the n-th term is equal to the sum of the (n - 1) term and the (n - 2) term.
This is written as:
aₙ = aₙ₋₁ + aₙ₋₂
Because in the recursive rule needs two previous terms, we need to specify the two first terms of the sequence.
Then we need to write also:
a₁ = 6
a₂= 1.