Answer:
it so easy that correct
Step-by-step explanation:
$500.00×$8.5
Answer:
the first one is 13 and the second is 22
Answer:
it is 1/8- 5/8 smallest to biggesst
Answer:
A) Area = 
B) Domain = {x < 24}
Step-by-step explanation:
<u>Complete Question:</u>
A car dealership has 24ft of dividers with which to enclose a rectangular play space in a corner of a customer lounge. The sides against the wall require no partition. Suppose the play space is x feet long.
A) express the area of the play space as a function of x
B) find the domain of the function
Solution:
A)
The rectangle has area of length * width
length is x
so width will be 24 - x
Hence, the area will be:
Area = x(24 - x)
Area = 
B)
Domain is the set of x values that make the function defined.
The domain will be all values less than 24.
Because if you take 24, the area would be 0 [doesn't make sense]
if you take anything over 24, the area would be negative [not possible]
Hence, the domain is:
Domain = {x < 24}
Answer:
0.1587
Step-by-step explanation:
Let X be the commuting time for the student. We know that
. Then, the normal probability density function for the random variable X is given by
. We are seeking the probability P(X>35) because the student leaves home at 8:25 A.M., we want to know the probability that the student will arrive at the college campus later than 9 A.M. and between 8:25 A.M. and 9 A.M. there are 35 minutes of difference. So,
= 0.1587
To find this probability you can use either a table from a book or a programming language. We have used the R statistical programming language an the instruction pnorm(35, mean = 30, sd = 5, lower.tail = F)