On a construction crane, the amount of force needed to move objects is directly proportional to the weight of the objects. If 4 Newtons of force is needed to move an object that is 1200 pounds, how much force would be needed to move an object that is 900 pounds?

Answers

Answer 1

Based on the fact that the force needed to move object is directly proportional to the weight of the objects, the force needed to move and object that is 900 pounds is 3 newtons of force.

How much force is needed?

When things are directly proportional, it means that they increase by a given amount together and also decrease by the same amount.

If 4 Newtons are needed for 1,200 pounds, the newtons needed for 1 pound is:
= 4 / 1,200

= 1/300 newtons

If there are 900 pounds to be moved, the newtons needed are:

= 1/300 x 900

= 3 newtons of force

Find out more on the force needed for movement at https://brainly.com/question/20037448

#SPJ1


Related Questions

Find the solution(s) of the system of equations:
y = x2 + 6x + 9
y = 2x + 6


(–3,12) and (–1,8)


(3,12) and (1,8)


(3,0) and (1,4)


(–3,0) and (–1,4)

Answers

The solutions are (0, - 6) ,(7, 8)

The given system of equations is expressed as

y = x² - 5x - 6- - - - - - - - - - - - (1)

y = 2x - 6- - - - - - - - - - - (2)

We would apply the method of substitution by substituting equation 2 into equation 1. It becomes

x² - 5x - 6 = 2x - 6

x² - 5x - 6 = 2x - 6

x² - 5x - 2x - 6 + 6 = 0

x² - 7x = 0

x(x - 7) = 0

x = 0 or x - 7 = 0

x = 7 or x = 0

Substituting x = 0 into equation 2, it becomes

y = 2 × 0 - 6

y = - 6

Substituting x = 7 into equation 2, it becomes

y = 2 × 7 - 6

y = 14 - 6

y = 8

For more information about quadratic equations, visit https://brainly.com/question/1214333

#SPJ9

Help me solve for 28/x = 12/18

Answers

Answer:

hope u get it............

Round 170.65 up to 3 digits

Answers

171 is the rounding.

Answer:

Rounding up to 3 decimals = 170.650

Rounding up to Hundreds = 200


A school playground is in the shape of a rectangle 800 feet long and 700 feet wide. If fencing costs $18 per yard, what will it cost to place fencing around the playground?

Answers

Answer:

pomogło dzięki xxxxxxxxxx

Solve for x.

A. 8
B. 4.8
C. 4
D. 7.2

Answers

Answer: x=8 ==> A

Step-by-step explanation:

15x-6=114     ==> both angles are congruent angles, so they're equal

15x-6+6=114+6

15x=114+6

15x=120

15x/15=120/15

x=120/15

x=8 ==> A

Is the solution shown below correct? Explain.
9x+2=8x²+6x

Answers

Answer:

The solution below is wrong. The correct solution is [tex]x = \frac{-b (+-)\sqrt{73} }{16}[/tex]

Step-by-step explanation:

Rearrange the numerals :

[tex]9x + 2 = 8x^2 + 6x\\8x^2 + 6x - 9x - 2 = 0\\8x^2 - 3x - 2 = 0\\[/tex]

Use quadratic formula :

Solution 1: (Note: the -b"+"....  is actually "±" as the system has some problem of adding "±" symbol)

[tex]x = \frac{-b+\sqrt{b^2 - 4ac}}{2a} \\x = \frac{-(-3)+\sqrt{(-3)^2 - 4(8)(-2)}}{2(8)} \\x= \frac{3+\sqrt{9 + 64 }}{16} \\\\x= \frac{3+\sqrt{73 }}{16} \\\\[/tex]

Hope this helps, it would really help me if u mark me as the brainliest.

Angle WXYN angle XYZ are complementary angle , M angle WXY equals ( 2X +5) degrees, and M angle YXZ equals (8x-5) degrees

Answers

Answer:

x = 9

Step-by-step explanation:

Complementary angles equal to 90 degrees.

So add both equations to equal 90 and solve for x.

(2x+5) + (8x-5) = 90  

Combine like terms.

10x = 90

Divide each side by 10.

x = 9

The average person laughs 15 times a day. Is this continuous or discrete?

Answers

Answer: Discrete

Step-by-step explanation: Discrete data is a numerical type of data that includes whole, concrete numbers with specific and fixed data values determined by counting.

                                         Hope this helps!

On October 1, Nadia starts a push-up challenge by doing 18 push-ups. On October 2, she does 21 push¬ups. On October 3, she does 24 push-ups. She continues until October 16, when she does the final push-ups in the challenge. a. Write an explicit definition to model the number of push-ups Nadia does each day. b. Write a recursive definition to model the number of push-ups Nadia does each day. c. How many push-ups will Nadia do on October 16? d. What is the total number of push-ups Nadia does from October 1 to October 16?

Answers

Answer:

[tex]\textsf{a)} \quad a_n=3n+15[/tex]

[tex]\textsf{b)} \quad \begin{cases}a_n=a_{n-1}+d\\a_1=18\end{cases}[/tex]

[tex]\textsf{c)} \quad 63[/tex]

[tex]\textsf{d)} \quad 648[/tex]

Step-by-step explanation:

Part (a)

An explicit formula for an arithmetic sequence allows you to find the nth term of the sequence.

Explicit Formula

[tex]\boxed{a_n=a+(n-1)d}[/tex]

where:

[tex]a_n[/tex] is the nth term.a is the first term.n is the number of the term.d is the common difference.

Given information:

October 1 = 18 push-upsOctober 2 = 21 push-upsOctober 3 = 24 push-ups

Nadia increases the number of push-ups each day by 3.  Therefore:

a = 18d = 3

Substitute the values of a and d into the formula to create an explicit formula to model the number of push-ups Nadia does each day:

[tex]\implies a_n=18+(n-1)3[/tex]

[tex]\implies a_n=18+3n-3[/tex]

[tex]\implies a_n=3n+15[/tex]

Part (b)

A recursive formula for an arithmetic sequence allows you to find the nth term of the sequence provided you know the value of the previous term in the sequence.

Recursive Formula

[tex]\boxed{a_n=a_{n-1}+d}[/tex]

where:

[tex]a_n[/tex] is the nth term.[tex]a_{n-1}[/tex] is the (n-1)th term.d is the common difference.

We already know the common difference from the previous calculations.

Therefore:

[tex]\implies a_n=a_{n-1}+3[/tex]

When giving a recursive rule we have to define the first term of the sequence, as it is not part of the formula.  Therefore, the full recursive rule for the given scenario is:

[tex]\begin{cases}a_n=a_{n-1}+d\\a_1=18\end{cases}[/tex]

Part (c)

To calculate how many push-ups Nadia will do on October 16, substitute n = 16 into the recursive formula from part (a):

[tex]\implies a_{16}=3(16)+15[/tex]

[tex]\implies a_{16}=48+15[/tex]

[tex]\implies a_{16}=63[/tex]

Therefore, Nadia will do 63 push-ups on October 16.

Part (d)

Sum of the first n terms of an arithmetic series:

[tex]\boxed{S_n=\dfrac12n(a+a_n)}[/tex]

To find the total number of push-ups Nadia does from October 1 to October 16, substitute n = 16, a = 18 and a₁₆ = 63 into the formula:

[tex]\implies S_{16}=\dfrac12(16)(18+63)[/tex]

[tex]\implies S_{16}=8(81)[/tex]

[tex]\implies S_{16}=648[/tex]

Therefore, Nadia does a total number of 648 push-ups from October 1 to October 16.

Learn more about arithmetic sequences here:

https://brainly.com/question/28010120

Use the diagram and the given angle measure to find the other three measures.

$m\angle1=143\degree$ Line segments drawn on a pair of scissors. Two line segments intersect creating obtuse vertical angles 1 and 3 and acute vertical angles 2 and 4.

$m\angle2=$
a
$\degree$

$m\angle3=$
$\degree$

$m\angle4=$
$\degree$

Answers

The three measures of the angle are,

Angle 2 = 37°

Angle 3 = 153°

Angle 4 = 37°

When two straight lines or rays intersect at a single endpoint, an angle is created. The intersection of two points is where an angle's vertex is located. The Latin word "angulus," which means "corner," is where the term "angle" originates. The building's corner provided protection, whether it was a projecting portion or a partially covered area. 2a: Dihedral angle and the figure created by two lines that originate from the same point.

I guess refers to two intersecting angle which form 4 angles.

Angles 1 and 2 are supplementary angles whose sum is 180°.

Angle 1 + Angle 2 = 180°

143° + angle 2 = 180°

Angle 2 = 180° - 143°

Angle 2 = 37°

Angles 1 and 3 are vertical angles, therefore treat them as such.

Therefore, it is easy to find their measures because vertical angles are congruent in measures.

To learn more about vertical angles visit:

brainly.com/question/24460838

#SPJ1


Prove the following.
If SC ≅ HR and HR ≅ AB , then SC ≅ AB.

Answers

The congruent segments, [tex] SC \cong HR [/tex] and [tex] HR \cong AB[/tex], according to the substitution property of equality, gives; [tex] SC \cong AB [/tex]

How can the definition of congruency and equality property prove [tex] SC \cong AB [/tex]?

The given parameters are;

[tex] SC \cong HR [/tex] [tex] HR \cong AB[/tex]

Required;

To prove;

[tex] SC \cong AB[/tex]

Solution;

From the given parameters, and the definition of congruency, we have;

SC = HRHR = AB

According to the symmetric property of equality, we have;

SC = HR

Therefore;

HR = SC

According to the substitution property of equality, we have;

If a = b and a = c, therefore;

b = c

Which gives;

HR = SC

HR = AB

Therefore;

SC = AB

Which gives;

[tex] SC \cong AB [/tex] (Inverse of the definition of congruency)

Learn more about the properties of equality here:

https://brainly.com/question/13344409

#SPJ1


Find the distance between pair of parallel lines with the given equations.
y=x+2 y=x-4

Answers

The distance between pair of parallel lines with the following equation

y=x+2 y=x-4  is  [tex]3{\sqrt 2 }[/tex]

Definition of parallel lines

Parallel lines are any two or more lines that lie in the same plane but never cross one another. Both have the same slope and are equally distant from one another. No matter how far we extend a parallel line, it will always remain straight.

The fundamental characteristics listed below make it simple to recognize parallel lines.

Straight lines which are always the same distance apart from one another are known as parallel lines.No matter how far apart they are from one another, the parallel lines can never intersect.

The slope of a line which is perpendicular to both the lines will be -1. Check what are the y-intercept of any of the two lines and write the equation of the perpendicular line through it.

The y-intercept of the line y = x − 4 is (0,−4).

So, the equation of a line with slope −1 and a y-intercept of −4 is y = −x −4.

The perpendicular intersects or meets the line y = x - 4 at (0, 4).

Now, to find the point of intersection of the perpendicular & the other line, solve the two equations. Solve the right sides & solve for x.

x + 26 = -x - 6

     2x = -6                                       (combine them like terms)

       x = -3                                       (divide both the side by 2)

Find y:

y = -3 - 4

  = -7

So, the point of intersection is (−3,−7).

Use the Distance Formula to find the distance between the points (-3, -7) and (0,−4).

[tex]{\displaystyle d={\sqrt {\left(x_{2}-x_{1}\right)^{2}+\left(y_{2}-y_{1}\right)^{2}}}[/tex]

  [tex]={\sqrt {\left(0-(-3\right)^{2}+\left(-4-(-7\right))^{2}}}[/tex]

  [tex]={\sqrt {3^2 +3^2}}[/tex]

  [tex]=3{\sqrt 2 }[/tex]

Learn more about Parallel lines

https://brainly.com/question/4954460

#SPJ4

bisects ∠PQT.
7. If m∠PQT = 60 and m∠PQS =
4x + 14, find the value of x.

Answers

The value of x in the question is 4

How to find the value of x?

The given parameters are

PQT = 60

PQS = 4x + 14

The line bisects PQT

So, we have

PQS = 1/2 * PQT

This gives

4x + 14 = 1/2 * 60

Evaluate

4x + 14 = 30

Evaluate the like terms

4x = 16

Divide by 4

x = 4

Hence, the value of x in the question is 4


Read more about angle bisector at

https://brainly.com/question/24677341

#SPJ1

help giving Brainly

find the surface area of the compositite object. show work.​

Answers

Check out the attached photo

Jayden is a songwriter who collects royalties on his songs whenever they are played in
a commercial or a movie. Jayden will earn $30 every time one of his songs is played
in a commercial and he will earn $120 every time one of his songs is played in a
movie. Jayden's songs were played on 4 more commercials than movies, and his total
earnings on the royalties from all commercials and movies was $420. Write a system
of equations that could be used to determine the number of commercials and the
number of movies on which Jayden's songs were played. Define the variables that use to write the system.

Answers

The system of equations that could be used to determine the number of commercials and the number of movies on which Jayden's songs were played is illustrated as 30(x + 4) + 120(x) = 420.

The variable is that the number of times the song was played in movies is represented by x.

How to illustrate the information?

From the information, Jayden is a songwriter who collects royalties on his songs whenever they are played in

a commercial or a movie and she will earn $30 every time one of his songs is played in a commercial and he will earn $120 every time one of his songs is played in a movie

Let the number of times the song was played in movies be x.

Jayden's songs were played on 4 more commercials than movies. This will be x+4.

Therefore, the equation to solve the question will be:

30(x + 4) + 120(x) = 420

30x + 120 + 120x = 430

150x + 120 = 430

150x = 430 - 120

150x = 310

x = 310/150

x = 2.1

Number of movies = 2

Number of commercial = x + 4 = 6

Learn more about equations on:

brainly.com/question/13763238

#SPJ1

Answer:

Step-by-step explanation:

WILL GIVE BRAINIEST TO BEST ANSWER, PLEASEEE HELP
also show steps/work

Answers

The solution of the equation for h is as follows:

h = 2r

How to find h in the equation?

The equation is represented as follows:

2πr³ = πr²h

where

r = radiush = height

Therefore, let's make h the subject of the formula

2πr³ = πr²h

Divide both sides by πr²

2πr³ / πr² = πr²h / πr²

h = 2r

Therefore, the solution of the equation for h is as follows:

h = 2r

learn more on equation and volume here:https://brainly.com/question/20563001

#SPJ1

the temperature in sudbury was 4c. what was the temperature after a rise of 5c followed by a fall of 10c

Answers

By the use of arithmethic, the final temperature in Sudbury is - 1 °C.

What is the final temperature of Sudbury?

In this problem we know that initial temperature and two consecutive changes in time. A temperature rise represents a positive change, whereas a temperature fall represents a negative change, then the final temperature is equal to sum of the initial temperature and its two changes:

T = T' + ΔT₁ + ΔT₂

T = 4 °C + 5 °C - 10 °C

T = 9 °C - 10 °C

T = - 1 °C

To learn more on temperature changes: https://brainly.com/question/11186605

#SPJ1

help plss ima need help on other questions to

Answers

Answer:

5 1/15

Step-by-step explanation:

Convert the mixed numbers to improper fractions, then find the LCD and combine.

Exact Form:

76

15

Decimal Form:

5.0

¯

6

Mixed Number Form:

5 1/15

Evaluate (2/3)^2 Give your answer as a fraction in its simplest form.

i wasn't taught this ever ​

Answers

Answer: Most likely 0.44444 (The 4 is repeating.)

Step-by-step explanation:

Because first since its in parenthesis, you would do 2/3 which is 0.6666 repeating. Then you do that to the power of 2 which will give you 0.4 repeating!

Hope this works! If not, I apologize.

A -4 nc point charge is located at -3 m along the x-axis. what is the electric potential at the origin?

Answers

The electric potential at the origin is 11.9834 ×[tex]10^{9}[/tex] .

What is electric potential?

V = k (q/r)

V = 8.98755 × [tex]10^{9}[/tex] ×(-4/3)

V= 11.9834 ×[tex]10^{9}[/tex] is the the electric potential at the origin.

The effort required to transfer a unit charge against an electric field from a reference point to a specified spot.

Electric potential difference is the potential created when a charge is moved from one point to another within the field itself, whereas electric potential is the effort done per unit charge to transport the charge from infinity to a point in the electric field.

The amount of work required to move a unit positive charge from infinity to a particular point in an electric field is called the electric potential.

To learn more about electric potential from the given link:

brainly.com/question/12645463

#SPJ4

Which number is greater, 23 x 10³ or 11 x 104? How do you know? Show your work and explain your steps​

Answers

Answer:

23x10

Step-by-step explanation:

Its 23x10^3 because its basically because 10 times 10 is a 100 and 100x10 is 10000 and 11x104 will be like 1000 smth (calculate it if u want)

23 x 10^3 = 23000
11 x 104 = 1144
23 x 10^3 wins!!

15.84 + 156 =??
Pls help

Answers

Answer:

171.84

Step-by-step explanation:

156 + 15 = 171

171 + 0.84 = 171.84

11. Lang withdrew half of his money from his
bank account on the last day of January.
Then he withdrew half of the remaining
amount on the last day of February. He
continued withdrawing half of his money
on the last day of March, April, May, and
June. His final balance was $1.50. How
much money did Lang have in his bank
account before his first withdrawal?

Answers

Land withdrew money in the form of an geometric series and he had $96 in his account in January.

A geometric series in mathematics is made up of an unlimited number of terms with a fixed ratio between them.

Each term is connected to the previous term by a simple ratio.

if the first term of an Geometric series be a, and the common ratio r then the second term is ar, third term is ar² and so on.

the nth term of a  Geometric series is calculated by

[tex]a_n=ar^{n-1}[/tex]

Now here we know that the final term of the Geometric series is $1.50.

So each month Lang withdrew half of his money.

So the common ratio of each terms is [tex]\frac{1}{2}[/tex].

Number of months=6(n=7)

Now we have to find the initial term of the Geometric series.

We know that [tex]a_n=ar^{n-1}\\[/tex]

Given n=7 and r=1/2 and aₙ=1.5

Substituting the values we get:

[tex]1.5=a\times(\frac{1}{2})^{7-1} \\or, 1.5=a \times (\frac{1}{2} )^6\\or, 1.5=a\times \frac{1}{64} \\or,a=96[/tex]

Hence Lang had $96 in his bank account before his first withdrawal.

To learn more about geometric series visit:

https://brainly.com/question/21087466

#SPJ9

PLEASE HELP SOLVEEEEEE

Answers

The area of the parallelogram is approximately equal to 59.994 square units.

How to determine the area of a parallelogram by using Heron's formula

The area of a parallelogram is equivalent to the sum of the areas of the two triangles by adding a diagonal. Then, the area of each triangle can be found in terms of side terms by Heron's formula. First, find the length of each side:

Side AB

AB = (4, 6) - (- 2, 6)

AB = (6, 0)

AB = √(6² + 0²)

AB = 6

Side CD

CD = (- 1, - 4) - (5, - 4)

CD = (- 6, 0)

CD = √(6² + 0²)

CD = 6

Side AD

AD = (- 1, - 4) - (- 2, 6)

AD = (1, 10)

AD = √(1² + 10²)

AD = √101

Side BC

BC = (5, - 4) - (4, 6)

BC = (1, - 10)

BC = √[1² + (- 10)²]

BC = √101

Side AC

AC = (5, - 4) - (- 2, 6)

AC = (7, - 10)

AC = √[7² + (- 10)²]

AC = √149

Second, determine the areas of the two triangles.

Triangle ABC

s = 0.5 · (AB + BC + AC)

s ≈ 14.128

A = √[s · (s - AB) · (s - BC) · (s - AC)]

A ≈ 29.997

Triangle ACD

s = 0.5 · (AC + CD + AD)

s ≈ 14.128

A = √[s · (s - AC) · (s - CD) · (s - AD)]

A ≈ 29.997

Third, find the area of the parallelogram by adding the two areas calculated in the previous step:

A' = 29.997 + 29.997

A' = 59.994

The area of the parallelogram is approximately equal to 59.994 square units.

To learn more on Heron's formula: https://brainly.com/question/22391198

#SPJ1

ow that pn pnQ ) v (pnr​

Answers

Answer:

brwhwthfv fvqfbqrhwt vwrvqdvqrgdqg


Use the Exterior Angle Inequality Theorem to list all of the angles that satisfy the stated condition.
Measures greater than m ∠ 8

Answers

The exterior angle ([tex]\angle[/tex] 5) is larger than either remote interior angle

([tex]\angle[/tex] 7 and [tex]\angle[/tex] 8) then m [tex]\angle[/tex] 2 > m [tex]\angle[/tex] 8 and m [tex]\angle[/tex] 5 > m [tex]\angle[/tex] 8 .

What is meant by Exterior Angle Inequality Theorem?

According to the exterior angle inequality theorem, the measure of any exterior angle of a triangle is greater than the measure of either of the opposite interior angles. The adjacent interior angle and the exterior angle are supplementary. A triangle's exterior angles add up to 360º.

A triangle's exterior angle is always greater than its two remote interior angles.

By the Exterior Angle Inequality Theorem, the exterior angle ([tex]\angle[/tex] 2) is larger than either remote interior angle ([tex]\angle[/tex] 6 and [tex]\angle[/tex] 8).

Similarly, the exterior angle ([tex]\angle[/tex] 5) is larger than either remote interior angle ([tex]\angle[/tex] 7 and [tex]\angle[/tex] 8).

Therefore, m [tex]\angle[/tex] 2 > m [tex]\angle[/tex] 8 and m [tex]\angle[/tex] 5 > m [tex]\angle[/tex] 8 .

To learn more about Exterior Angle Inequality Theorem refer to:

https://brainly.com/question/956912

#SPJ4


To rotate a point (90°, 180°) counterclockwise about the origin, multiply the y -coordinate by -1 and then interchange, the x - and y -coordinates.

Answers

To rotate a point 90° counterclockwise about the origin, multiply the y -coordinate by -1 and then interchange,    the x - and y -coordinates are    (x,y) -> (-y,x)

What does the term "coordinates" mean?

Coordinates are numerical lengths or angles that uniquely identify locations on two-dimensional (2D) surfaces or in three-dimensional (3D) space ( 3D ). There are various coordinate systems that mathematicians, physicists, and engineers frequently utilize.

Rotation of 90° counter-clockwise about origin-

Think about the location (X, Y). You may always swap the x- and y-coordinates and then multiply the new x-coordinate by -1 in order to rotate this point by 90 degrees around the origin in the opposite manner.

This would be expressed mathematically as follows

(x ,y)    →    ( -y ,x)

Learn more about Coordinates

brainly.com/question/27749090

#SPJ4

List the domain and range of each relation. (3,-2),(4,4),(0,-2),(4,1),(3,2)

Answers

Range = { -2 , 4 , -2 , 1 , 2} is for the relation .

what is domain and range?

The range of values that we are permitted to enter into our function is known as the domain of a function. The x values for a function like f make up this set (x). A function's range is the collection of values it can take as input. After we enter an x value, the function outputs this sequence of values.

How are domain and range determined?

In order to identify the values of the independent variable x and acquire the domain, we simply solve the equation y = f(x). Simply put, x=g(y) will calculate the function's range after we identify g's domain (y).

relation. (3,-2),(4,4),(0,-2),(4,1),(3,2)

domain = { 3 , 4 , 0 , 4 , 3 }

Range = { -2 , 4 , -2 , 1 , 2}

Learn more about Range

brainly.com/question/28135761

#SPJ4

The vasquez family visits their grandmother every 3 weeks and hosts a neighborhood party every 8 weeks. every 16th week, the vasquez family takes a day to go hiking

Answers

The problem statement provides information about the Vasquez Family, who pay visits to their grandmother every three weeks and host a neighborhood party every eight weeks.

The number of weeks combined when the Vasquez Family visits their grandmother and hosts the neighborhood party is 24 weeks.

The total number of weeks with all the three events occurring together (visit, neighborhood party, hiking) is 48 weeks.

Now we concluded that the number of weeks is 24 because we know that the Vasquez family visits their grandmother every three weeks and hosts a neighborhood party every eight weeks.

Therefore,  we will look for a least common factor of both 3 (visit) and 8 (party) and that LCM (least Common Factor) is 24.

Therefore, the number of weeks when the Vasquez family visits their grandmother and hosts the neighborhood party is 24.

Complete Problem Statement:

The Vasquez family visits their grandmother every three weeks and hosts a neighborhood party every eight weeks. Every 16 weeks, the Vazquez family takes a day to go hiking. After how many weeks will the Vasquez family visit their grandmother and host the neighborhood party? After how many weeks will all three events occur?

Problems dealing with the concept of Factors are in the link below.

brainly.com/question/25829061

#SPJ4


A model airplane takes off at an angle of elevation of 30°C. How high will the plane be after traveling 100 feet horizontally? Round to the nearest tenth. Show your work.

Answers

A model plane would be 57.7 feet high.

In this question,

A model airplane takes off at an angle of elevation of 30°C

We need to find how much the plane will be high after traveling 100 feet horizontally.

Consider the following diagram.

Let angle ACB is the angle of elevation.

∠ACB = 30°

the horizontal distance CB = 100 feet

We need to find the distance AB.

Consider tangent of angle ACB.

⇒ tan(30) = AB / BC

⇒ 0.577 = AB / 100

⇒ AB = 0.577 × 100

⇒ AB = 57.7 feet

Therefore, a model plane would be 57.7 feet high.

Learn more about the angle of elevation here:

brainly.com/question/21137209

#SPJ4

Other Questions
In the strict terminology of supply and demand, a change in market price causes; 1. An increase in demand. 2. A decrease in demand. 3. No change in demand. 4. An unpredictable change in demand.Question 24 The cost of Jake's cell phone bill is determined by how many megabytes ofdata he uses each month, as shown in the graph below.Jake's Cell Phone Bill706050403020100510Data Usage (megabytes)A. y = 0.5x + 40B. y = 2x + 40C. y 40x + 0.5D. y = 40x + 215XWhich equation represents the cost of Jake's cell phone bill, y, based on hisdata usage in megabytes, x? Using the diagram above, how many lines are located on plane A? Group of answer choices 8 6 12 4 Identify each sequence as arithmetic, geometric, or neither. Then find the next two terms. 3,-3,3,-3, . . . . . .. If you were a child who worked in factories in the 1800s, what would you experience? Check all of theboxes that apply.0 no chance to go to schoolfun jobs that required little workOfree time to play with friendsOlong days at worklow pay from factory ownersDONE Suppose that the frequency table below contains data on female life expectancy at birth in 95 randomly selected countries. Age Frequency 56 557 658 359 360 461 562 1163 2464 34Use the table to determine the median life expectancy for females in these 95 countries.median =years (Do not round) If a macrophage endocytoses (i.e., eats) an antigen it can digest it and present it on a ______________ major histocompatibility complex protein to a ______________. True or False: Cowboys were required to be an expert shooter. recommend a strategy that the youth could consider to ensure their mental wellbeing whist being surrounded with social ills .indicate how this strategy could lead to greater mental well being What violence did Grendel inflict on the Danes? Use specific details from the text to support your answer. The atom consists of three types of subatomic particles: protons, neutrons, and electrons. The electron is by far the lightest of the three, while the much heavier proton and neutron have masses very similar to each other. Two of the types of particles carry an electrical charge, while the third is neutral. Label the subatomic particles and appropriate charges by their relative locations.Identify the subatomic particles by dragging the appropriate labels to their respective targets. Pls pls help whoever gets it right gets a crown how do artest draw and paint so good? What evidence supports the idea that prenatal exposure to androgenic hormones might affect personality as well as physical development? Write a paragraph that compares and contrasts the agriculture, economy, geography, or degrees of religious freedom and diverse populations found in the Middle Colonies and the New England Colonies. Oabc is a square o is 0,0 a is -2,2 b is 0,4 c is 2,2 A single transformation of oabc is such that A is mapped to c. C is mapped to a O and b are invariant points Describe fully transformation Find the slope of the line that contains the points (7,2) and (3,4) Which graph represents the table? What is the purpose of adding water to a sample of vinegar used in the titration? If the federal and state governments have concurrent authority and the federal government decides to regulate that area exclusively, under the doctrine of federal preemption, the state law __________.