Answer:
a = 15
Step-by-step explanation:
6 + 9 = 15
a = 15
15 - 6 = 9
yes
So you have to find the relationship between the pumpkin diameter (y) and the number of weeks passed (x) in a table, lets do it taking into account that the equation modeling such behaviour is:
y = 2x + 6, where x is the number of weeks and plus original 6 cm
x y
week diameter
0 6
1 8
3 12
5 16
10 26
substitute the x and y values in the equation to see how they fit into it
Answer:
The possible parking lengths are 45.96 feet and 174.031 feet
Step-by-step explanation:
Let x be the length of rectangular plot and y be the breadth of rectangular plot
A rectangular parking lot must have a perimeter of 440 feet
Perimeter of rectangular plot =2(l+b)=2(x+y)=440
2(x+y)=440
x+y=220
y=220-x
We are also given that an area of at least 8000 square feet.
So, 
So,

So,
General quadratic equation : 
Formula : 

So, The possible parking lengths are 45.96 feet and 174.031 feet
Answer:
Ok to find the probity we add the amount of boys and the amount of girls together to get 500 and out of these 100 are left handed so 1/5 also know as 20%
Hope This Helps!!!
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.