1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
leva [86]
3 years ago
15

1. The height of a triangle is 6 m more than its base. The area of the triangle is 56 m². What is the length of the base? Enter

your answer in the box.
2. Holly has a rectangular garden that measures 12 m wide by 14 m long. She wants to increase the area to 255 m² by increasing the width and length by the same amount.
What will be the length (longer dimension) of the new garden?
Enter your answer in the box.

3. In the diagram, the radius of the outer circle is 2x cm and the radius of the inside circle is 6 cm. The area of the shaded region is 160π cm2.
What is the value of x?
Enter your answer in the box.

4. Britney throws an object straight up into the air with an initial velocity of 27 ft/s from a platform that is 10 ft above the ground.
Use the formula h(t)=−16t2+v0t+h0 , where v0 is the initial velocity and h0 is the initial height.
How long will it take for the object to hit the ground?

1 s

2 s

3 s

4 s
Mathematics
2 answers:
Oxana [17]3 years ago
6 0

Answer: 1 and 2 are right but 3 and 4 are wrong

3 is 8cm and 4 is 4s

Step-by-step explanation:

Elodia [21]3 years ago
3 0
Answers:
1. 8 m 
2. 17 m
3. 7 cm
4. 2 s

Explanations:

1. Let x = length of the base
          x + 6 = height of the base

    Then, the area of the triangle is given by

    (Area) = (1/2)(base)(height)
       56 = (1/2)(x)(x + 6)
       56 = (1/2)(x²  + 6x) 
     
    Using the symmetric property of equations, we can interchange both sides      of equations so that 

    (1/2)(x²  + 6x) = 56
    
    Multiplying both sides by 2, we have
   
    x² + 6x = 112
    
    The right side should be 0. So, by subtracting both sides by 112, we have 

    x² + 6x - 112 = 112 - 112
    x² + 6x - 112 = 0

    By factoring, x² + 6x - 112 = (x - 8)(x + 14). So, the previous equation           becomes

    (x - 8)(x +14) = 0

   So, either 

    x - 8 = 0 or x + 14 = 0

   Thus, x = 8 or x = -14. However, since x represents the length of the base and the length is always positive, it cannot be negative. Hence, x = 8. Therefore, the length of the base is 8 cm.

2. Let x = length of increase in both length and width of the rectangular garden

Then,

14 + x = length of the new rectangular garden
12 + x = width of the new rectangular garden

So, 

(Area of the new garden) = (length of the new garden)(width of the new garden) 

255 = (14 + x)(12 + x) (1)

Note that 

(14 + x)(12 + x) = (x + 14)(x + 12)
                          = x(x + 14) + 12(x + 14)
                          = x² + 14x + 12x + 168 
                          = x² + 26x + 168

So, the equation (1) becomes

255 = x² + 26x + 168

By symmetric property of equations, we can interchange the side of the previous equation so that 

x² + 26x + 168 = 255

To make the right side becomes 0, we subtract both sides by 255:

x² + 26x + 168 - 255 = 255 - 255
x² + 26x - 87 = 0 

To solve the preceding equation, we use the quadratic formula.

First, we let

a = numerical coefficient of x² = 1

Note: if the numerical coefficient is hidden, it is automatically = 1.

b = numerical coefficient of x = 26
c = constant term = - 87

Then, using the quadratic formula 

x =  \frac{-b \pm  \sqrt{b^2 - 4ac} }{2a} =  \frac{-26 \pm  \sqrt{26^2 - 4(1)(-87)} }{2(1)}  
\newline x =  \frac{-26 \pm  \sqrt{1,024} }{2}
\newline
\newline x =  \frac{-26 \pm  32 }{2}

So, 

x = \frac{-26 + 32 }{2} \text{  or } x = \frac{-26 - 32 }{2}
\newline x = \frac{6 }{2} \text{  or } x = \frac{-58 }{2}
\newline \boxed{ x = 3 \text{  or } x = -29}

Since x represents the amount of increase, x should be positive.

Hence x = 3.

Therefore, the length of the new garden is given by 

14 + x = 14 + 3 = 17 m.

3. The area of the shaded region is given by

(Area of shaded region) = π(outer radius)² - π(inner radius)²
                                       = π(2x)² - π6²
                                       = π(4x² - 36)

Since the area of the shaded region is 160π square centimeters,

π(4x² - 36) = 160π

Dividing both sides by π, we have 

4x² - 36 = 160

Note that this equation involves only x² and constants. In these types of equation we get rid of the constant term so that one side of the equation involves only x² so that we can solve the equation by getting the square root of both sides of the equation.

Adding both sides of the equation by 36, we have

4x² - 36 + 36 = 160 + 36
4x² = 196 

Then, we divide both sides by 4 so that

x² = 49

Taking the square root of both sides, we have

x = \pm 7

Note: If we take the square root of both sides, we need to add the plus minus sign (\pm) because equations involving x² always have 2 solutions.

So, x = 7 or x = -7.

But, x cannot be -7 because 2x represents the length of the outer radius and so x should be positive.

Hence x = 7 cm

4. At time t, h(t) represents the height of the object when it hits the ground. When the object hits the ground, its height is 0. So,
 
h(t) = 0   (1)

Moreover, since v_0 = 27 and h_0 = 10, 

h(t) = -16t² + 27t + 10   (2)

Since the right side of the equations (1) and (2) are both equal to h(t), we can have

-16t² + 27t + 10 = 0

To solve this equation, we'll use the quadratic formula.

Note: If the right side of a quadratic equation is hard to factor into binomials, it is practical to solve the equation by quadratic formula. 

First, we let

a = numerical coefficient of t² = -16 
b = numerical coefficient of t = 27
c = constant term = 10

Then, using the quadratic formula 

t = \frac{-b \pm \sqrt{b^2 - 4ac} }{2a} = \frac{-27 \pm \sqrt{27^2 - 4(-16)(10)} }{2(-16)} \newline t = \frac{-27 \pm \sqrt{1,369} }{-32} \newline \newline t = \frac{-27 \pm 37 }{32}

So, 

t = \frac{-27 + 37 }{-32} \text{ or } t = \frac{-27 - 37 }{-32} \newline t = \frac{-10}{32}  \text{ or } t = \frac{-64 }{-32}   \newline \boxed{ t = -0.3125 \text{ or } t = 2}

Since t represents the amount of time, t should be positive. 

Hence t = 2. Therefore, it takes 2 seconds for the object to hit the ground.


 




 





You might be interested in
Nevermind yfgeruwijdksfgheywu
UkoKoshka [18]

Answer:

The solution will be negative.

Step-by-step explanation:

I'm not quite sure what sort of answer you're looking for though.

6 0
2 years ago
Read 2 more answers
PLESE HELP ill GIVE BRANILY<br><br> Solve for x. 3.5(7-x)+32=106-1.5(4x+18)
murzikaleks [220]

Answer:

X=9

Step-by-step explanation:

3.5(7−x)+32=106−1.5(4x+18)

Step 1: Simplify both sides of the equation.

3.5(7−x)+32=106−1.5(4x+18)

(3.5)(7)+(3.5)(−x)+32=106+(−1.5)(4x)+(−1.5)(18)(Distribute)

24.5+−3.5x+32=106+−6x+−27

(−3.5x)+(24.5+32)=(−6x)+(106+−27)(Combine Like Terms)

−3.5x+56.5=−6x+79

−3.5x+56.5=−6x+79

Step 2: Add 6x to both sides.

−3.5x+56.5+6x=−6x+79+6x

2.5x+56.5=79

Step 3: Subtract 56.5 from both sides.

2.5x+56.5−56.5=79−56.5

2.5x=22.5

Step 4: Divide both sides by 2.5.

2.5x

2.5

=

22.5

2.5

x=9

4 0
3 years ago
Read 2 more answers
Can someone tell me some good puns on cheese ?<br> (Don’t mind the purpose) Thank you !
shusha [124]

Answer:

What Did the Blind Man Say after Being Handed a Cheese Grater?

"That's the most violent book I've ever read."

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
PLZ HELP
charle [14.2K]

Answer:

17 pants and 9 shirts

let x rep pants

let y rep shirts

x + y =26

225 x + 125 y =4950

x = 26 - y

225(26 - y) + 125y= 4950

5850-225y+125y = 4950

5850-100y=4950

-100y=4950-5850

-100y=-900

y=9

x = 26 - (9)

x = 17

3 0
3 years ago
Which statement regarding the number of solutions for the linear equation shown below is true?
beks73 [17]
No Solutions. hope it helped
6 0
3 years ago
Read 2 more answers
Other questions:
  • It takes 8 people yo pull a 16 ton truck how many people would it take to pull a 60 ton truck
    14·2 answers
  • In a game of poker a hand of five cards is dealt to each player from a deck of 52 cards. find the probablility of a hand contain
    15·1 answer
  • ABCD is a rectangle with diagonals segment AC and segment BD. If AC = 2х + 10 and BD -=56, find the value of х." О23О33О 78 O 12
    7·1 answer
  • Find the distance between the two points rounding to the nearest tenth (if necessary) (-1,2) and (2,-4)
    5·2 answers
  • 27/8+11/3 please help
    14·1 answer
  • Josh makes a fruit salad with bananas, blueberries, and strawberries. He uses 234 pounds of bananas, 112 pounds of blueberries,
    10·2 answers
  • I need help with it pls
    6·1 answer
  • Find the y-value when x = -5 for the equation y = -3x
    15·1 answer
  • For 10-18, Determine whether the triangles can be proved
    9·1 answer
  • If i- -1, what is the value of ; 3? -1 O i 0 1 0 -
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!