What is the name of the line passing through the vertex that divides
the parabola into two symmetric parts?

Answers

Answer 1

Answer:

symmetry

Step-by-step explanation:

is the line that divides the parabola into two mirror images
Answer 2

Answer:

line of symmetry

Step-by-step explanation:


Related Questions

A new car is bought for $100,000. If the annual depreciation is 10%, find the value of the car after 3 years.

Remaining Amount = 100,000(1 -0.1)3

Answers

The value of the car after 3 years is $79, 000

How to determine the value

To determine the value, we have to use the formula;

Value = Initial value × (1 - Depreciation rate)ⁿ

Substitute the values given, we get;

Remaining value after 3 years = $100,000 × (1 - 0.10)³

Expand the bracket, we get;

Value after 3 years = $100,000 × (0.90)³

Find the cube value and substitute, we have;

Value after 3 years = $100,000 × 0.729

Multiply the values, we have;

Value after 3 years = $72,900

Learn more about depreciation at: https://brainly.com/question/1203926

#SPJ1

which of the following functions grows fastest? group of answer choices n log n n log n n / log n n - log n n log n

Answers

In the following option n log n seems to grow the fastest amongst all according to the size of inputs.

In computer science and mathematics, the running time or complexity of an algorithm is often measured in terms of the size of the input, usually denoted by n. The notation O(f(n)) is used to describe the upper bound on the running time of an algorithm, where f(n) is a function of n.

In the context of comparing growth rates of functions, we usually only consider the highest-degree term of the function. For example, we would say that f(n) = n^2 + n grows as O(n^2), because n^2 grows much faster than n and dominates the running time as n grows larger.

Now, let's consider the functions n, n / log n, n - log n, n log n, and n^2. As n grows, each of these functions grows at a different rate.

1. n grows linearly with n, so it takes more time as the size of the input grows.

2. n / log n grows faster than n, but slower than n log n. This is because logarithms grow much slower than linear functions, but as n grows larger, the difference between n and log n becomes larger, so n / log n grows faster.

3. n - log n grows slower than n and n / log n, because log n grows much slower than n, so as n grows larger, n - log n becomes closer to n.

4. n log n grows faster than n, n / log n, and n - log n, but slower than n^2. This is because logarithms grow much slower than linear functions, but as n grows larger, the difference between n and log n becomes larger, so n log n grows faster.

5.n^2 grows much faster than n, n / log n, n - log n, and n log n, so as n grows larger, n^2 becomes much larger than any of these functions.

So, of the options given, n log n grows the fastest, meaning that an algorithm that takes time proportional to n log n will become slower faster as the size of the input grows than an algorithm that takes time proportional to n, n / log n, or n - log n.

To learn more about algorithms click here:

brainly.com/question/27522570

#SPJ4

What is the slope of a line that is perpendicular to the line whose equation is 2x+7y=5?

Answers

Answer:

7/2x

Step-by-step explanation:

Well first we need to put,

2x + 7y = 5,

into slope intercept

-2x

7y = -2x + 5

Divide y to all numbers

y = -2/7x + 5/7

So the slope for the given line is -2/7,

the slope of the line that is perpendicular to it is its reciprocal.

Meaning the slope of the perpendicular line is 7/2.

Thus,

the slope of the perpendicular line is 7/2x.

Hope this helps :)

Answer:

The slope of the perpendicular line is 7/2

Step-by-step explanation:

2x+7y=5

Solve for y to find the slope

2x-2x+7y=5-2x

7y = -2x+5

Divide by 7

7y/7 = -2/7 x +5/7

y = -2/7x + 5/7

The slope is -2/7

The slope of perpendicular lines multiply to -1

m * -2/7 = -1

Multiply each side by -7/2

m * -2/7 *-7/2 = -1 * -7/2

m = 7/2

The slope of the perpendicular line is 7/2

Use the drawing tools to graph this system of inequalities. Remember that isolating y is a helpful first step before graphing each inequality.
x + y > 4
2× - y > 2​

Use the drawing tools to graph this system of inequalities. Remember that isolating y is a helpful first

Answers

Answer:

look at picture

Step-by-step explanation:

Use the drawing tools to graph this system of inequalities. Remember that isolating y is a helpful first

The graph that represents the inequality is given.

What is inequality?

Inequality is a relationship where two expressions or values are not equal to each other.

For origin test, substitute x=0, y=0 into the first inequality.

0+0>4

Since the obtained inequality is not true, the origin will not be included in the shaded region.

For origin test, substitute x=0, y=0 into the second inequality.

2(0)-0>2

0>2

Since the obtained inequality is not true, the origin will not be included in the shaded region.

In both inequalities, since the equal to "=" sign is not included, the lines will be dotted.

Plot the dotted lines, x+y=4 and 2x-y=2 on the same graph and shade the region not including the origin.

Thus, the graph of the given system of inequalities is given in the image.

To learn more about inequality click:

https://brainly.com/question/28823603

#SPJ5

Use the drawing tools to graph this system of inequalities. Remember that isolating y is a helpful first

For what values of theta do maximum r-values occur on the graph the polar equation r = 2 cos4 theta? Note that the maximum r-value occurs at a point that is the maximum distance from the pole

Answers

Answer:r=2 cos^4(theta)

Step-by-step explanation:To find the values of theta where the maximum r-values occur on the graph of the polar equation r = 2 cos^4(theta), we need to find where the derivative of r with respect to theta is equal to zero, since the maximum r-values occur at these points.

First, we can simplify the equation by using the identity cos(2theta) = 2cos^2(theta) - 1 and substituting cos^2(theta) = (1 + cos(2theta))/2. This gives:

r = 2 cos^4(theta) = 2(1/2 + 1/2 cos(2theta))^2 = 1 + cos(2theta) + cos^2(2theta)/2.

Next, we can take the derivative of r with respect to theta, using the chain rule:

dr/dtheta = -sin(2theta) - 2cos(2theta)sin(2theta).

Setting this equal to zero and factoring out sin(2theta), we get:

sin(2theta)(-1 - 2cos(2theta)) = 0.

This equation is satisfied when sin(2theta) = 0 or cos(2theta) = -1/2.

When sin(2theta) = 0, we have 2theta = k*pi for some integer k. Therefore, theta = k*pi/2.

When cos(2theta) = -1/2, we have 2theta = 2*pi/3 + 2*k*pi or 2theta = 4*pi/3 + 2*k*pi for some integer k. Therefore, theta = pi/3 + k*pi or theta = 2*pi/3 + k*pi.

These are the values of theta where the maximum r-values occur on the graph of the polar equation r = 2 cos^4(theta).

Which of the following graphs represents a one-to-one function? On a coordinate plane, a function has two curves connected to a straight line. The first curve has a maximum of (negative 6, 4) and a minimum of (negative 4.5, negative 1). The second curve has a maximum of (negative 3.5, 2) and a minimum of (negative 2.5, 0.5). The straight line has a positive slope and starts at (negative 2, 1) and goes through (1, 2). On a coordinate plane, a circle intersects the x=axis at (negative 2, 0) and (2, 0) and intercepts the y-axis at (0, 4) and (0, negative 4). On a coordinate plane, a v-shaped graph is facing up. The vertex is at (0,0) and the function goes through (negative 4, 4) and (4, 4). A coordinate plane has 7 points. The points are (negative 4, 1), (negative 3, 4), (negative 1, 3), (1, negative 3), (3, negative 4), (4, negative 2), (5, 3). Mark this and return

Answers

Answer:

d. this graph

Step-by-step explanation:

Which of the following graphs represents a one-to-one function? On a coordinate plane, a function has

Write an expression for the calculation 16 added to 10 and then divided by 2

Answers

Answer:

it is 16 + 10 ÷ 2

Step-by-step explanation:

If a ring costs a jeweler $2100, at what price should it be sold to yield a profit of 50% on the selling price?

Answers

$1050
2100/2 = 1050
Meaning 50% is $1050

Should my answer be 85=360+12h

Answers

Answer:

h = \(\frac{- 275}{12}\)

Step-by-step explanation:

85 = 360 + 12h

85 - 360 = 360 - 360 + 12h

- 275 = 12h

- 275 ÷ 12 = 12h ÷ 12

h = - 275/12

Should my answer be 85=360+12h
h=-275/12


Explanation:
Thats the answer

whats 91 divided by 2605

Answers

Answer: 0.34339622641509433962264150943396

Step-by-step explanation: I basically just divided, but if you wanted the rounded version, it is 0.34

Answer:

91/2605=0.03493282149

2605/91=28.6263736264

DON'T FORGET TO ROUND HOPE THIS HELPS

Step-by-step explanation:

Suzy and Joe are trying to solve the problem
2^2×2^3x2^4
Suzy gets 2^9, while Joe gets2^24. Decide who solved the equation correctly and why.
Group of answer choices

Joe because when you multiply the exponents, you are finding the sum of the exponents.

Joe because when you multiply the exponents, you are finding the product of the exponents.

Suzy because when you multiply the exponents, you are finding the sum of the exponents.

Suzy because when you multiply the exponents, you are finding the product of the exponents.

Answers

When multiplying similar numbers raised to different exponents the exponents get added together.

The answer is : Suzy because when you multiply the exponents, you are finding the sum of the exponents.

if a plane can climb at 2,400 feet per minute, how many minutes are needed to climb to 60,000 feet?

Answers

Answer:

Step-by-step explanation:

2400feet=1minute

6000feet=6000/2400minutes

=20/8minutes

=2 1/2minutes

To compare freshmen’s knowledge of mathematics in two departments of a university, a certain professor in Mathematics got a sample of Education and Nursing students and gave a special examination. A sample of 25 Education students has a mean score of 88.50 with standard deviation of 7.5. A sample of 29 Nursing students have a mean score of 90.25 with a standard deviation of 8.2. Is there a significant difference between the two sample means? Use α = .01 level of significance.

Answers

There is no significant difference between the mean scores of Education and Nursing students in mathematics.

Is there a significant difference between the mean scores?

Null hypothesis (H₀): There is no significant difference between the mean scores of Education and Nursing students in mathematics.

Alternative hypothesis (H₁): There is a significant difference between the mean scores of Education and Nursing students in mathematics.

We will use significance level (α) of 0.01.

Given:

Sample mean for Education students (x₁) = 88.50

Sample mean for Nursing students (x₂) = 90.25

Standard deviation for the Education student sample (s₁) = 7.5

Standard deviation for the Nursing student sample (s₂) = 8.2

Sample size for Education students (n₁) = 25

Sample size for Nursing students (n₂) = 29

The t-test statistic for two independent samples is:

t = (x1₁ - x2) / sqrt((s₁² / n₁) + (s₂² / n₂))

t = (88.50 - 90.25) / sqrt((7.5² / 25) + (8.2² / 29))

t ≈ -0.8187

In this case, df = 24.

The critical value for α = 0.01 and df = 24 is approximately ±2.797.

Since |-0.8187| < 2.797, the absolute value of the t-test statistic is smaller than the critical value.

Therefore, we fail to reject the null hypothesis.

Read more about mean scores

brainly.com/question/29432998

#SPJ1

deigo has $500 dolars in his saving account each month he takes out $20 to pay for karate class. let m be the number of months write an expression yo show the total amount ain deigos saving account after m months

Answers

The expression shows the total amount in Diego's savings account after m months is 500 - 20m.

What is the total amount?

Two numbers are added together to form the sum. It is simple to figure out the sum of small integers. You can add two numbers using your fingertips. When two or more numbers are added together, a mathematical sum or maths sum is the outcome. It is the sum of the numbers when they are added up.

Here, we have

Given: Deigo has $500 in his saving account each month he takes out $20 to pay for karate class.

Let m be the number of months. Write an expression to show the total amount in Diego's savings account after m months.

The expression:

= 500 - 20m

Here m is the number of months

Hence, the expression shows the total amount in Diego's savings account after m months is 500 - 20m.

To learn more about the total amount from the given link

https://brainly.com/question/25734188

#SPJ9

N Heracio's Computer Time Shopping Research 10% Videos 15% Homework 20% Games 20% Social dia 25% Heracio used the computer a total of 40 hours last week. How many more hours did Heracio use the computer to do homework than shop online?​

Answers

Heracio used the computer 4 more hours to do homework than shop online.

How to solve the proportion

To find out how many more hours Heracio used the computer to do homework than shop online, we first need to calculate the number of hours he spent on each activity.

Let's start by calculating the number of hours Heracio spent on each activity:

Shopping: 10% of 40 hours = 4 hours

Videos: 15% of 40 hours = 6 hours

Homework: 20% of 40 hours = 8 hours

Games: 20% of 40 hours = 8 hours

Social media: 25% of 40 hours = 10 hours

Now, to find out how many more hours Heracio used the computer to do homework than shop online, we need to subtract the number of hours spent shopping from the number of hours spent on homework:

8 hours (homework) - 4 hours (shopping) = 4 hours

Therefore, Heracio used the computer 4 more hours to do homework than shop online.

Read more on proportion here:https://brainly.com/question/19994681

#SPJ1

Which expression can be used to find the quotient of 184 and 8?
(184÷10)+(8÷2)
(160÷8)+(24÷8)
(18÷3)+(4-2)
(184÷4)+(8÷2)
????????

Answers

your answer is the second option, 160 divided by 8 plus 24 divided by 8.

what is 11/4 times 4/9

Answers

Answer: 11/9

Step-by-step explanation:

you would cross out the two 4s(using butterfly method) and make them 1s. So 11 x 1 and 1 x 9 = 11/9

Answer:

11/4 times 4/9 is 11/9

Step-by-step explanation:

We have to find,

(11/4) times 4/9

\((11/4)(4/9) = (11*4/4*9)\)

We can cancel the 4s from the numeratorand denominator to get,

\((11*4/4*9) = (11*1/1*9) = 11/9\\=11/9\)

The answer is 11/9

The difference between the roots of the equation 2x^2-5x+c=0 is 0.25. Find c.

Answers

I think u need to add a pic

Need help will give brainliest

Need help will give brainliest

Answers

The equation formed after the transformations is given as follows:

\(g(x) = \frac{1}{6}\sqrt{x + 3}\)

How to obtain the function?

The parent function in this problem is defined as follows:

\(f(x) = \sqrt{x}\)

For the vertical shrink by a factor of 1/6, the function is multiplied by 1/6, hence it is given as follows:

\(g(x) = \frac{1}{6}\sqrt{x}\)

For the translation left 3 units, we have that x -> x + 3, hence:

\(g(x) = \frac{1}{6}\sqrt{x + 3}\)

More can be learned about transformations at https://brainly.com/question/28687396

#SPJ1

Use the image to determine the direction and angle of rotation.

graph of triangle ABC in quadrant 4 and a second polygon A prime B prime C prime in quadrant 2

90° clockwise rotation
90° counterclockwise rotation
180° clockwise rotation
270° counterclockwise rotation

Answers

The angle of rotation for the described transformation is

180° clockwise rotation

How to know the angle of rotation

The movement or transformation described is form quadrant 4 to quadrant  2.

The transformation will require 180 degrees transformation.

In this type of transformation, both clockwise and the counter clockwise have similar effects

Learn more about angle of rotation at

https://brainly.com/question/2078551

#SPJ1

5. The electrician wants to spend all of the $120 and buy some of both

types of lamps. If he wants to buy as many high-energy lamps as

possible, how many of each type of lamp should he buy?

How many of each can he get ?

Answers

Answer:

in order to spend all of the $120 the electrician must buy 1 of each type of lamps.

NO LINKS!! URGENT HELP PLEASE!!!

Determine if the sequence is arithmetic. If it is, find the common difference, the 52nd term, and the explicit formula.

34. -11, -7, -3, 1, . . .

Given the explicit formula for an arithmetic sequence find the common difference and the 52nd term.

35. a_n = -30 - 4n

Answers

Answer:

#34. aₙ = 4n - 15; a₅₂ = 193#35. a₅₂ = -238; d = - 4

-----------------

Question 34

Find the differences in the sequence  -11, -7, -3, 1, ...

1 - (-3) = 4,-3 - (-7) = 4,-7 - (-11) = 4

The difference is common, so the sequence is an AP.

The nth term is:

\(a_n=a_1+(n-1)d\)\(a_n=-11+(n-1)*4=-11+4n-4=4n-15\)

Find the 52nd term:

\(a_{52}=4*52-15=208-15=193\)

Question 35

Find the 52nd term using the given formula:

\(a_{52}=-30-4*52=-30-208=-238\)

Find the previous term:

\(a_{51}=-30-4*51=-30-204=-234\)

Find the common difference:

\(d=a_{52}-a_{51}=-238-(-234)=-4\)

Answer:

\(\begin{aligned}\textsf{34)} \quad d&=4\\a_n&=4n-15\\a_{52}&=193\end{aligned}\)

\(\begin{aligned}\textsf{35)} \quad d&=-4\\a_{52}&=-238\end{aligned}\)

Step-by-step explanation:

Question 34

An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant.

Given sequence:

-11, -7, -3, 1, ...

To determine if the given sequence is arithmetic, calculate the differences between consecutive terms.

\(a_4-a_3=1-(-3)=4\)

\(a_3-a_2=-3-(-7)=4\)

\(a_2-a_1=-7-(-11)=4\)

As the differences are constant, the sequence is arithmetic, with common difference, d = 4.

The explicit formula for an arithmetic sequence is:

\(\boxed{a_n=a+(n-1)d}\)

where:

a is the first term of the sequence.n is the position of the termd is the common difference between consecutive terms.

To find the explicit formula for the given sequence, substitute a = -11 and d = 4 into the formula:

\(\begin{aligned}a_n&=-11+(n-1)4\\&=-11+4n-4\\&=4n-15\end{aligned}\)

To find the 52nd term, simply substitute n = 52 into the formula:

\(\begin{aligned}a_{52}&=4(52)-15\\&=208-15\\&=193\end{aligned}\)

Therefore, the 52nd term is a₅₂ = 193.

\(\hrulefill\)

Question 35

Given explicit formula for an arithmetic sequence:

\(a_n=-30-4n\)

To find the common difference, we need to compare it with the explicit formula for the nth term:

\(\begin{aligned}a_n&=a+(n-1)d\\&=a+dn-d\\&=a-d+dn\end{aligned}\)

The coefficient of the n-term is -4, therefore, the common difference is d = -4.

To find the 52nd term, simply substitute n = 52 into the formula:

\(\begin{aligned}a_{52}&=-30-4(52)\\&=-30-208\\&=-238\end{aligned}\)

Therefore, the 52nd term is a₅₂ = -238.

Please help me guys :(

Please help me guys :(

Answers

Answer: m=3 y-int=0,2

Step-by-step explanation:

Alfred has twelve coins in his piggy bank. Some of the coins are quarters, some are nickels, and he has a total of $3.15. Which system of equations can be used to determine how many quarters, x, and how many nickels, y, he has?

Please don't answer unless you know the answer.

Answers

My guy 12 coins, it takes 12 quarters to make $3. It would have to be 15 coins for it. 4 quarters = one dollar. 4 quarters x 3 would equal $3, but that’s 12 coins. Then 3 nickels after that. So Alfred has to have 15 coins if it’s only nickels and quarters.

Which of the following quadratic regression equations best fits the data
shown below?

Which of the following quadratic regression equations best fits the datashown below?

Answers

answer b

Step-by-step explanation:

I am just guessing ight

the fifth term of an arithmetic sequence is 23 and the 12th is 72. determine the next three terms and general formula​

Answers

Answer:

first three terms are -5 , 2, and 9

Step-by-step explanation:

term(n) = a + (n-1)d

term5 = a+ 4d = 23

term12 = a + 11d = 72

subtract them

7d = 49

d = 7

sub into a+4d = 23

a + 28 = 23

a = -5

suppose f(x)=2x-5,g(x)=-3-1,and h(x) =2x2+x-7 calculate f(-7)​

Answers

Answer:

f(-7) = -19

Step-by-step explanation:

Let us solve the problem

f(x) = 2x - 5

∵ g(x) = -3x - 1

∵ h(x) = 2x² + x - 7

→ We need to find f(-7), that means substitute x in f(x) by -7

∵ x in f(x) = -7

∵ f(x) = 2x - 5

∴ f(-7) = 2(-7) - 5

→ Calculate 2 × (-7)

∴ f(-7) = -14 - 5

→ Add them

f(-7) = -19

Individuals in a group may gain protection from I predators because of the dilution effect: when o predator stocks', the larger the number of prey individuals in the group, me smaller the chance that any particular member of the group will be the victim. Foster and Treherne" tested whether the dilution effect occurred when o predatory fish attacked groups of a marine insect, ine ocean skater. A subset of their data is presented in the table, which shows the number of predator attacks (per 5 minutes) on ocean skater groups differing in size. Calculate the average number of attacks (per 5 minutes! for each group size. Do the fish predators show a clear preference for attacking small groups over large groups [or vice versa)? Explain. For each group size, convert the average that you calculated for question 1 into the average number of attacks per individual (per 5 minutes) Is there a consistent relationship between the overage number of per individual (per 5 minutes) and group size? Explain. Are these results consistent with the dilution effect?

Answers

Answer:

ffhn

Step-by-step explanation:

I GIVEEE BRAINLILSTTTT

I GIVEEE BRAINLILSTTTT

Answers

Answer:

oi['po

[

[

lk/

Step-by-step explanation:

l/kkllk/lk/l/

There are 63 books in Mrs. McGhee’s class library. Some books are paperback, and some are hard cover. There are 23 paperback books. What is the ratio of paperback to hardcover books?

Answers

Answer:

23 and 40

Step-by-step explanation:

Answer:

23-40

Step-by-step explanation:

First, you do 63 - 23, which would be 40. Since 23 to 40 is the simplest form of this ratio, no extra steps are needed. Order is important in ratios, so paperback to hardcover would be a ratio of 23 to 40, or 23-40.

Other Questions
if a labour earns Rs 6360 in a year find his earning in one month 12 and 3/5-7 and 3/4 POSSIBLE POittakes 2 ounces ofpaint to completely cover all 6 sides of a rectangular prism box which holds 15 cups of sugar. Double thedimensions of the box.What is the scale fac br?Approximably how many ounces ofpantwould the new box need?How many cups of sugar would ithold? as a baby emerges from the darkness of the womb with a rudimentary sense of vision, it would be rated about 20/500, or legally blind if it were an adult with such vision. Zora wants to dissolve a solute in a solvent quickly. Which best describes what she should do? decrease the pressuredecrease the surface areashake it repeatedlyplace in a refrigerator workers at naroneco. formed a(n) _______ so that the members can provide each other support both on and off the job. what is the opposite reciprocal of 109123? What is the term for a group of species more closely related based on sharing the same adaptive zone and modified features?a. species b. family c. genus Define the major points of the CONSENT Act. It eventually failedto pass congress, do you agree or disagree with this decision? Whyor why not? Dr. Smiths office is considering moving from paper medical records to electronic medical records. What are some of the concerns they are most likely to have about EMRs? Check all of the boxes that apply.A. breaches in security B. poor writingC. continuity of careD. flow of information E. availability(A, D) What is 80,000,009 in expanded form? Question 10 of 10 When light passes through a small opening in a barrier, it bends to spread out on the other side of the opening. How does this phenomenon support the wave model of light? O A. It is the result of destructive interference. B. It is the result of the barrier acting as a blackbody radiator. O c. It is the result of diffraction. O D. It is the result of constructive interference. SUBMIT 19.Among the following operators, which one has highest precedence?861144A ||B How do scientists describe the mechanisms (ways) by which genes are inherited (passed down) from parents to children? what is the field of chemistry that deals with reaction mechanisms and reaction rates? What was the first important national labor union in the United States; it aimed to unite all workers, skilled and unskilled; was destroyed by the negative publicity that followed the Haymarket square riot which statement best describes plant cells?- plant cells have cell walls and chloroplasts to conduct photosynthesis- plant cells have a smaller vacuoles than in animal cells- plant cells have mitochondria to also perform cellular respiration - all of the above- only a & c Vitamin E and vitamin C work separately and together to accomplish antioxidant activity. Which of the following is true about these two vitamins?-They are both found in cell membranes.-Vitamin E can regenerate vitamin C.-They are both abundant in lipid-rich foods.-They are both abundant in fruits.-Vitamin C can regenerate vitamin E. If the area of the following parallelogram is 135 square feet, what is the length of the base?a 9 ftb 27 ftc 675 ftd 81 ft Karl drove 40 miles in 50 minutes. Teresa drove 35 miles in 42 minutes. Who had a higher average speed?