write the expression 5x(x+9) -7(x+9) in complete factored form.

Answers

Answer 1
5x^2 + 45 - 7x - 63 which simplifies to 5x^2 -7x -18?
Answer 2
Answer:

(5x-7)(x-9)

Step-by-step explanation:

Factoring is the inverse of the distributive property. This means that we want to find the factors, not the product.

Partial Factoring

The expression we are given has already been factored to an extent. Both terms are split into 2 different factors. This was done by factoring out the greatest common factor (GCF) from both terms. In the first term, the GCF was 5x, and in the second, the GCF was -7.

Complete Factoring

Even though it was partially factored, we can factor it more. When given the situation:

a(x + y) - b(x + y)

The expression can be factored into:

(a - b)(x + y)

You can add (subtract in this case because 7 is negative) the values from outside the parentheses together. This term can then be multiplied by the value within the parentheses.

Thus, 5x(x+9) -7(x+9) can be factored into:

(5x-7)(x-9)

Remember this trick only works when both terms share a factor like (x-9).


Related Questions

Bob drops a ball from a height of 400 feet. The height of the ball is given by
the function h(t) = -16t² + h, where t is the time in seconds. How long will it
take for the ball to hit the ground?

Answers

Answer: in 5 seconds it will take the ball to the ground.

Step-by-step explanation:

h=400 foot    h(t)=-16t²+h

Height a ball will take for to hit the ground  is 0 feet.

Hence,    

-16t²+h=0

400=16t²

16*25=16*t² |:16

25=t².

t²=5²

t=5 с.

Good luck an' have a nice day!

SOLVE AND EXPLAIN HOW TO SOLVE

Answers

Answer:

4.13

Step-by-step explanation:

Using sine ratio where it states that sine of a measurement is equal to ratio of opposite of measurement to hypotenuse (slant side/side with slope)

From the question, our opposite is x, hypotenuse is given as 15 units and the measurement is 16°. Apply the formula:

[tex]\displaystyle{\sin 16^{\circ} = \dfrac{x}{15}}[/tex]

Move 15 to multiply sin(16°):

[tex]\displaystyle{15\sin 16^{\circ} = x}[/tex]

Go ahead and input the value in a calculator since it's not a special triangle - a measurement that can be found using hand method - after you find the value, round it to 2 decimal places:

[tex]\displaystyle{x = 4.13456033...}[/tex]

Therefore, after rounding to 2 decimal places, the answer is:

[tex]\displaystyle{x=4.13}[/tex]

Therefore, the value of x is 4.13 units.

A random variable X has a gamma density function with parameters α= 8 and β = 2.
Without making any assumptions, derive the moment generating function of X and use to
determine the mean and variance of X.

Answers

I know you said "without making any assumptions," but this one is pretty important. Assuming you mean [tex]\alpha,\beta[/tex] are shape/rate parameters (as opposed to shape/scale), the PDF of [tex]X[/tex] is

[tex]f_X(x) = \dfrac{\beta^\alpha}{\Gamma(\alpha)} x^{\alpha - 1} e^{-\beta x} = \dfrac{2^8}{\Gamma(8)} x^7 e^{-2x}[/tex]

if [tex]x>0[/tex], and 0 otherwise.

The MGF of [tex]X[/tex] is given by

[tex]\displaystyle M_X(t) = \Bbb E\left[e^{tX}\right] = \int_{-\infty}^\infty e^{tx} f_X(x) \, dx = \frac{2^8}{\Gamma(8)} \int_0^\infty x^7 e^{(t-2) x} \, dx[/tex]

Note that the integral converges only when [tex]t<2[/tex].

Define

[tex]I_n = \displaystyle \int_0^\infty x^n e^{(t-2)x} \, dx[/tex]

Integrate by parts, with

[tex]u = x^n \implies du = nx^{n-1} \, dx[/tex]

[tex]dv = e^{(t-2)x} \, dx \implies v = \dfrac1{t-2} e^{(t-2)x}[/tex]

so that

[tex]\displaystyle I_n = uv\bigg|_{x=0}^{x\to\infty} - \int_0^\infty v\,du = -\frac n{t-2} \int_0^\infty x^{n-1} e^{(t-2)x} \, dx = -\frac n{t-2} I_{n-1}[/tex]

Note that

[tex]I_0 = \displaystyle \int_0^\infty e^{(t-2)}x \, dx = \frac1{t-2} e^{(t-2)x} \bigg|_{x=0}^{x\to\infty} = -\frac1{t-2}[/tex]

By substitution, we have

[tex]I_n = -\dfrac n{t-2} I_{n-1} = (-1)^2 \dfrac{n(n-1)}{(t-2)^2} I_{n-2} = (-1)^3 \dfrac{n(n-1)(n-2)}{(t-2)^3} I_{n-3}[/tex]

and so on, down to

[tex]I_n = (-1)^n \dfrac{n!}{(t-2)^n} I_0 = (-1)^{n+1} \dfrac{n!}{(t-2)^{n+1}}[/tex]

The integral of interest then evaluates to

[tex]\displaystyle I_7 = \int_0^\infty x^7 e^{(t-2) x} \, dx = (-1)^8 \frac{7!}{(t-2)^8} = \dfrac{\Gamma(8)}{(t-2)^8}[/tex]

so the MGF is

[tex]\displaystyle M_X(t) = \frac{2^8}{\Gamma(8)} I_7 = \dfrac{2^8}{(t-2)^8} = \left(\dfrac2{t-2}\right)^8 = \boxed{\dfrac1{\left(1-\frac t2\right)^8}}[/tex]

The first moment/expectation is given by the first derivative of [tex]M_X(t)[/tex] at [tex]t=0[/tex].

[tex]\Bbb E[X] = M_x'(0) = \dfrac{8\times\frac12}{\left(1-\frac t2\right)^9}\bigg|_{t=0} = \boxed{4}[/tex]

Variance is defined by

[tex]\Bbb V[X] = \Bbb E\left[(X - \Bbb E[X])^2\right] = \Bbb E[X^2] - \Bbb E[X]^2[/tex]

The second moment is given by the second derivative of the MGF at [tex]t=0[/tex].

[tex]\Bbb E[X^2] = M_x''(0) = \dfrac{8\times9\times\frac1{2^2}}{\left(1-\frac t2\right)^{10}} = 18[/tex]

Then the variance is

[tex]\Bbb V[X] = 18 - 4^2 = \boxed{2}[/tex]

Note that the power series expansion of the MGF is rather easy to find. Its Maclaurin series is

[tex]M_X(t) = \displaystyle \sum_{k=0}^\infty \dfrac{M_X^{(k)}(0)}{k!} t^k[/tex]

where [tex]M_X^{(k)}(0)[/tex] is the [tex]k[/tex]-derivative of the MGF evaluated at [tex]t=0[/tex]. This is also the [tex]k[/tex]-th moment of [tex]X[/tex].

Recall that for [tex]|t|<1[/tex],

[tex]\displaystyle \frac1{1-t} = \sum_{k=0}^\infty t^k[/tex]

By differentiating both sides 7 times, we get

[tex]\displaystyle \frac{7!}{(1-t)^8} = \sum_{k=0}^\infty (k+1)(k+2)\cdots(k+7) t^k \implies \displaystyle \frac1{\left(1-\frac t2\right)^8} = \sum_{k=0}^\infty \frac{(k+7)!}{k!\,7!\,2^k} t^k[/tex]

Then the [tex]k[/tex]-th moment of [tex]X[/tex] is

[tex]M_X^{(k)}(0) = \dfrac{(k+7)!}{7!\,2^k}[/tex]

and we obtain the same results as before,

[tex]\Bbb E[X] = \dfrac{(k+7)!}{7!\,2^k}\bigg|_{k=1} = 4[/tex]

[tex]\Bbb E[X^2] = \dfrac{(k+7)!}{7!\,2^k}\bigg|_{k=2} = 18[/tex]

and the same variance follows.

Seven more than 4 times a number is 43 solve in algebraic equation?

Answers

Answer:

x = 9

Step-by-step explanation:

4x + 7 = 43

4x = 36

x = 9

You have a $10,000, you must choose between Gamble A and Gamble B. Gamble A will cost $5,000. If you win, you will get $15,000, but if you lose, you will get nothing. On the other hand, Gamble B will cost $10,000 that will give $30,000 if you win, otherwise get nothing if lost. You are risk averse, and your preference for wealth (W) is specified by the relationship U(W)= √W. Probability of wining is 0.4 and losing is 0.7. Which gamble will you choose and why?

Answers

The answer of this is b 0.8 + 9 equal 100 because if that’s not the answer then it’s 10000- 0.7

Suppose we want to choose 5 letters, without replacement, from 15 distinct letters.

Answers

[tex]order \: does \: not \:matter \\ sample \: space = 15 \: letters \\ no \: repetition\\ P(A) = 15C5 = 3003 \: ways[/tex]

which integer is closest to the third root of -23

Answers

Answer:

The number 23 is prime. Therefore, the cube root of 23 = ∛23 = 2.8439.

Step-by-step explanation:

vRichard has a red card (R) and a black card (B). He picks a card randomly from the pair and then rolls a six-sided die. The sample space of the event is listed. B-1 R-1 B-2 R-2 B-3 R-3 B-4 B-5 R-5 B-6 R-6 The missing term in the list is . If there were three cards instead of two, the sample size would be .

Answers

The Sample space for three cards is

[tex]S=\left\{\left(B,1\right),\left(R,1\right),\left(G,1\right),\left(B,2\right),\left(R,2\right),\left(G,2\right),\left(B,3\right),\left(R,3\right),\left(G,3\right),\left(B,4\right),\left(R,4\right),\left(G,4\right)[/tex][tex]\left(B,5\right),\left(R,5\right),\left(G,5\right),\left(B,6\right),\left(R,6\right),\left(G,6\right) \right \}[/tex]

There are two cards red(R) and black(B) and a six-sided die.

The event is one card is picked randomly and then rolls the die.

So, the Sample space is as follows.

[tex]S=\left\{\left(B,1\right),\left(R,1\right),\left(B,2\right),\left(R,2\right),\left(B,3\right),\left(R,3\right),\left(B,4\right),\left(R,4\right),\left(B,5\right),\left(R,5\right),\left(B,6\right),\left(R,6\right) \right \}[/tex]

Find Sample space if there are three cards.

Consider there were three cards red(R), black(B) and green(G) a six-sided die.

The event is one card is picked randomly and then rolls the die.

So, the sample space will be as follows,

[tex]S=\left\{\left(B,1\right),\left(R,1\right),\left(G,1\right),\left(B,2\right),\left(R,2\right),\left(G,2\right),\left(B,3\right),\left(R,3\right),\left(G,3\right),\left(B,4\right),\left(R,4\right),\left(G,4\right)[/tex][tex]\left(B,5\right),\left(R,5\right),\left(G,5\right)\left(B,6\right),\left(R,6\right),\left(G,6\right) \right \}[/tex].

Learn more about sample space here :-

https://brainly.com/question/24273864

#SPJ1

A cylindrical container has a radius of 17 inches and a height of 63 inches, how many gallons will it hold?

Answers

Answer:

=57198.98

Step-by-step explanation:

Volume of Cylinder = pi x radius^2 x height

= pi x 17^2 x 63

=57198.9774439

=57198.98

The number of bats in a colony is growing exponentially. After 3 years, there were 272 bats. After 5 years, there were 1088 bats.

If the colony continues to grow at the same rate, how many bats are expected to be in the colony after 11 years? Do not include units in your answer.

Answers

The number of bats are expected to be in the colony after 11 years if the colony continues to grow at the same rate is 69,632

Exponential function

Let

Number of bat at a time = n(t)

exponential function;

y = ax^t

When t = 3

272 = ax³

when t = 5

1088 = ax^5

divide both equation

272/1088 = ax^3 / ax^5

1/4 = x^3-5

1/4 = x^-3

1/4 = 1/x²

1 × x² = 4 × 1

x² = 4

x = 2

Substitute x = 2 into

272 = ax³

272 = a × 2³

272 = a × 8

272 = 8a

a = 272/8

a = 34

Number of bat expected at the colony after 11 years

y = ax^t

= 34 × 2^11

= 34 × 2048

y = 69,632 bats

Learn more about exponential function:

https://brainly.com/question/14804974

#SPJ1

Please tell me fast I am on a time crunch

Answers

x< -6
Solve for the inequality x

Which of the following are equations for the line shown below? Check all that
apply.
(-2,-5)
(2,5)

A. y + 5 = 2.5(x+2)
B. y-5=2.5(x-2)
C. y-2=2.5(x - 5)
D. y+2=2.5(x+5)

Answers

Answer:

A

Step-by-step explanation:

50 POINTS!!! Answer the question well and I will also give Brainliest.
The cross-sectional areas of a triangular prism and a right cylinder are congruent. The triangular prism has a height of 5 units, and the right cylinder has a height of 5 units. Which conclusion can be made from the given information?

A) The volume of the prism is half the volume of the cylinder.
B) The volume of the prism is twice the volume of the cylinder.
C) The volume of the prism is equal to the volume of the cylinder.
D) The volume of the prism is not equal to the volume of the cylinder.

Answers

Answer:

C) The volume of the prism is equal to the volume of the cylinder.

Step-by-step explanation:

volume of triangular prism = area of base × height

volume of cylinder = area of base × height

The cross sectional area are equal, so the bases have the same area.

The heights are also equal.

The volumes must be equal.

Answer: C) The volume of the prism is equal to the volume of the cylinder.

Answer:

C) The volume of the prism is equal to the volume of the cylinder.

Step-by-step explanation:

If the cross-sectional areas of the triangular prism and the right cylinder are congruent, it means that when you look at their shapes from the top or bottom, they have the same size and shape.

Since both the triangular prism and the right cylinder have a height of 5 units, and their cross-sectional areas are the same, it implies that they have the same volume as well. So, the volume of the triangular prism is equal to the volume of the cylinder.

Please mark me as Brainliest if you're satisfied with this answer

at the movie theatre, child admission is $6.10 and adult admission is $9.70. On Monday , 146 tickets were sold for a total sales of $1074.20.HOw many adult tickets were sold that day ?

Answers

Answer:

51

Step-by-step explanation:

Let c be the number of child tickets sold.

Let a be the number of adult tickets sold.

From the information given from the question, we can deduce:

6.10c + 9.70a = 1074.20 - Equation 1

c + a = 146 - Equation 2

From here, we can use the substitution method in solving simultaneous equations to find a and c. We will use Equation 2 as the base.

c = 146 - a - Equation 2A

We will then substitute equation 2A into Equation 1 to find a.

6.10(146-a) + 9.70a = 1074.20

890.6 - 6.10a + 9.70a = 1074.20

890.6 + 3.6a = 1074.20

3.6a = 1074.20 - 890.6

3.6a = 183.6

a = [tex]\frac{183.6}{3.6}[/tex]

a = 51

Therefore we know that 51  adult tickets were sold that day.

After that you can substitute a into equation 2 to find c.

Find the zeros of the function. Enter the solutions from least to greatest. f(x) = (x - 2)(3x + 3)

Answers

The zeros of the given function are x = 2 and x = -1

Zeros of a function

From the question, we are to determine the zeros of the given function

The given function is

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

To determine the zeros of a function, we will set the function equal to zero

That is,

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

Then,

x - 2 = 0 OR 3x + 3 = 0

x = 2 OR 3x = -3

x = 2 OR x = -3/3

x = 2 OR x = -1

Hence, the zeros of the given function are x = 2 and x = -1

Learn more on Zeros of a function here: https://brainly.com/question/446160

#SPJ1

Use the equation and type the ordered-pairs. y=3^x

Answers

The ordered pairs of the equation y = 3^x are (0,1), (1,3) and (2,9)

How to type the ordered pairs?

The equation is given as:

y = 3^x

Let x = 0, 1 and 2

y = 3^0 = 1

y = 3^1 = 3

y = 3^2 = 9

So, we have the following ordered pairs (0,1), (1,3) and (2,9)

Hence, the ordered pairs of the equation y = 3^x are (0,1), (1,3) and (2,9)

Read more about exponential functions at:

https://brainly.com/question/2456547

#SPJ1

If 70 mL of solution contains 280 mg of drug, how many milligrams of drug are in 50 mL of solution?

Answers

280 mg = 70 Ml
280/70 = 4
50 mL x 4 = 200 mg

200 mg

Solve the logarithmic equation by writing in exponential form or by
graphing.
log (5-2x) = 0

Answers

Answer:

Hello,

Step-by-step explanation:

[tex]log(5-2x)=0\\\\\ \Longleftrightarrow\ 10^{log(5-2x)}=10^0\\\\\\\Longleftrightarrow\ 5-2x=1\\\\\Longleftrightarrow\ 2x=5-1\\\\\\\Longleftrightarrow\ x=\dfrac{4}{2}\\\\\\\Longleftrightarrow\ \boxed{x=2}\\[/tex]

The length of two sides of the right triangle ABC shown in the illustration are given. Find the length of the third side in centimeters. a=12cm and c=37cm

Answers

By using Pythagoran theorem, the length of the third side of the triangle ABC is 35 centimeters.

How to find the missing side of a right triangle

In this question we know the lengths of two sides of the right triangle. By Pythagorean theorem we get the length of the missing side:

a² + b² = c²

b² = c² - a²

b = √(c² - a²)

b = √(37² - 12²)

b = 35

By using Pythagoran theorem, the length of the third side of the triangle ABC is 35 centimeters.

To learn more on Pythagorean theorem: https://brainly.com/question/26183488

#SPJ1

You have a job earning $12.50 per hour, and you receive a raise so that you earn $13.25 per hour. What is the percent change in your salary?

Answers

Answer: 6 %

Step-by-step explanation: 6 % of 12.5 = 0.75. 12.5 plus 0.75 = 13.25

Good recordkeeping helps protect assets and helps managers?

Answers

Answer:

yes i help yes of course he help

I need help with this geometry question asap!

Answers

Answer:

  (a)  Theorem 9

Step-by-step explanation:

Any of the given theorems can be used to prove lines are parallel. We need to find the one that is applicable to the given geometry.

Analysis

The marked angles are between the parallel lines (interior) and on opposite sides of the transversal (alternate).

Theorem 9 applies to congruent alternate interior angles.


Remove all perfect squares from inside the square roo
√28

Answers

Answer:

√2² cannot be answer yesah

IM IN A HURRY PLEASE HELP ME QUESTION IS DOWN BELOW WORTH 15 POINTS each

Answers

The value of x is 2 and the length of JK is 4

How to solve the unknown variables?

The given parameters from the circle are:

Center = Point SSegment JK = 8Segment LK = 2x + 4Congruent SN = SP = 7

The lines SR and SQ are the radii of the circle P

This means that lines JK and JL are congruent

So, we have:

JK = KL

Substitute LK = 2x + 4 and JK = 4

4 = 2x + 4

Rewrite the above equation as:

2x + 4 = 8

Subtract 4 from both sides

2x + 4 - 4 = 8 - 4

Evaluate the difference

2x = 4

Divide both sides by 2

2x = 4/2

This gives

x = 2

Substitute x = 2 in LK = 2x + 4

LK = 2*2 + 4

Evaluate the product of 2 and 2

LK = 4 + 4

This gives

LK = 8

The point N divides JK into 2 equal segments

So, we have

JN = JK/2

JN= 8/2

JN = 4

Hence, the value of x is 2 and the length of JK is 4

Read more about circles at:

https://brainly.com/question/11833983

#SPJ1

What is the equation of the line that is perpendicular to the line defined by the equation 2y=3x+2 and goes through the point (3,2)

Answers

The equation of the perpendicular line is [tex]y=-\frac{2}{3}x+4[/tex]

Equation of perpendicular lines

The equation is defined by 2y = 3x + 2

Rewrite the equation in the form y = mx + c

[tex]y=\frac{3}{2}x + 1[/tex]

The slope, m = 3/2

The y-intercept, c = 1

The equation perpendicular to the given line will be of the form:

[tex]y-y_1=\frac{-1}{m}(x-x_1 )[/tex]

Substitute [tex]x_1=3, y_1=2, and m=\frac{3}{2}[/tex] into the equation above

[tex]y-2=\frac{-2}{3} (x-3)\\\\y-2=-\frac{2}{3}x+2\\\\y=-\frac{2}{3}x+4[/tex]

Therefore, the equation of the perpendicular line is [tex]y=-\frac{2}{3}x+4[/tex]

Learn more on equation of perpendicular lines here: https://brainly.com/question/7098341

#SPJ1

Has a base of 3, is reflected over the y-axis, has a horizontal shift right by 5 and an asymptote of y=-3

Answers

The equation of the exponential function is [tex]y = 3^{-x -5} - 3[/tex]

How to determine the equation?

An exponential equation is represented as:

y = b^x

Where b represents the base.

The base is 3.

So, we have:

[tex]y = 3^x[/tex]

When reflected over the y-axis, we have:

[tex]y = 3^{-x[/tex]

When shifted right by 5 units, we have:

[tex]y = 3^{-x -5[/tex]

Lastly, the function has an asymptote of y=-3

So, we have:

[tex]y = 3^{-x -5} - 3[/tex]

Hence, the equation of the exponential function is [tex]y = 3^{-x -5} - 3[/tex]

Read more about exponential function at

https://brainly.com/question/2456547

#SPJ1

Rewrite without parentheses.
−6w x5 (2w³ +7w¹x² – 5x²)
-
Simplify your answer as much as possible.
0

Answers

Step-by-step explanation:

Help me am lost somewhere

A theater sells 2 types of fixed-price tickets - orchestra and balcony. Peter pays $50 for 1 orchestra and 4 balcony tickets. Justine pays $150 for 3 orchestra and 12 balcony tickets. А B The cost of 1 balcony ticket. The cost of 1 orchestra ticket. The quantity under A is greater than the quantity under B. The quantity under B is greater than the quantity under A. The quantities under A and B are equal. The information given is insufficient to make the comparison.

Answers

Using a system of equations, it is found that:

The cost of an orchestra ticket is of $10.The cost of a balcony ticket is of $10.The quantities are equal.

What is a system of equations?

A system of equations is when two or more variables are related, and equations are built to find the values of each variable.

In this problem, the variables are:

Variable a: Cost of an orchestra ticket.Variable b: Cost of a balcony ticket.

Peter pays $50 for 1 orchestra and 4 balcony tickets, hence:

a + 4b = 50 -> a = 50 - 4b.

Justine pays $150 for 3 orchestra and 12 balcony tickets, hence:

3a + 12b = 150.

a + 4b = 50 -> a = 50 - 4b.

The equations are equal, hence we suppose that the costs are equal, that is:

a + 4b = 50 -> 5a = 50 -> a = 10.

Hence:

The cost of an orchestra ticket is of $10.The cost of a balcony ticket is of $10.The quantities are equal.

More can be learned about a system of equations at https://brainly.com/question/24342899

#SPJ1

BRAINLIEST!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answers

Answer:

B.) (1, -5)

Given, equation:

[tex]\sf \dfrac{(x-1)^2}{25} -\dfrac{(y+5)^2}{49} =1[/tex]

Comparing it with standard formula of hyperbola:

[tex]\sf \dfrac{(x-h)^2}{a^2} -\dfrac{(y-k)^2}{b^2} =1[/tex]

where (h, k) is center

The given equation in standard form:

[tex]\sf \dfrac{(x-1)^2}{5^2} -\dfrac{(y-(-5))^2}{7^2} =1[/tex]

Determined:

(h, k) = (1, -5)

a = 5, b = 7

So, here (1, -5) is the center of the given hyperbola.

I have no clue what this question is asking nor how to answer it

Which of the following numbers are solutions of the sentence x-3< 2?

| -3
|| 0
||| 2
IV 5


II only

III only

I and III only

I, II, and III only

Or

I, II, III, and IV

Answers

Answer:

IV 5

Step-by-step explanation:

you have to solve for x:

x-3<2

x-3+3<2+3

x=5

could you put the brainlyest Icon for me? I have 1500 points, but no brainlyest, so I can't move up the ranks.

Other Questions
Simplify: ((-3)4). Evaluate if a = - 3 and c = 5- 7 Read Hamlet and take notes on the play.Determine what stance (your thesis) you are taking.Do additional research about the stance you want to take on the play to get ideas of how to further your stance and support it (research is required - at least two reliable sources). Write your thesis statement.Write your alphanumeric outline beneath your thesis. It must have at least three main points with two sub-points each.Please note that when parenthetically citing a play, you put the act, scene, and line number into the citation. Example: (Hamlet 2, 3, 17-20). This example would indicate the play Hamlet, act 2, scene 3, lines 17-20. Advantages of using a credit card in small business financing include that? What is the name of the british dish consisting of fried leftover cabbage and potatoes?. Find a and k so that the given points lie on the parabola (An algebraic solution is required) by President John F. Kennedy In your hands, my fellow citizens, more than mine, will rest the final success or failure of our course. Since this country was founded, each generation of Americans has been summoned to give testimony to its national loyalty. The graves of young Americans who answered the call to service surround the globe. Now the trumpet summons us againnot as a call to bear arms, though arms we neednot as a call to battle, though embattled we arebut a call to bear the burden of a long twilight struggle, year in and year out, "rejoicing in hope, patient in tribulation"a struggle against the common enemies of man: tyranny, poverty, disease and war itself. Can we forge against these enemies a grand and global alliance, North and South, East and West, that can assure a more fruitful life for all mankind? Will you join in that historic effort? In the long history of the world, only a few generations have been granted the role of defending freedom in its hour of maximum danger. I do not shrink from this responsibilityI welcome it. I do not believe that any of us would exchange places with any other people or any other generation. The energy, the faith, the devotion which we bring to this endeavor will light our country and all who serve itand the glow from that fire can truly light the world. And so, my fellow Americans: ask not what your country can do for youask what you can do for your country. My fellow citizens of the world: ask not what America will do for you, but what together we can do for the freedom of man. Finally, whether you are citizens of America or citizens of the world, ask of us here the same high standards of strength and sacrifice which we ask of you. With a good conscience our only sure reward, with history the final judge of our deeds, let us go forth to lead the land we love, asking His blessing and His help, but knowing that here on earth God's work must truly be our own.4Select all the correct answers.Which two statements best describe the purpose of the passage? 2. Find rectangular coordinates for the point (6, 240). 7x^2 = 9y is a hyperbola or parabola? For the pair of points, find the slope of the line that passes through both points. (1,1) and (5,7) n most muscles, when a muscle contracts and its fibers shorten, the origin moves toward the insertion. True False 13. If 3x = xy - 5 and y = 6, what is the value of x? (A) (C) / (B) 3) - 5 (D) slas1 5 our win An apartment fire spreads to seven apartment units. victims suffer burns, minor injuries, and broken bones from jumping from windows. which client should be transported first? ____________________ is a condition characterized by poor muscle control, spasticity, speech defects, and other neurologic deficiencies. b) Upscale hotels in the United States recently cut their prices by 20 percent in an effort to bolster dwindling occupancy rates among business travelers. A survey performed by a major research organization indicated that businesses are wary of current economic conditions and are now resorting to electronic media, such as the Internet and the telephone, to transact business. Assume a companys budget permits it to spend $5,000 per month on either business travel or electronic media to transact business. Graphically illustrate how a 20 percent decline in the price of business travel would impact this companys budget set if the price of business travel was initially $1,000 per trip and the price of electronic media was $500 per hour. Suppose that, after the price of business travel drops, the company issues a report indicating that its marginal rate of substitution between electronic media and business travel is 1. Is the company allocating resources efficiently? Explain Festive gatherings that include music, socializing, and dancing rooted historically in public dances that flourished in the eighteenth century are: The response of the international community to Iraqs invasion of Kuwait in 1990 best illustrates thea.lack of cooperation between the major world powers.b.global acceptance of imperialism.c.effect of oil on world politics.d.ineffectiveness of United Nations peacekeeping forces.Please help I don't know PLEASE HELP QUICK!!!!!!!The Science Club arranged a trip tot he Smithsonian. Only 2/3 of the members were able to attend, which left one seat empty on the 25-passenger bus. How many members does the Science Club have? The summary measure that is computed to describe a characteristic from only a sample of the population is called:_______ Describe the difference between plots that show a strong correlation and plots that show a weak correlation.