Answer: The answer is Yes.
Step-by-step explanation: Given in the question that Radric was asked to define "parallel lines" and he said that parallel lines are lines in a plane that do not have any points in common. We are to decide whether Radric's definition is valid or not.
Parallel lines are defined as lines in a plane which never meets or any two lines in a plane which do not intersect each other at any point are called parallel.
Thus, Radric's definition is valid.
Answer:
If you divide the numbers you should get 199.
Let s represent number of shirts and h represent number of hats.
We have been given that the organizers of a talent show have budgeted $1800 to buy souvenir clothing to sell at the event. They can buy shirts for $10 each and hats for $8 each.
The cost of s shirts would be
and cost of h hats would be
. The cost of s shirts and h hats should be less than or equal to 1800. We can represent this information in an inequality as:

We are also told that organizers plan to buy at least 5 times as many shirts as hats. This means that number of shirts should be greater than or equal to 5 times hats. We can represent this information in an inequality as:

Therefore, the second inequality should be
and option C is the correct choice.
Answer:
The fourth term of the expansion is -220 * x^9 * y^3
Step-by-step explanation:
Question:
Find the fourth term in (x-y)^12
Solution:
Notation: "n choose k", or combination of k objects from n objects,
C(n,k) = n! / ( k! (n-k)! )
For example, C(12,4) = 12! / (4! 8!) = 495
Using the binomial expansion formula
(a+b)^n
= C(n,0)a^n + C(n,1)a^(n-1)b + C(n,2)a^(n-2)b^2 + C(n,3)a^(n-3)b^3 + C(n,4)a^(n-4)b^4 +....+C(n,n)b^n
For (x-y)^12, n=12, k=3, a=x, b=-y, and the fourth term is
C(n,3)a^(n-3)b^3
=C(12,3) * x^(12-3) * (-y)^(3)
= 220*x^9*(-y)^3
= -220 * x^9 * y^3