If a projectile is fired with an initial speed of vo ft/s at an angle α above the horizontal, then its position after t seconds is given by the parametric equations x=(v0cos(α))t andy=(v0sin(α))t−16t2
(where x and y are measured in feet).
Suppose a gun fires a bullet into the air with an Initial speed of 2048 ft/s at an angle of 30 o to the horizontal.
(a) After how many seconds will the bullet hit the ground?
(b) How far from the gun will the bullet hit the ground? (Round your answer to one decimal place.)
(c) What is the maximum height attained by the bullet? (Round your answer to one decimal place.)

Answers

Answer 1

Answer:

a) The bullet hits the ground after 64 seconds.

b) The bullet hits the ground 113,511.7 feet away.

c) The maximum height attained by the bullet is of 16,384 feet.

Step-by-step explanation:

Equations of motion:

The equations of motion for the bullet are:

[tex]x(t) = (v_0\cos{\alpha})t[/tex]

[tex]y(t) = (v_0\sin{\alpha})t - 16t^2[/tex]

In which [tex]v_0[/tex] is the initial speed and [tex]\alpha[/tex] is the angle.

Initial speed of 2048 ft/s at an angle of 30o to the horizontal.

This means that [tex]v_0 = 2048, \alpha = 30[/tex].

So

[tex]x(t) = (v_0\cos{\alpha})t = (2048\cos{30})t = 1773.62t[/tex]

[tex]y(t) = (v_0\sin{\alpha})t - 16t^2 = (2048\sin{30})t - 16t^2 = 1024t - 16t^2[/tex]

(a) After how many seconds will the bullet hit the ground?

It hits the ground when [tex]y(t) = 0[/tex]. So

[tex]1024t - 16t^2 = 0[/tex]

[tex]16t^2 - 1024t = 0[/tex]

[tex]16t(t - 64) = 0[/tex]

16t = 0 -> t = 0 or t - 64 = 0 -> t = 64

The bullet hits the ground after 64 seconds.

(b) How far from the gun will the bullet hit the ground?

This is the horizontal distance, that is, the x value, x(64).

[tex]x(64) = 1773.62(64) = 113511.7[/tex]

The bullet hits the ground 113,511.7 feet away.

(c) What is the maximum height attained by the bullet?

This is the value of y when it's derivative is 0.

We have that:

[tex]y^{\prime}(t) = 1024 - 32t[/tex]

[tex]1024 - 32t = 0[/tex]

[tex]32t = 1024[/tex]

[tex]t = \frac{1024}{32} = 32[/tex]

At this instant, the height is:

[tex]y(32) = 1024(32) - 16(32)^2 = 16384[/tex]

The maximum height attained by the bullet is of 16,384 feet.


Related Questions

Find the equation of the lines in problem 1 (0,0) slope =2.

Answers

Y= 2x as simple as that

Answer:

y = 2x

Step-by-step explanation:

Given that , the line passes through the point (0,0) and has a slope of 2. So here we can use the point slope form of the line as ,

[tex]\implies y- y_1 = m( x - x_1) \\\\\implies y - 0 = 2( x - 0 ) \\\\\implies y = 2(x) \\\\\implies \underline{\underline{y = 2x }}[/tex]

what is the inverse of the function shown

Answers

Step-by-step explanation:

the down function clearly is

y = x - 5, -2 <= x <= 8

the reasons :

1. it is linear. so, we have only a form of ax+b

2. x=0 => y=-5

x=5 => y=0

so, with these 2 points alone we can see

y = ax + b

-5 = a×0 +b = b

0 = a×5 - 5

5 = a×5

1 = a

the inverse function is based on

y = x - 5

=>

x = y + 5

now renaming the variables so that y is the result and x the input variable delivers

y = x + 5

and because the original function only delivered y- values between -7 and +3, this is also the defined domain for the inverse function.

so,

y = x + 5, -7 <= x <= +3

so, we have the points

x=-7 => y=-2

x=+3 => y=8

you need to draw the line between these 2 points with filled dots at the end points (as they are included in the function).

Let Y1 and Y2 denote the proportions of time (out of one workday) during which employees I and II, respectively, perform their assigned tasks. The joint relative frequency behavior of Y1 and Y2 is modeled by the density function.

f (y 1,y2)=y 1+y 2 o<=y 1<=1, 0<=y2<=1(0 elsewhere)

a. Find P (Y1< 1/2,y2>1/4)
b. Find P(Y 1+Y2<=1)
Are Y1 and Y2 independent?

Answers

(a) The region Y₁ < 1/2 and Y₂ > 1/4 corresponds to the rectangle,

{(y₁, y₂) : 0 ≤ y₁ < 1/2 and 1/4 < y₂ ≤ 1}

Integrate the joint density over this region:

[tex]P\left(Y_1<\dfrac12,Y_2>\dfrac14\right) = \displaystyle\int_0^{\frac12}\int_{\frac14}^1 (y_1+y_2)\,\mathrm dy_2\,\mathrm dy_1 = \boxed{\dfrac{21}{64}}[/tex]

(b) The line Y₁ + Y₂ = 1 cuts the support in half into a triangular region,

{(y₁, y₂) : 0 ≤ y₁ < 1 and 0 < y₂ ≤ 1 - y₁}

Integrate to get the probability:

[tex]P(Y_1+Y_2\le1) = \displaystyle\int_0^1\int_0^{1-y_1}(y_1+y_2)\,\mathrm dy_2\,\mathrm dy_1 = \boxed{\dfrac13}[/tex]

Y₁ and Y₂ are not independent because

P(Y₁ = y₁, Y₂ = y₂) ≠ P(Y₁ = y₁) P(Y₂ = y₂)

To see this, compute the marginal densities of Y₁ and Y₂.

[tex]P(Y_1=y_1) = \displaystyle\int_0^1 f(y_1,y_2)\,\mathrm dy_2 = \begin{cases}\frac{2y_1+1}2&\text{if }0\le y_1\le1\\0&\text{otherwise}\end{cases}[/tex]

[tex]P(Y_2=y_2) = \displaystyle\int_0^1 f(y_1,y_2)\,\mathrm dy_1 = \begin{cases}\frac{2y_2+1}2&\text{if }0\le y_2\le1\\0&\text{otherwise}\end{cases}[/tex]

[tex]\implies P(Y_1=y_1)P(Y_2=y_2) = \begin{cases}\frac{(2y_1+1)(2y_2_1)}4&\text{if }0\le y_1\le1,0\ley_2\le1\\0&\text{otherwise}\end{cases}[/tex]

but this clearly does not match the joint density.

answer please I’m dying from math

Answers

Answer:

B

substract the variables

PLEASE HELP ME ASAP GIVING 10+ POINTS

The actual height of the building shown in the model is 150 feet What is the actual width of the building shown in the model?​

Answers

Answer:

60 ft

Step-by-step explanation:

The answer has to be in feet units

Now that we know the height is 5 cm equivalent to 150 feet, what is the width of the building in feet units

5 cm = 150 ft

Rule: multiply cm by 30 to get the ft

2 cm = ?

2 cm × 30 = 60 ft

2 cm = 60 ft

please help will mark brainly!!!!! need done. PERSONAL FINANCE

Answers

Answer:

Step-by-step explanation:

Can someone help me please..

Answers

D, company b has a larger mean than company a

Please I need your help simplify 45 - + 14

Answers

Answer:

33

Step-by-step explanation:

45 - + 14 is 45 - 14 is 33

EXERCISE 3 Date:......... A shop sells a pencil at ¢500.00 and pen at 42,000.00. (a) If Afua bought 8 pencils and 5 pens, how much did she pay altogether for them? (b) The price of a pencil is increased by 20% and a pen by 10%. Find how much she will pay for 10 pencils and 8 pens.

Answers

Answer:

ok so its is 5 dollars for a pencil and 420 dollars for a pen(dang)

a40+2100=2140

now

b6 pencil 462 pen

60+3696=3756

Hope This Helps!!!

(a) Afua paid ¢44,500.00 for 8 pencils and 5 pens.

(b) Afua will pay ¢71,400.00 for 10 pencils and 8 pens after the price increase.

(a) To find how much Afua paid altogether for 8 pencils and 5 pens, we need to calculate the total cost for each item and then add them together.

Given:

Cost of a pencil, [tex]Pencil_{cost}[/tex] = ¢500.00

Cost of a pen, [tex]Pen_{cost}[/tex] = ¢42,000.00

Number of pencils bought, [tex]n_{pencils}[/tex] = 8

Number of pens bought, [tex]n_{pens}[/tex] = 5

Total cost of pencils,

[tex]Total_{pencil}_{cost} = Pencil_{cost} * n_{pencils}[/tex]

                      = ¢500.00 × 8

                      = ¢4,000.00

Total cost of pens,

[tex]Total_{pen}_{cost} = Pen_{cost} * n_{pens}[/tex]

                   = ¢42,000.00 × 5

                   = ¢210,000.00

Altogether, [tex]Total_{cost} = Total_{pencil}_{cost} + Total_{pen}_{cost}[/tex]                                      

                                  = ¢4,000.00 + ¢210,000.00

                                  = ¢214,000.00.

Therefore, Afua paid ¢214,000.00 for 8 pencils and 5 pens.

(b) Now, let's calculate the new total cost after the price increase.

The price of a pencil increased by 20%, which means the new pencil cost is:

[tex]New_{pencil}_{cost}[/tex] = [tex]Pencil_{cost}[/tex]+ (20% × [tex]Pencil_{cost}[/tex])

                                  = ¢500.00 + (0.20 × ¢500.00)

                                  = ¢500.00 + ¢100.00

                                  = ¢600.00

Similarly, the price of a pen increased by 10%, which means the new pen cost is:

[tex]New_{pen}_{cost}[/tex] = [tex]Pen_{cost}[/tex] + (10% × [tex]Pen_{cost}[/tex])

                          = ¢42,000.00 + (0.10 × ¢42,000.00)

                          = ¢42,000.00 + ¢4,200.00

                          = ¢46,200.00

Now, we can find the total cost for 10 pencils and 8 pens with the increased prices:

Number of pencils to be bought, [tex]n_{pencils}_{new}[/tex] = 10

Number of pens to be bought, [tex]n_{pens}_{new}[/tex] = 8

Total cost of pencils with new prices,

[tex]Total_{pencil}_{cost}_{new}[/tex] =[tex]New_{pencil}_{cost}[/tex] × [tex]n_{pencils}_{new}[/tex]

                                        = ¢600.00 × 10

                                        = ¢6,000.00

Total cost of pens with new prices,

[tex]Total_{pen}_{cost}_{new}[/tex] = [tex]New_{pen}_{cost}[/tex] × [tex]n_{pens}_{new}[/tex]

                                    = ¢46,200.00 × 8

                                    = ¢369,600.00

Altogether, [tex]New_{total}_{cost}[/tex] = [tex]Total_{pencil}_{cost}_{new}[/tex] + [tex]Total_{pen}_{cost}_{new}[/tex]

                                               = ¢6,000.00 + ¢369,600.00

                                               = ¢375,600.00

Therefore, Afua will pay ¢375,600.00 for 10 pencils and 8 pens with the increased prices.

To know more about Price here

https://brainly.com/question/28005569

#SPJ2

Last softball season, Pamela had 46 hits, a combination of singles (1 base), doubles (2 bases), and triples (3 bases). These 46 hits totaled 66 bases, and she had 4 times as many singles as doubles. How many doubles did she have?

Answers

Answer:

She had 8 doubles.

Step-by-step explanation:

This question is solved by a system of equations.

I am going to say that:

x is the number of singles.

y is the number of doubles

z is the number of triples.

46 hits

This means that [tex]x + y + z = 46[/tex]

46 hits totaled 66 bases

This means that:

[tex]x + 2y + 3z = 66[/tex]

4 times as many singles as doubles

This means that [tex]x = 4y[/tex]

So

[tex]x + 2y + 3z = 66[/tex]

[tex]4y + 2y + 3z = 66[/tex]

[tex]6y + 3z = 66[/tex]

And

[tex]x + y + z = 46[/tex]

[tex]4y + y + z = 46[/tex]

[tex]5y + z = 46 \rightarrow z = 46 - 5y[/tex]

Then

[tex]6y + 3z = 66[/tex]

[tex]6y + 3(46 - 5y) = 66[/tex]

[tex]6y + 138 - 15y = 66[/tex]

[tex]9y = 72[/tex]

[tex]y = \frac{72}{9}[/tex]

[tex]y = 8[/tex]

She had 8 doubles.

how to solve these questions?!​

Answers

Answer:

1. x + 4 = 9

Hint: the word 'sum' generally refers to addition.

2. 10a = 70

3. [tex]\frac{3}{4} t[/tex] = 15

4. [tex]\frac{1}{4} x[/tex] - 4 = 4

I need help! please!!​

Answers

Answer:

r=8°.answer

Step-by-step explanation:

95°=6r°+47{ vertically opposite angle are equal}95°-47°=6r°6r°=48°r=48/6r=8°

hope it helps.stay safe healthy and happy.

Answer:

8

Step-by-step explanation:

95°=6r°+47(being vertically opposite angle)

or,48°=6r

or,48=/6=r°

or,r=8°

Side CA of the right triangle CAT is 3cm long. The hypotenuse is 5cm long. How many
square centimeters is the area of CAT?

Answers

Answer:

8

Step-by-step explanation:

By taking the number "3" and plus together with the number 5

If one side of the triangle is 3 cm, and the hypotenuse is 5cm, then the other side is 4cm because of Pythagorean triples. Or you can use the Pythagorean theorem which is a^2+b^2=c^2. In this case, c=5, a=3. So it would be 9+b^2=25. b^2=16, and b=4. Then you find the area of the triangle. The formula for area of any triangle is height times base divided by two. (h times b)/2. So the height and the base are 3 and 4. 3 times 4=12, and 12 divided by 2 is 6.
So the area of CAT is 6 cm squared.

You want to send postcards to 15 friends. In the shop there are only 3 kinds of postcards. In how many ways can you send the postcards, if

Answers

Answer:

455 ways

Step-by-step explanation:

Given

[tex]n = 15[/tex] --- friends

[tex]r = 3[/tex] -- available postcard kinds

Required

Ways of sending the cards

The question is an illustration of combination and the formula is:

[tex]^nC_r = \frac{n!}{(n - r)!r!}[/tex]

So, we have:

[tex]^{15}C_3 = \frac{15!}{(15 - 3)!3!}[/tex]

[tex]^{15}C_3 = \frac{15!}{12!*3!}[/tex]

Expand

[tex]^{15}C_3 = \frac{15*14*13*12!}{12!*3*2*1}[/tex]

[tex]^{15}C_3 = \frac{15*14*13}{3*2*1}[/tex]

[tex]^{15}C_3 = \frac{2730}{6}[/tex]

[tex]^{15}C_3 = 455[/tex]

Many fast-food restaurants have soft drink dispensers with preset amounts, so that when the operator merely pushes a button for the desired rink the cup is automatically filled. This method apparently saves time and seems to increase worker productivity. A researcher randomly selects 9 workers from a restaurant with automatic dispensers and 9 works from a restaurant with manual dispensers. At a 1% significance level, use the Mann-Whitney U Test to test whether workers with automatic dispensers are significantly more productive.
Automatic (Group 1): 153, 128, 143, 110, 152, 168, 144, 137, 118
Manual (Group 2): 105, 118, 129, 114, 125, 117, 106, 92, 126
1. What is the alternative hypothesis for this study?
i. Worker productivity is higher with automatic dispensers.
ii. Automatic dispensers fill cups faster than manual dispensers.
iii. Worker productivity is lower with automatic dispensers.
iv. There is no difference in worker productivity between restaurants with automatic and manual dispensers.
2. What rank will be given to the observation value, 118 that is in both the automatic and manual groups? (Round answer to 1 decimal).
3. When rounding the U test statistic up to the next value, what is the p-value from the Mann Whitney Table of p-values? (Round to 4 decimal places)
4. What can be concluded from this study at a 1% significance level?

Answers

Answer:

ii

Step-by-step explanation:

you have to look and read it it comes simple

Heeelp please!!! Picture included

Answers

Answer:

2nd choice

Step-by-step explanation:

evaluate the expression when x= -3 and y=3
y-8x​

Answers

Answer:

27

General Formulas and Concepts:

Pre-Algebra

Order of Operations: BPEMDAS

Brackets Parenthesis Exponents Multiplication Division Addition Subtraction Left to Right

Step-by-step explanation:

Step 1: Define

Identify

x = -3

y = 3

y - 8x

Step 2: Evaluate

Substitute in variables:                                                                                     3 - 8(-3)Multiply:                                                                                                             3 + 24Add:                                                                                                                   27

[tex]\huge\textsf{Hey there!}[/tex]

[tex]\large\textsf{y - 8x}\\\\\large\textsf{= 3 - 8(-3)}\\\\\large\textsf{8(-3) = \bf -24}\\\\\large\textsf{= 3 - \bf 24}\\\\\large\textsf{= \bf 27}\\\\\boxed{\boxed{\large\textsf{\huge\textsf{Answer: \bf 27}}}}\huge\checkmark\\\\\\\\\large\textsf{Good luck on your assignment and enjoy your day!}\\\\\\\\\\\frak{Amphitrite1040:)}[/tex]

Emily is standing 150 feed from a circular target with a radius of 3 inches. To hit a bulls's eye, she must hold the gun perfectly level. Will she hit the target if her aim is off by two-tenths of a degree in any direction? (please show work - not just answer the question yes or no).

Answers

Answer:

yes

Step-by-step explanation:

She aims at the center of the target. If she is off by 1.5 in. or less, she hits the target. We need to find what distance from the bull's eye an angle of 0.2° will make at 150 ft distance.

tan A = opp/adj

tan 0.2° = opp/150

opp = 150 * tan 0.2°

opp = 0.52 in.

Since 0.52 in. < 1.5 in. she will hit the target.

Which of the following statements must be true about this diagram? Check all
that apply.
4 3
1
1
N
A. The degree measure of 23 equals the sum of the degree
measures of 21 and 22.
B. m23 is greater than m 2
C. The degree measure of 24 equals the sum of the degree
measures of 22 and 23.
D. m 4 is greater than m_2.
E. m24 is greater than m 1.
F. The degree measure of 24 equals the sum of the degree measures
of 21 and 22.

Answers

Answer:

D, E, and F

Step-by-step explanation:

✔️Statement D is true:

Rationale: m<4 is more than 90°, while m<2 is less than 90°. Therefore m<4 is greater than m<2

✔️Statement E is true:

Rationale: m<4 is more than 90°, while m<1 is less than 90°. Therefore m<4 is greater than m<1

✔️Statement F is true:

Rationale:

m<4 is an external angle of the triangle.

m<1 and m<2 are interior angles that are opposite to m<4. Therefore, based on the external angle theorem of a triangle,

m<4 = m<1 + m<2

What is the domain of f(x)=(1/2)^x

Answers

Answer:

all real numbers

Algebra Examples

The domain of the expression is all real numbers except where the expression is undefined

Hello!

The domain of an exponential function is the crowd of all real numbers, so: x ∈ ℝ.

Good luck! :)

can anyone help with this please !!!!

Answers

Answer:

"Add equations A and B to eliminate [tex]y[/tex]. Add equations A and C to eliminate [tex]y[/tex]".

Step-by-step explanation:

Let be the following system of linear equations:

[tex]4\cdot x + 4\cdot y + z = 24[/tex] (1)

[tex]2\cdot x - 4\cdot y +z = 0[/tex] (2)

[tex]5\cdot x - 4\cdot y - 5\cdot z = 12[/tex] (3)

1) We eliminate [tex]y[/tex] by adding (1) and (2):

[tex](4\cdot x + 2\cdot x) +(4\cdot y - 4\cdot y) + (z + z) = 24 + 0[/tex]

[tex]6\cdot x +2\cdot z = 24[/tex] (4)

2) We eliminate [tex]y[/tex] by adding (1) and (3):

[tex](4\cdot x + 5\cdot x) +(4\cdot y - 4\cdot y) +(z -5\cdot z) = (24 + 12)[/tex]

[tex]9\cdot x -4\cdot z = 36[/tex] (5)

Hence, the correct answer is "Add equations A and B to eliminate [tex]y[/tex]. Add equations A and C to eliminate [tex]y[/tex]".

Suppose there is a strong positive correlation between a and b. Which of the
following must be true?
A. An increase in a causes b to decrease.
B. An increase in a causes bto increase.
C. When a increases, b tends to increase.
D. When a increases, b tends to decrease.

ANSWER ASAP WILL GIVE BRAINLIEST

Answers

Answer:

B.

Step-by-step explanation:

there is not much to explain.

a strong correlation means there is a direct connection.

so, a change in a causes immediately a change in b.

and positive means that the changes go in the same sign direction. increase => increase. decrease => decrease.

Amic and Bernie built a maze for their hamsters. Annic's hamster completed the maze 7 seconds less than twice the time it took Bernie's hamster to complete the maze. If Bernie's hamster completed the maze in b seconds, which expression represents the time, in seconds, it took Annie's hamster to complete the maze?

A. 7-2b

B. 2b-7

c. 2b+7

D. 2b/7​

Answers

Answer:

2b-7

Step-by-step explanation:

Given that,

Bernie's hamster completed the maze in b seconds.

Annic's hamster completed the maze 7 seconds less than twice the time it took Bernie's hamster to complete the maze.

Twice the time it took Bernie's hamster to complete the maze is 2b.

7 seconds less than twice the time it took Bernie's hamster = 2b-7

So, the correct option is (b) "2b-7".

find the equation of the circle centre (3-2)radius 2 unit

Answers

Answer:

(x - 3)^2 + (x + 2)^2 = 4

Step-by-step explanation:

Equation of circle:

(x - h)^2 + (x - k)^2 = r^2

(h, k) = (3, -2)

r = 2

(x - 3)^2 + (x - (-2))^2 = 2^2

(x - 3)^2 + (x + 2)^2 = 4

Simplify i need help

Answers

Answer:

c

Step-by-step explanation:

when we take the 5 inside the root the 5 vil be 5^2 times 2 which is equal to 50

Nellie prepares 2 kilograms of dough every hour she works at the bakery. How many hours
did Nellie work if she prepared 6 kilograms of dough?

Answers

2 kg dough = 1 hour

1 kg dough = 1 hour/2 = 1/2 hour

6 kg dough = 6 × (1/2 hour) = 6/2 hours = 3 hours

Answer: 3 hours

Step-by-step explanation: x represents the number of hours she works

2x=6

x=6/2

x=3

Find the length of the arc to 2 decimals places

Answers

Answer:

Step-by-step explanation:

The formula for arc length is

[tex]AL=\frac{\theta}{360}*2\pi r[/tex] where theta is the measure of the central angle and r is the radius. We have both of those pieces of info; filling in:

[tex]AL=\frac{30}{360}*2(3.14) (4)[/tex] and simplifying a bit:

[tex]AL=\frac{1}{12}(8)(3.14)[/tex] and a bit more:

[tex]AL=\frac{25.12}{12}[/tex] and finally, to

AL = 2.09 m

Math algebra 2 show you’re work plz

Answers

9514 1404 393

Answer:

  (t, u, w) = (1, -2, -2)

Step-by-step explanation:

A graphing calculator makes short work of this, giving the solution as ...

  (t, u, w) = (1, -2, -2)

__

There are many ways to solve this "by hand." Here's one of them.

Add the first and third equations. Their sum is ...

  -3t +4w = -11 . . . . . [eq4]

Add this to twice the second equation. That sum is ...

  (-3t +4w) +2(-4t -2w) = (-11) +2(0)

  -11t = -11

  t = 1

Substituting this into the second equation gives ...

  -4(1) -2w = 0

  w +2 = 0 . . . . divide by -2

  w = -2 . . . . add -2

Substituting for t in the third equation lets us find u.

  2(1) -2u = 6

  -1 +u = -3 . . . . . divide by -2

  u = -2 . . . . add 1

The solution is (t, u, w) = (1, -2, -2).

The measures of two angles of a triangle are 101° and 37°. Find the measure of the third angle in degrees.

Answers

Answer:

42 degrees

Step-by-step explanation:

We already have the two angles for the triangle, we just need the third. For triangles, the can only add up to 180 degrees. 101+37=138 degrees, now we subtract 138 from 180.

180-138=42.

a total of 678 tickets were sold for the school play. They were either adult tickets or student tickets. there were 72 fewer student tickets sold than adult tickets. how many adult tickets were sold

Answers

Step-by-step explanation:

678-72=606/2=303+72=375

Other Questions
A 2.0 kg wood block is launched up a wooden ramp that is inclined at a 30 angle. The blocks initial speed is 10 m/s. What vertical height does the block reach above its starting point? Use the coefficients k=0.20 ands=0.50. Energy from the sun comes to Earth as radiant energy. Which of these is an example of radiant energy being converted to heat energy?A Turning windmills transform mechanical energy into electrical energy.B Black shirts feel hotter than light-colored shirts on a sunny day.C Solar cells convert sunlight into electrical energy.D Green plants use sunlight in photosynthesis. Suppose X has a normal distribution with mean 10.0 and standard deviation 5.0 what is the P(2.0 Amino acids that must be obtained through the diet are called O A) cholesterol. OB) non-essential amino acids. o C) essential amino acids. The OD) peptides. Please help me if you don't mind Why did Germany sign a nonaggression pact with the Soviet Union in 1939? 1.Hitler wanted to prevent a two-front war. 2.Hitler wanted to make the Soviet Union part of Germany.3.Hitler wanted to make the Soviet Union a close ally. 4.Hitler wanted the Soviet Union to loan Germany arms. In the figure above the ratio of the area of WXZ to the area of WYZ is 7:2. If XY = 21, what is the length of segment WY? Identify the dependent and independent variable in y = 12x - 30. How many atoms in each elemental sample? 4.9 mol Cu 5.410^-3 Mol C24.0 Mol Hg 0.160 mol Na ayudaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa whats the difference between TYPES and FORMS of government. Or is there no difference at all?? multiply (3p+4q) by (3m+2n). What is each of the four sections created by the intersecting lines called? Many people enjoy watching movies, sporting events, and music performances in crowded theaters and arenas more than they like watching them at home alone. Which theory of emotions might help explain this? How? Researchers study the relationship between interpersonal violence and health in college age women. The selected an alpha of 0.05. The researchers examined the average score on a psychological distress scale and compared the score for abused versus non abused women. A p value of 0.016 is reported. Based on this information, you know: please help me i begging. 1. What is the area of the figure below? (1 point)5 in.3 in.12 inO 18 in.2O 30 in.2O 36 in.2O 60 in.2 The distribution of the number of apples trees a farmer can plant each day is bell-shaped and has a mean of 62 and a standard deviation of 8. Use the empirical rule to help you answer the following. What is the approximate percentage of trees planted between 38 and 68 Jimmy thought he had purchased 7 folders, but purchased 6. What was his percent error? How energy is obtained due to flow of charges?