Answer: 7
Step-by-step explanation: 7x7=49 and 7x5=35
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)
Answer:

Step-by-step explanation:
First Rectangle:

Second Rectangle:


Answer:
(x,y) => (x+3, y+4)
Step-by-step explanation:
Given a triangle DEF, D(4,2), E(3,3), F(2,1).
Centroid of the area (and the vertices) equals the mean of the coordinates, namely ( (4+3+2)/3, (2+3+1)/3 ) = (3,2)
To translate (3,2) to (6,6), we need the rule
(x,y) => x+(6-3), y+(6-2), or
(x,y) => (x+3, y+4)
Answer:
<h2><u><em>30x² − 23x − 14</em></u></h2>
Explanation:
Length: (6x - 7)
Width: (5x + 2)
(6x - 7) (5x + 2)
= (6x + −7)(5x + 2)
(6x)(5x) + (6x)(2) + (−7)(5x) + (−7)(2)
= 30x² + 12x − 35x − 14
- PNW