It's actually 2268 square inches, or in with a little two in the corner
Answer: (2,6) ; 2sqrt10 units
Step-by-step explanation:
85 x 3 = 255
first 2 test grades were 81 and 86:
81 + 86 = 167
Need to find the 3rd to have exact average 85:
255 - 167 = 88
So her 3rd test needs to make 88 to make average of 85
Double check: 81 + 86 + 88 = 255 = 85 + 85 + 85
Answer and Step-by-step explanation:
C(x) be the statement "x has a cat"
D(x) be the statement "x has a dog"
F(x) be the statement "x has a ferret".
Universe = x = all students in your class.
a) A student in your class has a cat, a dog and a ferret
= ∃x(C(x) ∧ D(x) ∧ F(x))
b) All students in your class have a cat, a dog, or a ferret = ∀x(C(x) ∨ D(x) ∨ F(x))
c) Some students in your class has a cat and a ferret but not a dog = ∃x (C(x) ∧ F(x) ∧ ¬D(x))
d) No student in this class has a cat, a dog and a ferret ¬∃x (C(x) ∧ D(x) ∧ F(x))
e) For each of the three animals, cats, dogs and ferrets, there is as student in your class who has one of the three animals. (∃xC(x)) ∧ (∃xD(x)) ∧ (∃xF(x))