A factory manufactures chairs and tables, each requiring the use of three operations: cutting, assembly, and finishing. The first operation can use at most 40 hours; the second at most 42 hours; and the third at most 25 hours. A chair requires 1 hour of cutting, 2 hours of assembly, and 1 hour of finishing; a table needs 2 hours of cutting, 1 hour of assembly, and 1 hour of finishing. If the profit is $20 per unit for a chair and $30 for a table, what is the maximum revenue? Round your answer to the nearest whole number. Do not include a dollar sign or comma in your answer.

Answers

Answer 1

Answer:

z(max) = 650 $

x₁ = 10 units

x₂ = 15 units

Step-by-step explanation:

That is a linear programming problem, we will use a simplex method to solve it

Formulation:

Let´s call  x₁  number of chairs   and x₂ number of tables then :

Item              (in hours)     cutting       assembly      finishing        Profit ($)

Chairs (x₁)                              1                   2                     1                      20

Tables (x₂)                              2                   1                      1                      30

Availability                           40                 42                   25

Objective Function

z  =  20*x₁   +  30x₂   ( to maximize) subject to:

x₁  +  2x₂   ≤  40

2x₁  + x₂    ≤  42

x₁ + x₂     ≤    25

x₁  ,   x₂  >= 0

Using excel or any other software we find:

z(max) = 650

x₁ = 10

x₂ = 15

Answer 2

The chairs and tables manufactured by the factory is an illustration of linear programming, where the maximum revenue is 674

Let x represent chairs, and y represent tables

So, the given parameters are:

Cutting:

Chairs: 1 hourTable: 2 hoursHour available: 40

So, the constraint is:

[tex]\mathbf{x + 2y \le 40}[/tex]

Assembly:

Chairs: 2 hoursTable: 1 hourHour available: 42

So, the constraint is:

[tex]\mathbf{2x + y \le 42}[/tex]

Finishing:

Chairs: 1 hourTable: 1 hourHour available: 25

So, the constraint is:

[tex]\mathbf{x + y \le 25}[/tex]

The unit profit on the items are:

Chairs: $20Table: $30

So, the objective function to maximize is:

[tex]\mathbf{Max\ z = 20x + 30y}[/tex]

And the constraints are:

[tex]\mathbf{x + 2y \le 40}[/tex]

[tex]\mathbf{2x + y \le 42}[/tex]

[tex]\mathbf{x + y \le 25}[/tex]

[tex]\mathbf{x,y \ge 0}[/tex]

Using graphical method (see attachment for graph), we have the following feasible points:

[tex]\mathbf{(x,y) = \{(10,15),\ (17,8),\ (14.67, 12.67)\}}[/tex]

Calculate the objective function using the feasible points.

[tex]\mathbf{z = 20 \times 10 + 30 \times 15}[/tex]

[tex]\mathbf{z = 650}[/tex]

[tex]\mathbf{z = 20 \times 17 + 30 \times 8}[/tex]

[tex]\mathbf{z = 580}[/tex]

[tex]\mathbf{z = 20 \times 14.67+ 30 \times 12.67}[/tex]

[tex]\mathbf{z = 673.5}[/tex]

Approximate

[tex]\mathbf{z = 674}[/tex]

Hence, the maximum revenue is 674

Read more about linear programming at:

https://brainly.com/question/14225202

A Factory Manufactures Chairs And Tables, Each Requiring The Use Of Three Operations: Cutting, Assembly,

Related Questions

Describe appropriate domain and range for the function (blood alcohol con tent, reflex time)for a single person

Answers

Answer:

If we have a function f(x) = y.

the set of possible values of x is called the domain

the set of possible values of y is called the range.

In this case, we have:

Blood alcohol content vs Reflex time,

The possible values of alcohol in blood content depend on the particular person, but we can have a minimum of 0.0 (no alcohol in blood) and a maximum of .51 (for a 90 lb person) because at this range the person enters the risk of death.

So the domain is: D = [0.0, 0.51]

But, we actually can have higher values of alcohol in blood, so we actually can use a domain:

D = [0.0, 1.0]

For the range, we need to see at the possible values of the reflex time.

And we know that the human reflex time is in between 100ms and 500ms

So our range can be:

R = [100ms, 500ms]

PLEASE PLEASE PLEASE HELP PLEAS :( THE SECOND ONE JEJEJEJDD PLEASEEEEEE

Answers

Answer:

P

Step-by-step explanation:

Count the line endings in each letter as you write it down.

Answer:

I agree with tonb .Ace,he's/she's right

Suppose you take a 12-question true or false quiz by guessing each answer. Use the binomial table to find the probability of guessing 6 or more questions correctly.

Answers

Answer:

0.6127 = 61.27% probability of guessing 6 or more questions correctly.

Step-by-step explanation:

For each question, there are only two possible outcomes. Either you guess the correct answer, or you do not. The probability of guessing the correct answer of a question is independent of other questions. So we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

12 questions:

This means that [tex]n = 12[/tex]

True-false:

Two options, one of which is correct. So [tex]p = \frac{1}[2} = 0.5[/tex]

Find the probability of guessing 6 or more questions correctly.

[tex]P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) + P(X = 11) + P(X = 12)[/tex]

In which

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 6) = C_{12,6}.(0.5)^{6}.(0.5)^{6} = 0.2256[/tex]

[tex]P(X = 7) = C_{12,7}.(0.5)^{7}.(0.5)^{5} = 0.1934[/tex]

[tex]P(X = 8) = C_{12,8}.(0.5)^{8}.(0.5)^{4} = 0.1208[/tex]

[tex]P(X = 9) = C_{12,9}.(0.5)^{9}.(0.5)^{3} = 0.0537[/tex]

[tex]P(X = 10) = C_{12,10}.(0.5)^{10}.(0.5)^{2} = 0.0161[/tex]

[tex]P(X = 11) = C_{12,11}.(0.5)^{11}.(0.5)^{1} = 0.0029[/tex]

[tex]P(X = 12) = C_{12,12}.(0.5)^{12}.(0.5)^{0} = 0.0002[/tex]

[tex]P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) + P(X = 11) + P(X = 12) = 0.2256 + 0.1934 + 0.1208 + 0.0537 + 0.0161 + 0.0029 + 0.0002 = 0.6127[/tex]

0.6127 = 61.27% probability of guessing 6 or more questions correctly.

Helpppp..................

Answers

Answer:

0.11

Step-by-step explanation:

Hello,

[tex]P(A|B)=\dfrac{P(A\cap B)}{P(B)} \ \ \text{ so ...}\\\\P(A\cap B)=P(A|B)\cdot {P(B)= 0.55 * 0.2 = 0.11\\[/tex]

Hope this helps.

Do not hesitate if you need further explanation.

Thank you

Solve the formula V=LHW for L

Answers

Answer:

L = [tex]\frac{V}{HW}[/tex]

Step-by-step explanation:

Given

V = LHW ( isolate L by dividing both sides by HW )

[tex]\frac{V}{HW}[/tex] = L

Answer:

[tex]l = \frac{v}{w \times h} [/tex]

Step-by-step explanation:

[tex]v = l \times w \times h = \frac{v}{w \times h} = \frac{l \times h \times w}{w\times h} = l = \frac{v}{w \times h} [/tex]

Hope this helps ;) ❤❤❤

In 2012, entering freshmen at the UA have an average ACT score of 25.4 with a standard deviation of 2.1. 1. What is the probability a student has an ACT score more than 24.1

Answers

Answer:

 P [ Z >  24,1 ] =  72,24 %

Step-by-step explanation:

P [ Z > 24,1 ]  =  1  - P [ Z < 24,1 ]

P [ Z < 24,1 ] = ( Z - μ₀ ) / σ

P [ Z < 24,1 ] = ( 24,1 - 25,4) / 2,1

P [ Z < 24,1 ] = - 1,3/ 2,1

P [ Z <  24,1 ] = - 0,6190  ≈ - 0,62

We look in z-table and find for  z(score) -0,6190

P [ Z <  24,1 ] = 0,27763

Then

P [ Z >  24,1 ] = 1 - 0,27763

P [ Z >  24,1 ] = 0,72237    ⇒    or       P [ Z >  24,1 ] =  72,24 %

There are three times as many fiction books as non-fiction books in a library. 120 fiction and 24 non-fiction books are loaned out. There are now twice as many non-fiction books as fiction books. How many books were in the library?
How do I work this out step by step?

Answers

Answer:

672

Step-by-step explanation:

If we call the number of non-fiction books as x, the number of fiction books would be 3x. Therefore: we can write the following equation:

3x - 120 = 2(x - 24)  ← the 3x - 120 and x - 24 represents the new number of books

3x - 120 = 2x - 48

x - 120 = 48

x = 168 which means 3x = 3 * 168 = 504, therefore the total number of books is 168 + 504 = 672.

verify sin(360 - etheta = -sin etheta

Answers

Answer:

see explanation

Step-by-step explanation:

Using the subtraction identity for sine

sin(a + b) = sinacosb - cosasinb

Given

sin(360 - Θ)°

= sin360°cosΘ° - cos360°sinΘ°

= (0 × cosΘ ) - (1 × sinΘ)

= 0 - sinΘ

= - sinΘ  ← as required

Please help Each statement describes a transformation of the graph of f(x) = x. Which statement correctly describes the graph of g(x) if g(x) = f(x) - 3

Answers

Answer:

C

Step-by-step explanation:

It is the graph of f(x) translated 3 units down. Think about in numerical terms,

if      y = 5     y-1  = 5- 1 = 4, so that's what is happening with all numbers on the y axis. You have y = f(x) and you do y-3 = f(x)-3, so, all "y" points are translated 3 units down

You bet $50 on 00 in a game of roulette. If the wheel spins 00, you have a net win of $1,750, otherwise you lose the $50. A standard roulette wheel has 38 slots numbered 00, 0, 1, 2, ... , 36. What is the expected profit for one spin of the roulette wheel with this bet?

Answers

Answer:

-$2.63

Step-by-step explanation:

Calculation for the expected profit for one spin of the roulette wheel with this bet

Based on the information given you bet $50 on 00 while the standard roulette has 38 possible outcomes which means that the probability or likelihood of getting 00 will be 1/38.

Therefore when we get an 00, we would get the amount of $1,750 with a probability of 1/38 and in a situation where were we get something other than 00 this means we would lose $50 with a probability of 37/38.

Now let find the Expected profit using this formula

Expected profit = sum(probability*value) -sum(probability*value)

Let plug in the formula

Expected profit =($1,750 * 1/38) - ($50 * 37/38)

Expected profit=($1,750*0.026315)-($50×0.973684)

Expected profit= 46.05 - 48.68

Expected profit = - $2.63

Therefore the expected profit for one spin of the roulette wheel with this bet will be -$2.63

Suppose an object moves along the y-axis (marked in feet) so that its position at time x (in seconds) is given by the f(x) = 96x -16x^2, find the following.
A) The instantaneous velocity function v = f (x).
B) The velocity when x = 0 and x = 4 seconds.
C) The time(s) when v = 0

Answers

Answer:

A) v = f(x) = 96 -32x

B)the velocity when x = 0

V = 96 ft/s

The velocity when x =4

V = -32 ft/s

C). Time when v= 0

3 seconds = x

Step-by-step explanation:

f(x) = 96x -16x^2

The above equation represents the position of the object at x time along the x axis.

The velocity will be determined by differentiating the equation with respect with x

f(x) = 96x -16x^2,

D f(x)/Dx= 96 -2(16x)

D f(x)/Dx= 96 -32x

v = f(x) = 96 -32x

The velocity when x = 0

v = f(x) = 96 -32x

V = f(0) = 96-32(0)

V = 96 ft/s

The velocity when x = 4

v = f(x) = 96 -32x

V = f(4) = 96-32(4)

V = 96 - 128

V = -32 ft/s

Time when v= 0

v = f(x) = 96 -32x

0= 96 -32x

-96= -32x

-96/-32=x

3 seconds = x

An open box is made from a 10cm by 20cm Piece of Tin by cutting a square from each corner and folding the edges. The area of ​​the resulting base is 96 cm2. What is the length of the sides of the squares?

Answers

Answer:

2 cm

Step-by-step explanation:

If x is the length of the sides of the squares, then the height of the box is also x.  The length and width of the base are 10−2x and 20−2x.  The area of the base is the length times the width.

96 = (10 − 2x) (20 − 2x)

96 = 200 − 20x − 40x + 4x²

0 = 4x² − 60x + 104

0 = x² − 15x + 26

0 = (x − 2) (x − 13)

x = 2 or 13

Since x < 5, x = 2.

So the length of the sides of the squares is 2 cm.

Please answer this correctly without making mistakes

Answers

Answer:

B)Gift shop

pls mark me as BRAINLIEST

hope the answer helped you

Find the surface area of this shape (here is the grid too)

Answers

Answer:

12

Step-by-step explanation:

The second diagram is most helpful for finding the surface area.

Find the area of the middle square: 2 * 2 = 4Find the area of the triangle using A = 1/2*B*H, so A = 1/2 * 2 * 2 = 2Since there are 4 triangles, the surface area of all the triangles is 2 * 4 = 8Add the surface area of the triangles with the surface area of the square to get the total surface area: 8 + 4 = 12

If you want further tutoring help in geometry or other subjects for FREE, check out growthinyouth.org.

Your parents are giving you $210 a month for four years while you are in college. At an interest rate of .49 percent per month, what are these payments worth to you when you first start college?

Answers

Answer:

These payments will be worth $11,332.94.

Step-by-step explanation:

We can calculate this as an annuity but with monthly periods and monthly interest rates.

Then, we have:

C = cash flow per period = $210

n = number of payments = 48

i = interest rate = 0.49% = 0.0049

Then, we can calculate the future value of this stream of deposits as:

[tex]FV=C\left[\dfrac{(1+i)^n-1}{i}\right]\\\\\\FV=210\left[\dfrac{(1.0049)^{48}-1}{0.0049}\right]=210\left[\dfrac{1.2644-1}{0.0049}\right]=210\left[\dfrac{0.2644}{0.0049}\right]\\\\\\FV=210\cdot 53.966\\\\\\FV=11332.94[/tex]

21. In the figure given below, AC is parallel to DE. Find the valuesof xy and z and hence find the 2DBE.
21-70X
509​

Answers

Answer:

X= 50°

Y= 70°

Z= 30°

BDE= 30°

2BDE= 60°

Step-by-step explanation:

(2x -70 )+z+(2x+20)=180...(sum of angle on a straight line)

2x -70 = BDE... alternate angles

Y + (2x-70)+(50+x-20) = 180...(sum of angles in a triangle)

X-20 = z ... alternate and opposite angles

(2x -70 )+z+(2x-+20)=180

2x-70 + x-20 +2x +20= 180

5x -70= 180

5x = 250

X= 50°

X-20 = z

50-20= z

30° = z

2x -70 = BDE

2(50) -70 = BDE

100-70 = BDE

30°= BDE

Y + (2x-70)+(50+x-20)

Y + 100-70 +50 +50 -20 = 180

Y + 200-90=180

Y= 70°

2BDE = 2*30

2BDE= 60°

What is the value of y iin this equation? 4(y-3) =48

Answers

Answer:

y = 15

Step-by-step explanation:

Question:

4(y - 3) = 48

1. Distribute

4y - 12 = 48

2. Simplify Like terms

4y - 12 = 48

    + 12 + 12

4y = 60

3. Solve

4y = 60

/4       /4

y = 15

4. Check:

4(y - 3) = 48

4((15) - 3) = 48

4(12) = 48

48 = 48     Correct!

Hope this helped,

Kavitha

Answer:

[tex]y=15\\[/tex]

Step 1:

To find y, we first have to multiply [tex]4(y-3)[/tex]. When we do that (4 * y, 4 * - 3), we get [tex]4y-12[/tex].

Step 2:

Our equation looks like this now:

[tex]4y-12=48[/tex]

To solve this equation, we have to add 12 on both sides so we can cancel out the -12 on the left side of the equation.

[tex]4y-12(+12)=48(+12)[/tex]

[tex]4y=60[/tex]

Now, we can divide 4 on both sides to get y  by itself.

[tex]4y/4\\60/4[/tex]

[tex]y=15[/tex]

2{ 2[24 + 4(23 - 14) - 25]}

Answers

Answer:

140

Step-by-step explanation:

2{ 2[24 + 4(9)-25]}

2{ 2[24 + 36-25]}

2{ 2[35]}

2(70)

140

Part A: Factor 3x2c2 + 5xc2 − 2c2. Show your work. (4 points) Part B: Factor x2 + 6x + 9. Show your work. (3 points) Part C: Factor x2 − 9. Show your work. (3 points) (10 points)

Answers

Answer:

[tex]\boxed{\mathrm{view \: explanation}}[/tex]

Step-by-step explanation:

A) 3x²c² + 5xc² - 2c²

Factor c² from all terms in the expression.

c²(3x² + 5x - 2)

Factor 3x² + 5x - 2

c²(3x-1)(x+2)

B) x² + 6x + 9

x² + 3x + 3x + 9

Factor common terms.

x(x+3)+3(x+3)

Take x+3 common.

(x+3)(x+3)

C) x² - 9

x² -3²

Apply formula : a² - b² = (a+b)(a-b)

(x+3)(x-3)

Answer:

A) [tex]c^2(3x-1)(x+2)[/tex]

B) [tex](x+3)(x+3)[/tex]

C) [tex](x+3)(x-3)[/tex]

Step-by-step explanation:

Part A:

[tex]3x^2c^2+5xc^2-2c^2[/tex]

Taking [tex]c^2[/tex] common

[tex]c^2(3x^2+5x-2)[/tex]

Using mid term break formula

[tex]c^2 (3x^2+6x-x-2)[/tex]

[tex]c^2[3x(x+2)-1(x+2)][/tex]

[tex]c^2(3x-1)(x+2)[/tex]

Part B:

[tex]x^2 + 6x + 9.[/tex]

[tex](x)^2+2(x)(3)+(3)^2[/tex]

[tex](x+3)^2[/tex]

[tex](x+3)(x+3)[/tex]

Part C:

[tex]x^2-9[/tex]

[tex](x)^2-(3)^2[/tex]

[tex](x+3)(x-3)[/tex]

Find the multiplicative inverse of -9/2

Answers

Answer:

-2/9

Step-by-step explanation:

When you multiply a number by its multiplicative inverse, you should get 1. So, the multiplicative inverse (or reciprocal) of -9/2 is 1/(-9/2) which is -2/9. You can get the answer by simply flipping the numerator and denominator.

Given: circle k(O), O∈ AB ,CD ⊥ AB Prove: △ADC∼△ACB

HELP ASAP 20 POINTS AND BRAINLIEST!!!

Answers

Answer:

Step-by-step explanation:

Given : In a circle O,

AB is a diameter and CD⊥AB,

To Prove :

ΔADC ~ ΔACB

Solution :

In ΔADC and ΔACB,

m∠ADC = 90° [Given]

m∠ACB = 90° [Angle subtended by the diameter = 90°]

m∠ADC ≅ m∠ACB ≅ 90°

∠A ≅ ∠A [Reflexive property]

Therefore, ΔADC ~ ΔACB [By AA postulate of similarity]

given that H0: μ=40 against H1: μ < 40 if mice have an average life of 38 months with a standard deviation of 5.8 months. If the distribution of life spans is approximately normal, how large a sample is required in order that the probability of committing a type II error be 0.1 when the true mean is 35.9 months? Assume that level of significance 0.05.

Answers

Answer: sample required n = 18

Step-by-step explanation:

Given that the value under under null hypothesis is 40 while the value under the alternative is less than 40, specifically 35.9

∴ H₀ : u = 40

  H₁  : u = 35.9

therefore β = ( 35.9 - 40 ) = -4.1

The level of significance ∝ = 0.05

Probability of committing type 11 error P = 0.1

standard deviation α = 5.8

Therefore our z-vales (z table)

Z₀.₅ = 1.645

Z₀.₁ = 1.282

NOW let n be sample size

n = {( Z₀.₅ + Z₀.₁ )² × α²} / β²

n = {( 1.645 + 1.282 )² × 5.8²} / (- 4.1)²

n = 17.14485

Since we are talking about sample size; it has to be a whole number

therefore

sample required n = 18

A dollar bill is 0.0043 inches thick. How many yards high
is a
pile of a million $1 bills

Answers

Hey there! I'm happy to help!

First, let's multiply this thickness by one million to see how many inches this  pile is.

0.0043*×1,000,000=4,300 inches

We know that there are 12 inches in a foot and 3 feet in a yard, so there must be 36 inches in a yard.

So, we divide our 4,300 inches by 36 to find how many yards high this pile is.

4300÷36=119 4/9

Therefore, a pile of a million $1 bills is 119 4/9 yards high.

Have a wonderful day! :D

- Find the circumference of the circle with the given radius or diameter. Use 3.14.
diameter = 10 cm
A. 15.7 cm
B. 314 cm
C. 78.5 cm
D. 31.4 cm

Answers

Answer:

C = 31.4 cm

Step-by-step explanation:

C = pi * d where d is the diameter

C = 3.14 * 10

C = 31.4 cm

Circumference = pi x diameter

                         = 3.14 x 10

                         = 31.4 cm

The answer is D. 31.4 cm.

Hi can u help me plz

Answers

The answer is B. “Using her last move”

What is the distance betweem points W and X to the nearest hundredth?​

Answers

Answer:

16.97 Units

Step-by-step explanation:

From the graph

Point W is located at (-6,4)

Point X is located at (6,-8)

To determine the distance between points W and X, we use the distance formula.

[tex]\text{Distance Formula}=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

[tex](x_1,y_1)=(-6,4)\\(x_2,y_2)=(6,-8)[/tex]

So,

[tex]WX=\sqrt{(6-(-6))^2+(-8-4)^2} \\=\sqrt{(6+6)^2+(-12)^2}\\=\sqrt{(12)^2+(-12)^2}\\=\sqrt{288}\\=16.97$ units (correct to the nearest hundredth)[/tex]

which of these shows the result of using the first equation to substitute for y in the second equation, then combining like terms. y=2x 2x+3y=16 a. 4x=16 b. 5y=16 c. 8x=16 d. 5x=16

Answers

Answer:

C. [tex]\Rightarrow \bold{8x = 16}[/tex]

Step-by-step explanation:

Given the two equations:

[tex]y=2x ........ (1)\\ 2x+3y=16.......(2)[/tex]

To find:

The correct option when value of y is substituted to 2nd equation using the 1st equation.

Solution:

First of all, let us learn about the substitution method.

Substitution method is the method to provide solutions to two variables when we have two equations and two variables.

In substitution method, we find the value of one variable in terms of the other variable and put this value in the other equation.

Now, the other equation becomes only single variable and then we solve for the variable's value.

Here, we have two equations and value of one varible is:

[tex]y=2x[/tex]

Let us put value of y in 2nd equation:

[tex]2x+3y=16\\\Rightarrow 2x + 3(2x) = 16\\\Rightarrow 2x + 6x = 16\\\Rightarrow \bold{8x=16}[/tex]

So, the correct answer is option C. [tex]\Rightarrow \bold{8x = 16}[/tex]

Answer: 8x=16

Step-by-step explanation:a pex

PLEASE HELP URGENT THIS IS TRIGONOMETRY

Answers

Answer:

B. [tex] \frac{7x^2 + 11x}{x^2 + 6x + 5} [/tex]

Step-by-step explanation:

The sum is worked as shown below:

[tex] \frac{x}{x + 1} + \frac{6x}{x + 5} [/tex]

Use the common denominator to divide each denominator, then use the result to multiply the numerator, you'd have the following:

[tex] \frac{x(x + 5) + 6x(x + 1)}{(x + 1)(x + 5)} [/tex]

Use the distributive property of multiplication to solve

[tex] \frac{x(x) + x(5) + 6x(x) + 6x(1)}{(x(x + 5) + 1(x + 5)} [/tex]

[tex] \frac{x^2 + 5x + 6x^2 + 6x}{x^2 + 5x + x + 5} [/tex]

Pair like terms

[tex] \frac{x^2 + 6x^2 + 5x + 6x}{x^2 + 6x + 5} [/tex]

[tex] \frac{7x^2 + 11x}{x^2 + 6x + 5} [/tex]

The answer is B.

If x + 4 = 12, what is the value of x?

Answers

Answer:

x = 8

Step-by-step explanation:

x + 4 = 12

x=12-4

x=8

Answer:

8

Step-by-step explanation:

x+4=12, so 12-4=x (if you use an the inverse operation of addition, subtraction.)

12-4=x, so all you have to do is subtract and, there you have it, 8. It makes sense, 8+4=12. :)

Suppose Miss Roxanne Davenport is 25 years old right now and puts away $1,800 per quarter in an account that returns 6% interest. a.) How much will be in the account when she turns 65? b.)What is her total contribution to the account?

Answers

Answer:

a. Total amount after 65 years = $1179415.39

b. The total contribution to the account  = $288000

Step-by-step explanation:

Given annuity amount = $1800

Total number of years for contribution = 65 – 25 = 40 years

Interest rate  = 6%

a. Total amount after 65 years = Annuity[((1+r)^n -1) / r]

Total amount after 65 years = 1800×((1+.06/4)^(4 × 40) - 1)/(.06/4)

Total amount after 65 years = $1179415.39

b. The total contribution to the account =1800 × 4 Quarter × 40 Years

        The total contribution to the account  = $288000

Other Questions
Best medical entrance app/ book of PCB ever in a pdf in internet? Help ASAP! Will award brianliest! Discuss the significance of the Battle of Bullrun and Gettysburg. P10-45. Analyzing and Interpreting Effects of TCJA Tax Law Changes. Pfizer Inc. reports the following footnote disclosure in its 2018 Form 10-K. The following table provides the components of Income from continuing operations before provision (benefit) for taxes on income: Year Ended December 31, $ millions 2018 2017 2016 United States $(4,403) $(6,879) $(8,534) International 16,288 19,184 16,886 Income from continuing operations before provision of taxes 11,885 12,305 8,351 The following table provides the components of Provision (benefit) for taxes on income based on the location of the taxing authorities: $ millions 2018 2017 2016 United States Current income taxes: Federal $668 $1,267 $342 State and Local 9 45 (52) Deferred income taxes: Federal (1,663) (2,064) (419) State and local 16 (304) (106) Total U.S. tax provision (970) (1,055) (235) TCJA Current income taxes (3,035) 13,135 - Deferred income taxes 2,439 (23,795) - Total TCJA tax provision (596) (10,660) - International Current income taxes 2,831 2,709 1,532 Deferred income taxes (558) (42) (175) Total international tax provision 2,273 2,667 1,358 a.In the fourth quarter of 2017, we recorded an estimate of certain tax effect of the TCJA, including (i) the impact of deferred tax assets and liabilities from reduction in the U.S. Federal corporate tax rate from 35% to 21%, (ii) the impact on valuation allowances and other state income tax considerations, (iii) the $15.2 billion repatriation tax liability on accumulated post-1986 foreign earnings for which we plan to elect, with the filing of our 2018 U.S. Federal Consideration Income Tax Return, payments over eight years through 2026 that is reported in Other taxes payable in our consolidated balance sheet as of December 31, 2017 and (iv) deferred taxes on basis differences expected to give rise to future taxes on global intangible low-taxed income. As a result of the TCJA, in the fourth quarter of 2017, we reversed an estimate of the deferred taxes that are no longer expected to be needed due to the change to the territorial tax system. Required. What is the amount of the income tax expense reported by Pfizer for each year? What amount is current versus deferred? What is Pfizers effective (average) tax rate for each year? Use the pretax information to determine the effective tax rate for U.S. operations for each year. The footnotes include amounts related to the TCJA of 2017. What was the effect on the companys tax expense in 2017 and 2018 due to the TCJA? Pfizer lists four TCJA items that impacted their 2017 tax provision. Explain how each of the four items might have affected Pfizers 2017 tax expens Use the quadratic formula to find the exact solutions of x2 5x 2 = 0. x equals negative b plus or minus the square root of b squared minus 4 times a times c, all over 2 times a x equals 5 plus or minus the square root of 33, all over 2 x equals negative 5 plus or minus the square root of 33, all over 2 x equals 5 plus or minus the square root of 17, all over 2 x equals negative 5 plus or minus the square root of 17, all over 2 If a 275 mL gas container had pressure of 732.6 mm Hg at -28C and the gas was condensed into a liquid with a mass of 1.95 g, what is the molar mass of the gas? In your opinion, what do you think democracy is? (at least 2 sentences in length) Which of the following compounds would be named with a name that ends in -ene? A. CH3-C triple bond C-CH2-CH2-CH3 B. CH3-CH2-CH2-CH3 C. CH triple bond C-CH2-CH2-CH3 D. CH3-CH2-CH2-CH double bond CH2 Find the expression for h(x) f(x)=-x^2-1 A group of engineers developed a new design for a steel cable. They need to estimate the amount of weight the cable can hold. The weight limit will be reported on cable packaging. The engineers take a random sample of 48 cables and apply weights to each of them until they break. The 48 cables have a mean breaking weight of 773 lb. The standard deviation of the breaking weight for the sample is 16.1 lb. Find the 95% confidence interval to estimate the mean breaking weight for this type cable. The mean amount spent by a family of four on food per month is $500 with a standard deviation of $75. Assuming that the food costs are normally distributed, what is the probability that a family spends less than $410 per month? Why is Ghana now poor in Gold, diamond, and money? Will get brainliest when getting it right you will get 3 dollars if answering add your cashapp IG: imsmzamani A. Por qu el ciclo del agua es un ciclo geofisico? b. Qu rol cumple el agua en los seres vivos? c. Relacione el proceso de fotosntesis y respiracin con los ciclos del oxgeno, carbono y del agua d. Cmo influye el carbono en las cadenas trficas? e. Cmo influye el bixido de carbono en el calentamiento global? f. En qu proceso vegetal el carbono es fijado? g. Qu estado fsico tiene el nitrgeno en forma libre? h. En qu biomolculas encontramos nitrgeno? i. Las actividades biolgicas fundamentales en el ciclo del nitrgeno comprenden la fijacin de nitrgeno, la amonificacin, la nitrificacin y la desnitrificacin y la asimilacin. Explica e que consisten los procesos subrayados. J. En que consiste la eutrofizacin del agua y qu consecuencias tiene para los ecosistemas Which of the following actions involves voluntary muscle movement? an adiabatic compressor receives 1.5 meter cube per second of air at 30 degrees celsius and 101 kpa. The discharge pressure is 505 kpa and the power supplied is 325 kW, what is the discharge temperature On January 1, year 1, Clem Corp. purchased equipment for $160,000. The equipment has a residual value of $10,000, and has a life of 100,000 hours. Clem uses the units-of-production method of depreciation. In year 1, Clem used the machine 2,000 hours, and in year 2, Clem used the machine 3,000 hours. What is the depreciation expense for year 2 Evaluate w+(-x)-2/3 where w= 5/9 and x=4/3 how can I create a folder that will demand a password to open it? Using what you know about angles and translations, find all of the anglemeasures in the image below.. Help ASAP - Find the area of the composite figure made up of a square and a semicircle. Use 3.14 as an approximation for and give youranswer to the nearest square inch. Enter only the number.