A rocket is launched straight up from the ground, with an initial velocity of 224 feet per second. The equation for the height of the rocket at time t is given by:
h=-16t^2+224t

(Use quadratic equation)

A.) Find the time when the rocket reaches 720 feet.


B.) Find the time when the rocket completes its trajectory and hits the ground.


Answers

Answer 1
We can model the equation of the height of the rocket as ∩-shape curve as shown below

Part A: 

The time when the height is 720 feet

[tex]720 = -16 t^{2}+224t [/tex], rearrange to make one side is zero
[tex]16 t^{2}-224t+720=0 [/tex], divide each term by 16
[tex] t^{2} -14t+45 =0[/tex], factorise to give
[tex](t-9)(t-5)=0[/tex]
[tex]t=9[/tex] and [tex]t=5[/tex]

So the rocket reaches the height of 720 feet twice; when t=5 and t=9

Part B:

We will need to find the values of t when the rocket on the ground. The first value of t will be zero as this will be when t=0. We can find the other value of t by equating the function by 0

[tex]0=-16 t^{2}+224t [/tex]
[tex]0=-16t(t-14)[/tex]
[tex]-16t=0[/tex] and [tex]t-14=0[/tex]
[tex]t=0[/tex] and [tex]t=14[/tex]

So the time interval when the rocket was launched and when it hits the ground is 14-0 = 14 seconds




A Rocket Is Launched Straight Up From The Ground, With An Initial Velocity Of 224 Feet Per Second. The
Answer 2

A.) The rocket reaches 720 feet in 5 seconds and 9 seconds.

B.) The rocket completes its trajectory and hits the ground in 14 seconds

Further explanation

A quadratic equation has the following general form:

[tex]ax^2 + bx + c = 0[/tex]

The formula to solve this equation is :

[tex]\large {\boxed {x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} } }[/tex]

Let's try to solve the problem now.

Question A:

Given :

[tex]h = -16 t^2 + 224t[/tex]

The rocket reaches 720 feet → h = 720 feet

[tex]720 = -16 t^2 + 224t[/tex]

[tex]16 t^2 - 224t + 720 = 0[/tex]

[tex]16 (t^2 - 14t + 45 = 0)[/tex]

[tex]t^2 - 14t + 45 = 0[/tex]

[tex]t^2 - 9t - 5t + 45 = 0[/tex]

[tex]t(t - 9) - 5(t - 9) = 0[/tex]

[tex](t - 5)(t - 9) = 0[/tex]

[tex]t = 5 ~ or ~ t = 9[/tex]

The rocket reaches 720 feet in 5 seconds and 9 seconds.

Question B:

The rocket hits the ground → h = 0 feet

[tex]0 = -16 t^2 + 224t[/tex]

[tex]16 (t^2 - 14t ) = 0[/tex]

[tex]t^2 - 14t = 0[/tex]

[tex]t( t - 14 ) = 0[/tex]

[tex]t = 0 ~ or ~ t = 14[/tex]

The rocket completes its trajectory and hits the ground in 14 seconds

Learn moremethod for solving a quadratic equation : https://brainly.com/question/10278062solution(s) to the equation : https://brainly.com/question/4372455best way to solve quadratic equation : https://brainly.com/question/9438071

Answer details

Grade: College

Subject: Mathematics

Chapter: Quadratic Equation

Keywords: Quadratic , Equation , Formula , Rocket , Maximum , Minimum , Time , Trajectory , Ground

A Rocket Is Launched Straight Up From The Ground, With An Initial Velocity Of 224 Feet Per Second. The

Related Questions

py+7=6y+q
what is the answer for this question (linear equations with unknown coefficients)?

Answers

Assuming your solving for y:
py+7=6y+q
-6y -7 -6y -7
(p-6)y = q-7
divide both sides by p-6
y=(q-7)/(p-6)

Answer:

The required equation is  [tex]y =\frac{(q-7)}{(p-6)}[/tex].

Step-by-step explanation:

Consider the provided equation.

[tex]py+7=6y+q[/tex]

We need to simplify the equation and convert it into a linear equation with unknown coefficients.

Subtract 6y from both sides.

[tex]py - 6y + 7 = q[/tex]

Subtract 7 from both sides.

[tex]py - 6y = q - 7[/tex]  

Take y common from left side.

[tex]y(p-6) = q-7[/tex]

 Divide both sides by p-6.

 [tex]y =\frac{(q-7)}{(p-6)}[/tex]

Hence, the required equation is  [tex]y =\frac{(q-7)}{(p-6)}[/tex].

The social studies teacher is giving a test worth 80 points, and containing 34 questions. There are 2 point and 4 point questions on the test. How many of each type of question are on the test? Show your work. A. List the two equations B. Find each type of question

Answers

x is 2 pt questions
y is 4 pt questions
x+y=34
2x+4y=80
Multiply the top equation by -2 to use elimination technique
-2x-2y=-68
Then combine the two equations (x is cancelled out)
2y=12
y=6
If there are 6 four point questions, there must be 28 two point questions to get a total of 34 questions.

Given a positive integer n, assign true to is_prime if n has no factors other than 1 and itself. (remember, m is a factor of n if m divides n evenly.)

Answers

This is the following condition in order to get the specific output for this specific problem: if is_a_prime(n):    is_prime = True Now all you have to do is write is_a_prime().

For the hard code for this problem:

if n == 2:
is_prime = True
elif n % 2 == 0:
is_prime = False
else:
is_prime = True 
for m in range (3, int (n * 0.5) + 1, 2): 
if n % m == 0: 
is_prime = False 
break. 

To add, a high-level programming language that is widely used for general-purpose programming, created by Guido van Rossum and first released in 1991 is called Python.

Below is the solution of assign true to is_prime if n has no factors other than 1 and itself.

Further explanation

Python is an interpreted, high-level, general-purpose programming language. Python is created by Guido van Rossum and first released in 1991. Its design philosophy emphasizes code readability. Python is a more productive language than Java because it is an interpretive language which is accompanied by elegant syntax and it makes an excellent choice for scripting and rapid application development in many areas. Python is a general-purpose, versatile and popular because it is concise and easy to read, and it is also a good language to have in any programmer’s stack as it can be used for everything such as web development, software development, data science applications.

Given a positive integer n, assign true to is_prime if n has no factors other than 1 and itself. And remember, m is a factor of n if m divides n evenly. So:

if n == 2:

is_prime = True

elif n % 2 == 0:

is_prime = False

else:

is_prime = True

for m in range (3, int(n**0.5)+1, 2):

if n % m == 0:

is_prime = False

Learn moreLearn more about python https://brainly.com/question/4331067Learn more about python IDLE or similar environment  https://brainly.com/question/6280029Learn more about python function https://brainly.com/question/9806744

Answer details

Grade:  9

Subject:  mathematics

Chapter:  python

Keywords:  python, integer, factors, python IDLE, is_prime

A basket contains five apples and seven peaches. Four of the apples and two of the peaches are rotten. You randomly pick a piece of fruit. It is fresh or it is an apple. Find the probability of this occuring.

Answers

2/35possible outcomes:5*7=35fresh or apple = 22/35

Answer:[tex]\frac{5}{6}[/tex]

Step-by-step explanation:

Given

5 apples and 7 peaches out of which 4 apples and 2 peaches is rotten

i.e. 1 apple and 5 peaches is fresh

probability of fresh fruit is =[tex]\frac{6}{12}[/tex]

probability of apple =[tex]\frac{5}{12}[/tex]

Probability of both =[tex]\frac{1}{12}[/tex]

Probability of fresh or an apple is=[tex] \frac{6}{12}+\frac{5}{12}-\frac{1}{12}[/tex]

=[tex]\frac{5}{6}[/tex]

Describe the relationship between the similarity ratio of two triangles and the ratio of their areas.

Answers

[tex]\bf \textit{let's say the sides ratio is }\cfrac{\bigtriangleup_1}{\bigtriangleup_2}\qquad \cfrac{s_1}{s_2} \\\\\\ \textit{then the ratio of their areas is }\cfrac{\bigtriangleup_1}{\bigtriangleup_2}\qquad \cfrac{(s_1)^2}{(s_2)^2}\\\\ -------------------------------\\\\[/tex]

[tex]\bf \qquad \qquad \textit{ratio relations} \\\\ \begin{array}{ccccllll} &Sides&Area&Volume\\ &-----&-----&-----\\ \cfrac{\textit{similar shape}}{\textit{similar shape}}&\cfrac{s}{s}&\cfrac{s^2}{s^2}&\cfrac{s^3}{s^3} \end{array} \\\\ -----------------------------\\\\ \cfrac{\textit{similar shape}}{\textit{similar shape}}\qquad \cfrac{s}{s}=\cfrac{\sqrt{s^2}}{\sqrt{s^2}}=\cfrac{\sqrt[3]{s^3}}{\sqrt[3]{s^3}}[/tex]

what is the area of a circle with a radius of 7 inches

Answers

Area formula is A=πr2 
A=3.1416(radius)2 (radius is 7)
A=3.1416(49) 
A=153.94 
The area is 153.94 inches.
Hope that was helpful :)

Answer is provided in the image attached.

You have been offered a project paying $300 at the beginning of each year for the next 20 years. what is the maximum amount of money you would invest in this project if you expect 9 percent rate of return to your investment?

Answers

This is a simple problem with some quick addition and subtraction, and a bit of multiplication.

First we figure out how much money you're spending in total, which is $300 each year, for 20 years, so 300 x 20 = 6,000. Now, since the problem is asking for a maximum amount for percentage rate, this means we find the 9% for all 20 years combined and not individually. 9% of 6,000 is of course 540, so if we subtract 540 from 6,000, we get 5,460.

This means your answer is $5,460

today there are 3,659 thousand elementary and secondary teachers employed in a certain country. this number is expected to increase to 3,856 thousand by next decade. what is the percent increase?

Answers

percent increase = (new number - original number) / original number...* 100
                           = (3856 - 3659) / 3659...* 100
                          = 197 / 3659....* 100
                          = 0.0538 * 100
                          = 5.38% <==

a soccar team spent $55 dollars on supplies for a car wash then earned $275 whats their total after paying for supplies

Answers

To find what profit they made, subtract what they earned from what they spent money on. 275-55=220. They made a total of $220 after paying for supplies. I hope this helps! :)

Question help a robotic rover on mars finds a spherical rock with a diameter of 1313 centimeters. the rover picks up the rock and lifts it 1515 centimeters straight up. the rock has a specific gravity of 5.255.25. the gravitational acceleration on mars is 3.73.7 meters per second squared. if the​ robot's lifting arm has an efficiency of 3535​% and required 1212 seconds to raise the rock 1515 ​centimeters, how much power​ (in watts) did the arm​ use?

Answers

Due to apparent doubling of numbers in the question, assume
diameter=13 cm/2=0.065m
h=15 cm=0.15m
rho=5.25*1000=5250 kg/m^3
eta=35%=0.35 [efficiency]
t=12 s
g=3.7 m/s^2

mass, m=rho*V=rho*(4pi/3)(r^3)
=5250 kg/m^3 * (4pi/3)(0.065)^3 m^3
=1.922 kg

Work done in lifting h=0.15m
W=mgh
=1.922pi kg * 3.7 m/s^2 * 0.15 m
=1.067pi kg (m/s)^2
=1.067pi J

Average power required, with efficiency eta=0.35
P=(W/t)/eta
=(1.067pi J )/ (12 s) /0.35
=0.254pi J/s
=0.798W (approx.)

Help Please question in the file.

Answers

check the picture below.

palace help me solve these two equations 14, 15

Answers

14)

check the picture below... so.. is just a semi-circle and a rectangle, nothing fancy, get their area, sum them up.

15)

so... the voter turnout, is referring to, what's the percentage that voted, which year has the highest percentage... well, we simply check the percentage of the value provided from the total eligible voters, keeping in mind that, all eligible voters are the 100%

so.. for 1944

[tex]\bf \begin{array}{ccllll} amount&\%\\ ------&----\\ 86,607,000&100\\ 47,976,670&x\\ \end{array}\implies \cfrac{86,607,000}{47,976,670}=\cfrac{100}{x} \\\\\\ x=\cfrac{100\cdot 47,976,670}{86,607,000}\implies x\approx 55.39583405498[/tex]

for 1984

[tex]\bf \begin{array}{ccllll} amount&\%\\ -----&-----\\ 167,727,000&100\\ 92,659,000&x \end{array}\implies \cfrac{167,727,000}{92,659,000}=\cfrac{100}{x} \\\\\\ x=\cfrac{100\cdot 92,659,000}{167,727,000}\implies x\approx 55.2439380660239[/tex]


Sam is observing the velocity of a car at different times. After two hours, the velocity of the car is 50 km/h. After six hours, the velocity of the car is 54 km/h.

Part A: Write an equation in two variables in the standard form that can be used to describe the velocity of the car at different times. Show your work and define the variables used. (5 points)

Part B: How can you graph the equation obtained in Part A for the first seven hours? (5 points)

Answers

part A)

[tex]\bf \begin{array}{ccllll} hours(x)&velocity(y)\\ -----&-----\\ 2&50\\ 6&54 \end{array}\\\\ -------------------------------\\\\ \begin{array}{lllll} &x_1&y_1&x_2&y_2\\ % (a,b) &({{ 2}}\quad ,&{{ 50}})\quad % (c,d) &({{ 6}}\quad ,&{{ 54}}) \end{array}[/tex]

[tex]\bf slope = {{ m}}= \cfrac{rise}{run} \implies \cfrac{{{ y_2}}-{{ y_1}}}{{{ x_2}}-{{ x_1}}}\implies \cfrac{54-50}{6-2}\implies \cfrac{4}{4}\implies 1 \\\\\\ % point-slope intercept y-{{ y_1}}={{ m}}(x-{{ x_1}})\implies y-50=1(x-2)\\ \left. \qquad \right. \uparrow\\ \textit{point-slope form} \\\\\\ y-50=x-2\implies \boxed{y-x=48}\impliedby \begin{array}{llll} standard\\ form \end{array}[/tex]

part B)

well, to graph a LINEar equation, since it's just a LINE, you simply need two points to graph a line, and since we know that y - x = 48.... if you want to know what's "y" when x = 7? or 7 hours, well

y - (7) = 48
y = 48 + 7
y = 55

so.. that's the point for the 7th hour, 7, 55, and you can pick any other point above, and graph it away.

A sofa is on sale for 26% off. The sale price is $629 . What is the regular price?

Answers

100% - 26% = 74%

74% ..............$629
100% ..............?

629 x 100/74 = 850

answer
regular price is $850

The regular price is $850 hope this helped

What is the solution to the equation 0.8m − 4 = −0.8m?

Answers

m= 2.5 that's the solution for m for them to be equal
0.8m − 4 = −0.8m
0.8m + 0.8m = 4
1.6m = 4
m = 4 /1.6
m = 2.5

What are the X intercepts of a parabola with vertex (6,27) and y intercept of (0,-81)?

Answers

so hmm let's see if we can get the parabola's equation

if we assume a vertical parabola, "y" in x-terms.... then

[tex]\bf \begin{array}{llll} \boxed{y=a(x-{{ h}})^2+{{ k}}}\\\\ x=a(y-{{ k}})^2+{{ h}} \end{array} \qquad\qquad vertex\ ({{ h}},{{ k}})\\\\ -------------------------------\\\\[/tex]

[tex]\bf \textit{we know that } \begin{cases} h=6\\ k=27 \end{cases}\implies y=a(x-6)^2+27 \\\\\\ \textit{we also know the y-intercept } \begin{cases} x=-81\\ y=0 \end{cases}\implies 0=a(-81-6)^2+27 \\\\\\ -27=a(-87)^2\implies \cfrac{-27}{(-87)^2}=a\implies -\cfrac{3}{841}=a\\\\ -------------------------------\\\\ \boxed{y=-\cfrac{3}{841}(x-6)^2+27}[/tex]

now, to get the x-intercepts, we simply set y = 0

[tex]\bf 0=-\cfrac{3}{841}(x-6)^2+27\implies -27=-\cfrac{3}{841}(x-6)^2 \\\\\\ \cfrac{-27\cdot 841}{-3}=(x-6)^2\implies 7569=(x-6)^2\implies \pm\sqrt{7569}=x-6 \\\\\\ \pm 87=x-6\implies \pm 87+6=x\implies x= \begin{cases} 93\\ -81 \end{cases}[/tex]

and... since the y = 0, then (93, 0) and (-81, 0)

Each of a certain type of tire on a 4 wheel car lasts exactly 10,000 miles. How many spare tires of this same variety must carried so that a trip of 15,000 miles can just be completed.

Answers

3 spare tires are needed. This works if you rotate the tires every 5,000 miles. 

Tire A, B, C, D (and spare is E F G)
first 5,000 miles you use tire A B C D
second 5000 miles you use tire B C D E
third 5000 miles you use A E F G

Each tires is used no more than twice (10,000 miles).

Find all solutions to the equation csc theta +sqrt2 = 0

Answers

Theta = 7pi/4+2pi*n
Theta = 5pi/4+2pi*n

solve for y 6y-8=3y-2

Answers

6y-8 =3y-2

subtract 3y from both sides

3y-8 = -2

add 8 to both sides

3y=6

y=6/3 =2

 y = 2

D=6.3cm what is the circumference and area of the circle

Answers

Circumference = 2pir
=2×pi×1.6
=10.05

Area= pir^d
=pi × 6.3
=19.79

It is desired to estimate the mean gpa of each undergraduate class at a large university. assume that the variance of the gpas is 1.44. how large a sample is necessary to estimate the mean gpa within 0.25 at the 99% confidence level

Answers

Final answer:

To estimate the mean GPA of each undergraduate class at a large university within a margin of error of 0.25 at a 99% confidence level, approximately 187 samples are needed.

Explanation:

To estimate the mean GPA of each undergraduate class at a large university within a margin of error of 0.25 at a 99% confidence level, we need to determine the required sample size. In this case, we can use the formula for sample size determination, which is:

n = (Z^2 * σ^2) / E^2

Where:

n is the required sample sizeZ is the Z-score associated with the desired confidence level (99% corresponds to a Z-score of approximately 2.58)σ^2 is the variance of the GPAs (given as 1.44)E is the desired margin of error (0.25)

Plugging in the values, we get:

n = (2.58^2 * 1.44) / 0.25^2

n ≈ 186.43

Therefore, we need a sample size of approximately 187 to estimate the mean GPA within a margin of error of 0.25 at a 99% confidence level.

Learn more about Sample size determination for estimating the mean GPA here:

https://brainly.com/question/4369162

#SPJ3


John has taken out a loan for college. He started paying off the loan with a first payment of $100. Each month he pays, he wants to pay back 1.1 times the amount he paid the month before. Explain to John how to represent his first 20 payments in sequence notation. Then explain how to find the sum of his first 20 payments, using complete sentences.

Answers

Let a_0 = 100, the first payment. Every subsequent payment is the prior payment, times 1.1. In order to represent that, let a_n be the term in question. The term before it is a_n-1. So a_n = 1.1 * a_n-1. This means that a_19 = 1.1*a_18, a_18 = 1.1*a_17, etc. To find the sum of your first 20 payments, this sum is equal to a_0+a_1+a_2+...+a_19. a_1 = 1.1*a_0, so a_2 = 1.1*(1.1*a_0) = (1.1)^2 * a_0, a_3 = 1.1*a_2 = (1.1)^3*a_3, and so on. So the sum can be reduced to S = a_0 * (1+ 1.1 + 1.1^2 + 1.1^3 + ... + 1.1^19) which is approximately $5727.50

In a certain company, 74 employees were hired in the last 5 years. If
this represents 43% of the current number of employees, then how
many current employees does the company have?

- list the steps please & thank you!

Answers

You have to be able to take the written words and turn them into a workable equation.  74 employees is 43% of the current number, which you don't know.  The word "is" means = , the 43% is written as .43, the word "of" means to multiply and the current number of employees, what you're looking for, is your unknown x.  So translating those words into an equation looks like this:
74 = .43x.  And dividing both sides by .43 you get that the current number of employees is 172.09, or just 172
Final answer:

To find the total number of employees in the company, set up and solve the equation, 0.43 * X = 74. Solving this provides approximately 172 employees

Explanation:

In order to answer this question, we need to use the concept of percentages. Here are the steps:

Since we know 74 employees represent 43% of all employees, we set up the equation: 0.43 * X = 74, where X is the total number of employees in the company. Solving the equation for X leads us to the answer. We divide both sides of the equation by 0.43, which gives us X = 74/0.43. Calculating the right side of the equation, we find X is approximately 172, so there are approximately 172 employees in the company.

Learn more about Percentages here:

https://brainly.com/question/29306119

#SPJ12

486 is what percent of 900

Answers

486/900 = .54 = 54%. .......

If 5 workers can pave 10 driveways in 30 days, how many days would it take 20 workers to pave 38 driveways?

Answers

Given that 5 workers can pave 10 driveways in 30 days, then:
let x be the number of days that can take 20 workers to complete 38 drive ways;
therefore:
proportion of work completed by 5 workers will be:
5*30/10
=15
proportion of work completed by 20 workers will be:
20*x/38
The time taken for 20 workers to complete 38 driveways will be:
15=20/38x
x=15*38/20
x=28 1/2
The answer is 28.5 days

A pizza parlor sold 38 1/8 pizzas during a dinner hour. If each pizza contained 8 slices, how many slices of pizza were sold?

Answers

38*8 = 304

304 + 1 =305 slices were sold

8(38 1/8)      

8(38)+8(1/8)

304+1

305 slices.

Three times a number added to seven is 22

Answers

3x+7=22

3x=15

x=5

 the number is 5

A store is selling two mixtures of coffee beans in one-pound bags. The first mixture has 12 ounces of Sumatra combined with 44 ounces of Celebes Kalossi, and costs $42. The second mixture has 44 ounces of Sumatra and 12ounces of Celebes Kalossi, and costs $30. How much does one ounce of Sumatra and one ounce of Celebes Kalossi cost?

Answers

Create 2 equations for the given problem

12s + 44c = 42
44s + 12c = 30

Take either equation and solve for either s or c.
12s + 44c = 42
12s = 42 - 44c
s = (42 - 44c) / 12
s = (21 - 22c) / 6

Substitute into 2nd equation

44s + 12c = 30
22((21 - 22c) / 3) + 12c = 30
22(21 - 22c) + 36c = 90
-448c +462  = 90
-448c = -372
c = -372/-448
c = 93/112
c = 0.83

Substitute into the 2nd equation

44s + 12c = 30
44s = 30 - 12c
s = (30 - 12 (93/112)) / 44
s = (30 - 279 / 28) / 44)
s = (30 - 9 27/28) / 44
s = 0.46

Prove
12s + 44c = 42
12(0.46) + 44(0.83) = 42
5.52 + 36.52 = 42
42.04 = 42

44s + 12c = 30
44(0.46) + 12(0.83) = 30
20.24 + 9.96 = 30.16

Assuming minor rounding issues this looks accurate.

Breanna works in the mall and her hours increase during busy shopping times of the year. Breanna has a plan to save $25 each week for 5 weeks, and then increase that amount by $20 for the next 7 weeks during the busy time, then go back to $25 per week. If Breanna’s plan is to save $540, how many weeks total will she need to save?
a.
11 weeks
b.
16 weeks
c.
22 weeks
d.
23 weeks

Answers

The math I used is probably not the quickest way, but for me, the easiest.
25*5=125  25+20=45  45*7=315  125+315=440  25*4=100  440+100=540  5+7+4=16
B is your answer.

Answer:

Number of weeks Breanna saves are 16 weeks .

Option (b) is correct .

Step-by-step explanation:

As given

Breanna works in the mall and her hours increase during busy shopping times of the year.

Breanna has a plan to save $25 each week for 5 weeks.

Thus

Breanna saves in first 5 weeks = Amount saves per weeks in next 5 weeks × Number of weeks .

                                                    = $25 × 5

                                                   = $ 125  

Increase that amount by $20 for the next 7 weeks during the busy time.

Thus

Amount saves per weeks for next 7 weeks = Amount saves per weeks in first 5 weeks + Increase in amount .

                                                     = $25 +$ 20

                                                     = $ 45

Breanna saves in next 7 weeks = Amount saves per week× Number of weeks .

Put all the values in the above

                                                    = $45 × 7

                                                    = $ 315

As given

Breanna saves $25 per week.

If Breanna’s plan is to save $540 .

Let us assume last weeks in which Breanna saves $25 per weeks be x .

Breanna saves in last x weeks = Amount saves for next x weeks × Number of weeks .    

                                                  = 25 × x

                                                  = 25x

Equation becomes

Breanna saves in first 5 weeks +  Breanna saves in next 7 weeks  + Breanna saves in last x weeks = Total saving amount .

125 +  315 + 25x = 540

440 + 25x = 540

25x = 540 - 440

25x = 100

[tex]x = \frac{100}{25}[/tex]

x = 4 weeks

Thus

Total number of weeks Breanna saves = 5 weeks + 7 weeks + 4 weeks

                                                                 = 16 weeks

Therefore the number of weeks Breanna saves are 16 weeks .

Option (b) is correct .

To make the two triangles below similar, what would the values of x and y have to be?

Answers

i dont really remember how to solve this since i done this some time ago the angles must be the same i would say d since 5 the bigger triangle is five times bigger 

~ hope this helps ~
First, y and 40 degrees would have to be the same; thus, y = 40 degrees.

Second, form and solve the ratio (x/25) = (6/30).  30x=25(6)=150.  Thus, x=5.
Other Questions
A solid is placed in a solution. Which observation most likely indicates that a chemical reaction has occurred? Where did the Nok people live? along the Niger River in West Africa along the Nile River in East Africa along the Congo River in Central Africa along the Orange River in South Africa D: y> -1/3 x+1 helpppp The tendency for people who have first agreed to a small request to comply to a larger request is called the phenomenon When people communicate, they do not just say things, they do things with their words. this is known as? Convert decimal +49 and +29 to binary, using the signed2scomplement representation and enough digits to accommodate the numbers. then perform the binary equivalent of (+29) + (-49), (-29) + (+49), and (-29) + (-49). convert the answers back to decimal and verify that they are correct. PLEASE HELP ME!!!!Part A: Amir rented a scooter at $43 for 3 hours. If he rents the same scooter for 8 hours, he has to pay a total rent of $113.Write an equation in the standard form to represent the total rent (y) that Amir has to pay for renting the scooter for x hours.Part B: Write the equation obtained in Part A using function notation.Part C: Describe the steps to graph the equation obtained above on the coordinate axes. Mention the labels on the axes and the intervals. Before the development of money as a medium, goods and services were exchanged through a ________ system. An arrow is shot upward with a velocity of 64 feet per second. Using the formula h(t)=64t-16t^2, how long after the arrow is released does it hit the ground? A(n) _____ designates the medium or media to be used, the specific vehicles, and the insertion dates of the advertising. Five score years ago, a great American, in whose symbolic shadow we stand today, signed the Emancipation Proclamation. This momentous decree came as a great beacon light of hope to millions of Negro slaves who had been seared in the flames of withering injustice. It came as a joyous daybreak to end the long night of their captivity. But one hundred years later, the Negro still is not free. One hundred years later, the life of the Negro is still sadly crippled by the manacles of segregation and the chains of discrimination. One hundred years later, the Negro lives on a lonely island of poverty in the midst of a vast ocean of material prosperity. One hundred years later, the Negro is still languishing in the corners of American society and finds himself an exile in his own land. I Have a Dream by Dr. Martin Luther King Jr. What method of organization did the author use? what is the least common multiple of X and Y? X=2*2*2*2 Y=2*2*2*3 Calculate the mass of o2 produced by the decomposition of kclo3 by heating in the presence of manganese dioxide Mark each statement if it describes early humans. A. Hunter-gatherers ate berries and nuts as part of their diet. B. Early humans used fire only for cooking. C. Early humans fashioned clothes out of animal skins and other products. Sitting against a wall in a squat position would be an example of for which of the following numbers does 5 appear in the tens place ?*check all that applies*a. 125.634b. 56.89c. 1250d. 3.5e. 92.57 Mrs. zucker was being treated with glucocorticoids for rheumatoid arthritis. as a result, she developed symptoms caused by excess acth secretion, which is called: Whenever marty cooks dinner, his wife praises him for his thoughtfulness. she recognizes martys good deeds by using __________ attributions, which helps keep her relationship happy? My friend felt dizzy and passed out. What should I do? Determine whether the sequence converges or diverges. If it converges, give the limit. 11, 44, 176, 704, ... Steam Workshop Downloader