The profits in hundreds of dollars, Pc), that a company can make from a product is modeled by a function of the price, c,
they charge for the product: P(c) = -20c2 + 320C + 5,120. What is the maximum profit the company can make from the
product?
$540,000
$640,000
$800,000
$896,000

Answers

Answer 1
640,000 is the correct answer

Related Questions

Calculator
(4y + 10°
What is the value of y?
Enter your answer in the box.
759
(3x)
B
y =

Answers

Answer:

  y = 5

Step-by-step explanation:

The base angles of this isosceles triangle are congruent, so the angle at A is ...

  A = 180° -2(75°) = 30°

  (4y +10)° = 30° . . . . . substitute the given expression for angle A

  4y = 20 . . . . . . . . . . divide by °, subtract 10

  y = 5 . . . . . . . . . divide by 4

_____

Additional comment

The value of x is 25.

x is found from 3x=75, by dividing both sides of this equation by 3.

This table represents the gallons of water, g, left in a hot tub after draining it for m minutes.

When graphed, all of the points in the table lie on the same line.

What is the slope and y-intercept of the line?

Drag and drop the slope and y-intercept into the corresponding boxes.
available options are -32, 15,32,480

Answers

Answer:

The answer is slope: -32 y-intercept:480

Step-by-step explanation:

I took the test

Answer: slope -32 y-intercept 480

Step-by-step explanation:

Took the k12 test

The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero. procedure gcd(a, b) if a > b then gcd(a, b) := gcd(b, a) else if a = 0 then gcd(a, b) := b else if a = 1 then gcd(a, b) := 1 else if a and b are even then gcd(a, b) := 2gcd(a/2, b/2) else if a is odd and b is even then gcd(a, b) := gcd(a, b/2) else gcd(a, b) := gcd(a, b − a) Use this algorithm to compute (a) gcd(124, 244) (b) gcd(4424, 2111).

Answers

Coding the given algorithm in python 3, the greatest common divisor of the values (124 and 244) and (4424 and 2111) are 4 and 1 respectively.

The program implementation goes thus :

def gcd(a, b):

#initialize a function named gcd which takes in two parameters

if a>b:

#checks if a is greater than b

return gcd (b, a)

#if true interchange the Parameters and Recall the function

elif a == 0:

return b

elif a == 1:

return 1

elif((a%2 == 0)and(b%2==0)):

#even numbers leave no remainder when divided by 2, checks if a and b are even

return 2 * gcd(a/2, b/2)

elif((a%2 !=0) and (b%2==0)):

#checks if a is odd and B is even

return gcd(a, b/2)

else :

return gcd(a, b-a)

A sample run if the program on the values given :

print(gcd(124, 244))

print()

#leaves a space after the first output

print(gcd(4424, 2111))

Learn more :brainly.com/question/25506437

If x = 5-2√6, find the value of:
(i) x + 1/x
(ii) x² + 1/x²
Please solve ASAP​

Answers

Answer:

x+(1/x) = 10 and x²+ (1/x²) = 98

Step-by-step explanation:

Given that :

x = 5-2√6

1/x = 1/(5-2√6)

The denominator = 5-2√6

The Rationalising factor of 5-2√6 = 5+2√6

On Rationalising the denominator then

⇛ 1/x = [1/(5-2√6)]×[(5+2√6)/5+2√6)]

⇛ 1/x = (5+2√6)/[5-2√6)(5+2√6)]

⇛ 1/x = (5+2√6)/[5²-(2√6)²]

Since (a+b)(a-b) = a²-b²

Where ,

a = 5 and b = 2√6

⇛1/x = (5+2√6)/(25-24)

⇛ 1/x = (5+2√6)/1

⇛ 1/x = 5+2√6

Now,

x +(1/x)

⇛ 5-2√6+5+2√6

⇛ 5+5

⇛ 10

Therefore, x+(1/x) = 10.

On squaring both sides then

⇛ [x+(1/x)]² = 10²

⇛ x²+2(x)(1/x)+(1/x)² =100

⇛ x²+2+(1/x)² = 100

⇛ x²+(1/x²) = 100-2

⇛ x²+(1/x²) = 98

Therefore, x²+(1/x²) = 98.

Read more:

Similar questions;

Check all that apply. 2(x + 2) + 2 = 2(x + 3) + 1 2x + 3(x + 5) = 5(x – 3) 4(x + 3) = x + 12 4 – (2x + 5) = 1/2 (–4x – 2) 5(x + 4) – x = 4(x + 5) – 1.....

https://brainly.com/question/24697983?referrer

X^+17x+72=12 factoring quadratic equation

Answers

Answer:

The first term is, x2 its coefficient is 1 .

The middle term is, -17x its coefficient is -17 .

The last term, "the constant", is +60

Step-1 : Multiply the coefficient of the first term by the constant 1 • 60 = 60

Step-2 : Find two factors of 60 whose sum equals the coefficient of the middle term, which is -17 .

-60 + -1 = -61

-30 + -2 = -32

-20 + -3 = -23

-15 + -4 = -19

-12 + -5 = -17 That's it

Step-3 : Rewrite the polynomial splitting the middle term using the two factors found in step 2 above, -12 and -5

x2 - 12x - 5x - 60

Step-4 : Add up the first 2 terms, pulling out like factors :

x • (x-12)

Add up the last 2 terms, pulling out common factors :

5 • (x-12)

Step-5 : Add up the four terms of step 4 :

(x-5) • (x-12)

Which is the desired factorization

Equation at the end of step

1

:

(x - 5) • (x - 12) = 0

STEP

2

:

Theory - Roots of a product

2.1 A product of several terms equals zero.

When a product of two or more terms equals zero, then at least one of the terms must be zero.

We shall now solve each term = 0 separately

In other words, we are going to solve as many equations as there are terms in the product

Any solution of term = 0 solves product = 0 as well.

Solving a Single Variable Equation:

2.2 Solve : x-5 = 0

Add 5 to both sides of the equation :

x = 5

Solving a Single Variable Equation:

2.3 Solve : x-12 = 0

Add 12 to both sides of the equation :

x = 12

Supplement : Solving Quadratic Equation Directly

Solving x2-17x+60 = 0 directly

Earlier we factored this polynomial by splitting the middle term. let us now solve the equation by Completing The Square and by using the Quadratic Formula

Parabola, Finding the Vertex:

3.1 Find the Vertex of y = x2-17x+60

For any parabola,Ax2+Bx+C,the x -coordinate of the vertex is given by -B/(2A) . In our case the x coordinate is 8.5000

Plugging into the parabola formula 8.5000 for x we can calculate the y -coordinate :

y = 1.0 * 8.50 * 8.50 - 17.0 * 8.50 + 60.0

or y = -12.250

Parabola, Graphing Vertex and X-Intercepts :

Root plot for : y = x2-17x+60

Axis of Symmetry (dashed) {x}={ 8.50}

Vertex at {x,y} = { 8.50,-12.25}

x -Intercepts (Roots) :

Root 1 at {x,y} = { 5.00, 0.00}

Root 2 at {x,y} = {12.00, 0.00}

Solve Quadratic Equation by Completing The Square

3.2 Solving x2-17x+60 = 0 by Completing The Square .

Subtract 60 from both side of the equation :

x2-17x = -60

Now the clever bit: Take the coefficient of x , which is 17 , divide by two, giving 17/2 , and finally square it giving 289/4

Add 289/4 to both sides of the equation :

On the right hand side we have :

-60 + 289/4 or, (-60/1)+(289/4)

The common denominator of the two fractions is 4 Adding (-240/4)+(289/4) gives 49/4

So adding to both sides we finally get :

x2-17x+(289/4) = 49/4

Adding 289/4 has completed the left hand side into a perfect square :

x2-17x+(289/4) =

(x-(17/2)) • (x-(17/2)) =

(x-(17/2))2

Things which are equal to the same thing are also equal to one another. Since

x2-17x+(289/4) = 49/4 and

x2-17x+(289/4) = (x-(17/2))2

then, according to the law of transitivity,

(x-(17/2))2 = 49/4

We'll refer to this Equation as Eq. #3.2.1

The Square Root Principle says that When two things are equal, their square roots are equal.

Note that the square root of

(x-(17/2))2 is

(x-(17/2))2/2 =

(x-(17/2))1 =

x-(17/2)

Now, applying the Square Root Principle to Eq. #3.2.1 we get:

x-(17/2) = √ 49/4

Add 17/2 to both sides to obtain:

x = 17/2 + √ 49/4

Since a square root has two values, one positive and the other negative

x2 - 17x + 60 = 0

has two solutions:

x = 17/2 + √ 49/4

or

x = 17/2 - √ 49/4

Note that √ 49/4 can be written as

√ 49 / √ 4 which is 7 / 2

Solve Quadratic Equation using the Quadratic Formula

3.3 Solving x2-17x+60 = 0 by the Quadratic Formula .

According to the Quadratic Formula, x , the solution for Ax2+Bx+C = 0 , where A, B and C are numbers, often called coefficients, is given by :

- B ± √ B2-4AC

x = ————————

2A

In our case, A = 1

B = -17

C = 60

Accordingly, B2 - 4AC =

289 - 240 =

49

Applying the quadratic formula :

17 ± √ 49

x = —————

2

Can √ 49 be simplified ?

Yes! The prime factorization of 49 is

7•7

To be able to remove something from under the radical, there have to be 2 instances of it (because we are taking a square i.e. second root).

√ 49 = √ 7•7 =

± 7 • √ 1 =

± 7

So now we are looking at:

x = ( 17 ± 7) / 2

Two real solutions:

x =(17+√49)/2=(17+7)/2= 12.000

or:

x =(17-√49)/2=(17-7)/2= 5.000

Two solutions were found :

x = 12

x = 5

Step-by-step explanation:

please mark my answer in brainlist

left parenthesis negative 2 minus 4 right parenthesis plus left parenthesis 5 minus 10 right parenthesis minus 6 left parenthesis 3 right parenthesis

Answers

Answer:-29

Step-by-step explanation:

(-2-4)+(5-10)-6(3)

-6+-5-18

Please take a look at the picture

Answers

Answer: C

Step-by-step explanation:

a recipe calls for 2 1/3 cups of sugar. you wanna double your recipe how many cups of sugar do you need?

Answers

Answer:

4 2/3

Step-by-step explanation:

plz help meeeeeeeeeeeeeeeeeee

Answers

Answer:

3

Step-by-step explanation:

Answer:

3

Step-by-step explanation:

Plsss help!, bRAInLIST!!

Answers

6 hours
7kg of dough x 6 hours = 42 kg


My dinner at San Felipe cost $8.20 before tax and $9.96 after tax. What was the sales tax rate?
*Round to the nearest whole percent.
Show Your WorK

Answers

Answer:

Sale tax rate = 21.46%

Step-by-step explanation:

Sale Tax % = ( Amount after sale tax - Original  cost) ÷ original × 100

Sale Tax % = ( $9.96 - $8.20) ÷ $8.20 × 100

Sale Tax % = $1.76 ÷ $8.20 × 100

Sale Tax % = .2146341463 × 100

 Sale Tax % = 21.46

solve pls brainliest

Answers

Answer:

circle, triangle, rectangle

Answer:

the first cross section would make a circle (option 2, the second would make a triangle (option 6), and the last one would make a rectangle (option 1). hope this helps!

Pls help I’ll brainlest ASAP


Make this sentence better the building is old and ugly

Answers

Answer:

the building is aged and unique.

During a hurricane in Central Florida, the amount of rainfall R, in centimeters, is a function of time. Let R = f(t) define the amount of rain recorded by meteorologists beginning at midnight. Give an interpretation of the statements below, using the appropriate units.

A. (6) = 4.8

B. f'(6)=0.5

C. f(-1)(5) = 14

D. f(-1)'(5) = 1.5

Answers

The amount of rainfall is an illustration of inverse functions, and rates.

The function is given as: R = f(t)

(a) Interpret f(6) = 4.8

This means that:

The amount of rainfall at 6 seconds is 4.8 cm

(b) Interpret f'(6) = 0.5

f'(6) represents the rate of the function

So, this means that:

The rate at which rain falls at 6 seconds is 0.5 cm per second

(c) Interpret f^-1(5) = 14

f^-1(6) represents the inverse function

So, this means that:

The time at which 5 cm of rain falls, is 14 seconds

(d) Interpret f^-1'(5) = 1.5

f^-1'(5) represents the rate of the inverse function

So, this means that:

The rate of time when 5 cm of rain falls is 1.5 seconds per cm

Read more about functions, inverse and rates at:

https://brainly.com/question/15634149

What is three times a number is increased by 11 ,the result is 32

Answers

Answer:

7

Step-by-step explanation:

let x be the number

3x + 11 = 32

3x = 21............subtract both sides by 11

x = 7................divide both sides by 3

Answer:

Expression-

3×r+11=32

r=7

Step-by-step explanation:

I have run this answer the calculator a million times so trust me on this one

You are given the first four terms of an arithmetic sequence. Under what
conditions might a recursive formula be preferred over the explicit formula?
Under what conditions might an explicit formula be preferred over the
recursive formula?

Answers

If you need to know the 7th, 8th, and 9th terms, the recursive form might be preferred as you need to apply the common difference successively to the next few terms. If you want to know terms, such as those beyond 100,
then the explicit would be preferred

hii, i need help with this word problem :)

Answers

Multiply the amount per week by the number of weeks (x) and add that to the starting amount they had. Set those to equal each other and solve for x:

222 + 10x = 148 + 12x

Subtract 10x from both sides:

222 = 148 + 2x

Subtract 148 from both sides

74 = 2x

Divide both sides by 2

X = 37

Answer: 37 weeks

What is the end behavior of a sixth degree polynomial function whose leading coefficient is
negative?

Answers

Answer:

  both ends tend toward negative infinity

Step-by-step explanation:

The ends of an even-degree polynomial go in the same direction. The sign of that direction matches the sign of the leading coefficient.

Here, the leading coefficient is negative, so ...

  y → -∞   when   x → ±∞

What is the equation of the line in slop-intercept form?



Enter your answer in the blank spots




y= __x + __

Answers

y = 5/2x + 5
or
y = 2.5x + 5

Answer:y=2.5x+5 i thank

Step-by-step explanation:

find the slope from the pair of points (0,-5) (2,5)

Answers

Step-by-step explanation:

given points,

(0,-5) and (2,5)

we know,

slope = y2 - y1 / x2 - x1

→ 5 - (-5) / 2 - 0

→ 5+5/2 = 10/2

→ 5

therefore, slope of the line is 5.

HOPE THIS ANSWER HELPS YOU DEAR! TAKE CARE

Tell whether the fractions are equivalent. Write = or [tex]\neq[/tex]
3/4 ____ 8/12

Answers

not equal 3/4 x 3 = 9/12

mega movies hotel a fil premiere on Friday night. they charged $7 for adults and $5 for children. One hundred twenty-three adults and children attended, and $829 was made in ticket sales. How many children and how many adults went to the film premiere?

Answers

Answer:

107 adults 16 children

Step-by-step explanation:

can i get brainlest

6 dollars for 2 cans of tuna what is the rate

Answers

Answer:

3 dollars per can

Step-by-step explanation:

divide 6 by 2

Megan opened a savings account with a $500 deposit. The account pays 1.25% simple interest each year. If she neither adds nor withdraws money from the account, how much interest will she earn after 3 years? help​

Answers

[tex]~~~~~~ \textit{Simple Interest Earned} \\\\ I = Prt\qquad \begin{cases} I=\textit{interest earned}\\ P=\textit{original amount deposited}\dotfill & \$500\\ r=rate\to 1.25\%\to \frac{1.25}{100}\dotfill &0.0125\\ t=years\dotfill &3 \end{cases} \\\\\\ I = (500)(0.0125)(3)\implies \boxed{I = 18.75}[/tex]

Proxima Centauri, our nearest star except for the sun, is about 4·1013 km from Earth. Find to one decimal place its distance in parsecs.

Answers

Step-by-step explanation:

The conversion for parsecs into meters is

1 parsec (pc) = [tex]3.09×10^{16}\:\text {m}[/tex]

So if Proxima Centauri is [tex]4×10^{13}\:\text{m}[/tex] away, then in terms of parsecs, this distance is

[tex]4×10^{13}\:\text{m}×\left(\dfrac{1\:\text{parsec}}{3.09×10^{16}\:\text{m}}\right)[/tex]

[tex]\;\;\;\;\;= 1.2×10^{-3}\:\text{parsec}[/tex]

dur rn help pls ))))))))))

Answers

I believe it is a because I had a question just like that in 8th grade

i really need help on my question

Answers

Answer:

D

Step-by-step explanation:

-1.25 is less than -1.02 and 1.4.

> -1.25 + 1.02 = -0.23

1.4 is a greater amount because it is a positive number

So, if you put it this way, -1.25 is lesser, -1.02 is the 2nd least, & 1.4 is the greatest.

Which means your overall answer should be -1.25 < -1.02 < 1.4

what is the midrange

Answers

Answer:

Midrange Formula. Midrange in layman terms is the middle of any data set or the simply the average, mean of the data. A midrange is a statistical tool which is also known as the measure of center in statistics. Along with the existence of the midrange formula means, medium, average, mode, and range are also known as the measure of central tendency.

Step-by-step explanation:

pls help me I will try to give brainleist bc i don't know how

Answers

Answer:

2195

Step-by-step explanation:

filler filler filler lol

Answer: 2,195

Step-by-step explanation:

439x5

9x5=45

3x5+4=19

4x5+1=21

2195

Anyone to help me answer this question am giving the brainliest

Answers

[tex]▪▪▪▪▪▪▪▪▪▪▪▪▪  {\huge\mathfrak{Answer}}▪▪▪▪▪▪▪▪▪▪▪▪▪▪[/tex]

As we know,

[tex] \boxed{\sin(a + b) = \sin(a) \cos(b) + \cos(a) \sin(b) }[/tex]

and

[tex] \boxed{\sin(a - b) = \sin(a) \cos(b) - \cos(a \sin(b) ) }[/tex]

now, let's add them as shown ~

[tex] \boxed{\sin(a + b) + \sin(a - b)} [/tex]

[tex] \boxed{ \sin(a) \cos(b) + \cos(a) \sin(b) + \sin(a) \cos(b) - \cos(a) \sin(b) }[/tex]

[tex] \boxed{2 \sin(a) \cos(b) }[/tex]
Other Questions
How many solutions 2(+1)=2+5 EFT, Inc. wants to empower and engage its employees. They have several teams consisting of highly skilled employees and no one person on these teams has a specifically assigned position. Instead, employees lead each other as the occasion arises, so there is no formal hierarchy or organizational chart. This type of leadership is known as:____________a) people-oriented leadership.b) managerial leadership.c) shared leadership.d) servant leadership. Homogeneous Mixtures 1. Characteristics 2. Characteristics Heterogeneous Mixtures 1. 2. Which is more important to your health? Is it getting up early, or is it getting enough sleep? What scientists don't understand is that sometimes those goals work against each other. If I get up early to start my day, I may not be able to get the recommended amount of sleep. If I sleep my recommended amount, I may not be getting up early. Some animals sleep more than humans, and other animals sleep much less than humans. The answer, of course, is to go to bed early enough to be able to get enough sleep--but that is not always possible. Who knew that something supposed to be relaxing--going to sleep--could be so stressful? 10) Which sentence could best be removed from this paragraph to clarify its ideas? 1.How does the meter of the first line vary from strict iambic pentameter? Select All the correct answersWhich two of the following were factors in the US government's refusal to accept the Jewish refugees aboard the German ocean liner the St.Louis?neutrality acts barring the admittance of war refugeesrampant antisemitism in media and public opinionimmigration quotas from the 1920s that actively favored western Europeans over otherscredible reports from intelligence agencies that some of those on board might be splesRasa Eric Patterson earns $82,000 a year. His monthly expenses total $5,400. What is the minimum amount of money that he should set aside in an emergency fund Sir, I agree to this Constitution with all its faults, if they are such, because I think a general Government necessary for us, and there is no form of Government but what may be a blessing to the people if well administered, and believe farther that this is likely to be well administered for a course of years, and can only end in Despotism, as other forms have done before it, when the people shall become so corrupted as to need despotic Government, being incapable of any other. I doubt too whether any to have the advantage other Convention we can obtain, may be able to make a better Constitution. For when you assemble a number of men to have their joint wisdom, you inevitably assemble with those men, all their prejudices, their passions, their errors of opinion, their local interests, and their selfish views. From such an assembly can a perfect production be expected? It therefore astonishes me, Sir, to find this system approaching so near to perfection as it does; and I think it will astonish our enemies Thus I consent, Sir, to this Constitution because expect host The inanay no better, and because I am not sure, that it is not the best. The opinions I have had of its errors, I sacrifice to the public good. I have never whispered a syllable of them abroad. Within these walls they were born, and here they shall die. If every one of us in returning to our Constituents were to report the objections he has had to it, and endeavor to gain partisans in support of them, we might prevent its being generally received, and thereby lose all the salutary effects and great advantages resulting naturally in our favor among foreign Nations as well as among ourselves, from our real or apparent unanimity. Much of the strength and efficiency of any Government in procuring and securing happiness to the people, depends, on opinion, on the general opinion of the goodness of the Government, as well as of the wisdom and integrityHow does Franklin link his claim that an assembly of men includes their character imperfections with the idea that the Constitution is nearly perfect?OA. by supporting his claim with evidenceOB. by asking a rhetorical questionOC. by relying on emotional appealsOD. by providing proofs about perfection 8. The two-stroke engine must still complete all four stages of operation-it just does this in two piston strokes instead ofO A. twoO B. fourOC. oneO D. three A candle is 14 inches tall. Once the candle is lit, it burns at a rate of 0.8 inches per hour. How many hours will the candle last? (10). An article marked at 1,200 is sold at an 8% discount . Find the S.P of the article? ao 1. Choose the best answer.Which sentence has the correct use of possessives and pronouns?O I know that when we demonstrate it their at the electronic fair, it will be a hit.skussionThese simulation consists of our patented discussion software.O When I turn my robot off, it's red lights goes out in it's eyes.Ours is similar to PS Doubt Software, yet it leaves theirs far behind. what might have happened if the south had refused to adhere to reconstruction guidelines? [tex]\sf 45-4x=75-6x[/tex] What makes Audio Information interesting even though there are no visuals? Starting from rest, a racecar moves 112 m in the first 7 s of uniform acceleration. What is the car's acceleration? Unit 4: Congruent TrianglesbimoHomework 5: Proving Triangles Congruent:SSS & SAS The Raven by Edgar Allen Poe What is the effect of the repetition of "Nevermore" in Stanzas 8-18?It adds a sing-song effect to the rhythm of the poem.It creates a memorable line for readers of the poem.It echoes the repeated tapping on the door the narratorhears.It builds suspense for a dramatic climax for thenarrator. The formula for area of a trapezoid is A =1/2 h(b1 + b2). Express h in terms of A, b1 and b2 which two reindeer are named after weather events?