Burning Brownie has five varieties of cakes as Chocolate fudge cake (Cake 1), Nutella-filled Cake (Cake 2), Marble Cake (Cake 3), Cheese cake (Cake 4) and Fruit Cake (Cake 5) at their store. The selling prices of each of the cakes are $9, $12, $4, $5, $8 respectively. a. Formulate the Revenue function If it takes 4 cups of milk, 7 cups of sugar, 1 egg, 3 cups flour & 4 cups cream to make Cake 1; 3 cups milk, 4 cups sugar, 2 egg, 4 cups flour & no cream to make Cake 2; 1 cups milk, 5 cups sugar, 3 eggs, 2 cups flour & 1 cup cream to make Cake 3; 5 cups milk, no sugar, 4 eggs, 4 cups flour & 5 cups cream for Cake 4; & lastly 4 cups milk, 8 cups sugar, 5 eggs, 6 cups flour & 3 cups cream to make Cake 5; Which types of cakes to be baked such that we get maximum Revenue? Keep in mind that the store has availability of maximum 280 cups milk, 300 cups sugar, 80 eggs, 250 cups flour & 190 cups cream at their disposal. b. Formulate the constraints of the scenario. c. Solve the system if linear inequalities using Excel Solver.

Answers

Answer 1

A. In equation form: Revenue = 9x1 + 12x2 + 4x3 + 5x4 + 8x5

B. Non-negativity constraint: x1, x2, x3, x4, x5 ≥ 0

How did we get these values?

To solve this problem using E x c e l Solver, set up the revenue function and the constraints. Here's how you can do it:

a. Revenue Function:

Let's denote the number of cakes baked for each type as x1, x2, x3, x4, and x5 respectively.

The revenue function can be formulated as:

Revenue = (Selling Price of Cake 1 × Number of Cake 1) + (Selling Price of Cake 2 × Number of Cake 2) + (Selling Price of Cake 3 × Number of Cake 3) + (Selling Price of Cake 4 × Number of Cake 4) + (Selling Price of Cake 5 × Number of Cake 5)

In equation form:

Revenue = 9x1 + 12x2 + 4x3 + 5x4 + 8x5

b. Constraints:

The constraints for the availability of ingredients can be formulated as follows:

Milk constraint: 4x1 + 3x2 + x3 + 5x4 + 4x5 ≤ 280

Sugar constraint: 7x1 + 4x2 + 5x3 ≤ 300

Egg constraint: x1 + 2x2 + 3x3 + 4x4 + 5x5 ≤ 80

Flour constraint: 3x1 + 4x2 + 2x3 + 4x4 + 6x5 ≤ 250

Cream constraint: 4x1 + 5x3 + x4 + 3x5 ≤ 190

Non-negativity constraint: x1, x2, x3, x4, x5 ≥ 0

c. Solve the system of linear inequalities using E x c e l Solver:

To solve the system of linear inequalities using E x c e l Solver, follow these steps:

1. Open M i c r o s o f t E x c e l and enter the following data in a new sheet:

| | A | B |

|-----|-----------|-----------------|

| 1 | Cakes | Selling Price |

| 2 | Cake 1 | $9 |

| 3 | Cake 2 | $12 |

| 4 | Cake 3 | $4 |

| 5 | Cake 4 | $5 |

| 6 | Cake 5 | $8 |

| | | |

| | | Formula |

| 9 | Milk | 280 |

| 10 | Sugar | 300 |

| 11 | Eggs | 80 |

| 12 | Flour | 250 |

| 13 | Cream | 190 |

2. In cell B16, enter the formula for the revenue:

=B2×B7 + B3×B8 + B4×B9 + B5×B10 + B6×B11

3. In cell B18, enter the formula for the milk constraint:

=4×B2 + 3×B3 + B4 + 5×B5 + 4×B6

4. In cell B19, enter the formula for the sugar constraint:

=7×B2 + 4×B3 + 5×B4

5. In cell B20, enter the formula for the egg constraint:

=B2 + 2×B3 + 3×B4 + 4×B5 + 5×B6

6. In cell B21, enter the formula for the flour constraint:

=3×B2 + 4×B3 + 2×B4 + 4×B5 + 6×B6

7. In cell B22, enter the formula for the cream constraint:

=4×B2 + 5×B4 + B5 + 3×B6

8. In cell B24, enter the formula for the non-negativity constraint for Cake 1:

=B2

9. Repeat step 8 for the remaining cakes, entering the formulas in cells B25, B26, B27, and B28:

=B3

=B4

=B5

=B6

10. Now, select cells B16 to B28 and click on the "Solver" button in the "Data" tab.

11. In the Solver Parameters window, set the objective to maximize the cell B16 (Revenue).

12. Set the By Changing Variable Cells to B24:B28 (the number of cakes baked).

13. Click on the "Add" button in the "Subject to the Constraints" section.

14. In the Constraint window, select the range B18:B22 for the constraint cells.

15. In the Solver Parameters window, click on the "Add" button again and select the range B24:B28 for the non-negativity constraints.

16. Set the Solver options as desired, and click on the "Solve" button.

E x c e l Solver will calculate the optimal values for the number of cakes to be baked for each type that maximize the revenue, while satisfying the given constraints on ingredient availability. The solution will be displayed in cells B24:B28, indicating the number of cakes to be baked for each type.

learn more about excel solver: https://brainly.com/question/31404959

#SPJ1


Related Questions

A rectangular tree lot must have a perimeter of 100 uards and an area of at least 500 square yards. Describe the possible lengths of the tree lot.

Answers

The possible lengths of the tree lot are 25 + 5√5 yards and 25 - 5√5 yards.

Let's denote the length of the rectangular tree lot as "l" and the width as "w".

We know that the perimeter of a rectangle is given by the formula:

Perimeter = 2(l + w)

Given that the perimeter of the tree lot must be 100 yards, we can write the equation as:

2(l + w) = 100

Next, we know that the area of a rectangle is given by the formula:

Area = l × w

Given that the area of the tree lot must be at least 500 square yards, we can write the inequality as:

l × w ≥ 500

Now, let's solve the equations simultaneously to find the possible lengths of the tree lot.

Perimeter equation:

2(l + w) = 100

l + w = 50

w = 50 - l

Area inequality:

l × w ≥ 500

Substituting the value of w from the perimeter equation into the area inequality, we have:

l × (50 - l) ≥ 500

50l - l^2 ≥ 500

l^2 - 50l + 500 ≥ 0

Now, we need to find the values of l that satisfy the inequality. Since the coefficient of the squared term is positive, the graph of this quadratic opens upward. This means that the values of l that satisfy the inequality will be either the entire range of possible values or a portion of it.

To find the possible lengths, we can either factor the quadratic or use the quadratic formula. Let's use the quadratic formula:

l = (-(-50) ± √((-50)^2 - 4(1)(500))) / (2(1))

l = (50 ± √(2500 - 2000)) / 2

l = (50 ± √500) / 2

l = (50 ± 10√5) / 2

l = 25 ± 5√5

Therefore, the possible lengths of the tree lot are 25 + 5√5 yards and 25 - 5√5 yards.

In summary, the possible lengths of the rectangular tree lot are 25 + 5√5 yards and 25 - 5√5 yards, respectively.

for such more question on lengths

https://brainly.com/question/24176380

#SPJ8

PLS HELP, BRAINLEST ANSWER GIVEN

This fraction is equivalent to

Answers

Answer:  A    -6x² + 2x -4

Step-by-step explanation:

[tex]\frac{-12x^{3}+ 4x^{2} -8x}{2x}[/tex]                             >Divide each of the top terms by 2x[tex]=\frac{-12x^{3}}{2x} +\frac{4x^{2} }{2x} -\frac{8x}{2x}[/tex]

= -6x² + 2x -4

To solve the quadratic equation 3(x−7)2=27 , Diego and Mai wrote the following: Diego 3(x−7)2=27 (x−7)2=9 x2−72=92 x2−49=81 x2=130 x=130−−−√ and x=−130−−−√ Mai 3(x−7)2=27 (x−7)2=9 x−7=9 x=16 Identify the mistake(s) each student made. Solve the equation and show your reasoning.

Answers

Given statement solution is :- The correct solutions to the quadratic equation  [tex]3(x-7)^2 = 27[/tex]  are x = 10 and x = 4.

Diego made an error in the step where he simplified [tex](x-7)^2 = 9 to x^2[/tex] - 72 = 9. The correct expansion of [tex](x-7)^2 is x^2 - 14x + 49[/tex], not [tex]x^2 - 72.[/tex]Therefore, his subsequent steps and solution are incorrect.

Mai made an error in the step where she simplified [tex](x-7)^2 = 9[/tex] to x - 7 = 9. The square root of 9 is ±3, so the correct equation should be x - 7 = ±3, not x - 7 = 9. Therefore, her solution is incorrect.

To solve the equation correctly, we start with the equation [tex]3(x-7)^2 = 27.[/tex]

Dividing both sides by 3, we have:

[tex](x-7)^2 = 9[/tex]

Taking the square root of both sides, we get:

x - 7 = ±3

Now, we need to solve for x by adding 7 to both sides:

x = 7 ± 3

This gives us two possible solutions:

x = 7 + 3 = 10

x = 7 - 3 = 4

So, the correct solutions to the quadratic equation [tex]3(x-7)^2 = 27[/tex] are x = 10 and x = 4.

For such more questions on Quadratic Equation Error Analysis

https://brainly.com/question/17087904

#SPJ8

In English classmates teacher gifts for horses each worth five points after three quizzes. She has the score for three and four. What does she need to get on the last quiz to have a mean score for

Answers

Answer:

5

She must therefore earn 5 points on the last test to achieve a mean score of 4.

Step-by-step explanation:

The sum of the data divided by the total number of data represents the mean, which is the average of a set of data.

Which is an expression for the volume of the prism (v =lwh)
Show how to calculate the volume in two different ways

Answers

The expression that shows the volume of the prism is x³ - x² - 6.

How to find the volume of a rectangular prism?

The prism above is a rectangular prism. The volume of the prism can be found as follows:

The volume of the prism can be found as follows:

volume of the rectangular prism = lwh

where

l = length of the basew = width of the baseh = height of the prism

Therefore,

volume of the rectangular prism = (x - 3)(x)(x + 2)

volume of the rectangular prism = (x² - 3x)(x + 2)

volume of the rectangular prism = x³ + 2x² - 3x² - 6

volume of the rectangular prism = x³ - x² - 6

learn more on prism here: https://brainly.com/question/14886871

#SPJ1

The points with coordinates (4,8), (2,10), and (5,7) all lie on the line 2x+2y=24

Answers

Since all three points satisfy the equation 2x + 2y = 24 when their coordinates are substituted, we can conclude that the points (4,8), (2,10), and (5,7) indeed lie on the line represented by the equation 2x + 2y = 24.

To determine if the points (4,8), (2,10), and (5,7) lie on the line 2x + 2y = 24, we can substitute the x and y values of each point into the equation and check if the equation holds true.

For the point (4,8):

2(4) + 2(8) = 8 + 16 = 24, which satisfies the equation.

For the point (2,10):

2(2) + 2(10) = 4 + 20 = 24, which also satisfies the equation.

For the point (5,7):

2(5) + 2(7) = 10 + 14 = 24, which satisfies the equation as well.

Since all three points satisfy the equation 2x + 2y = 24 when their coordinates are substituted, we can conclude that the points (4,8), (2,10), and (5,7) indeed lie on the line represented by the equation 2x + 2y = 24.

for such more question on coordinates

https://brainly.com/question/23907194

#SPJ8

Choose the equatio
Choose the equation that represents a line that passes through points (−1, 2) and (3, 1).

1. 4x − y = −6
2. x + 4y = 7
3. x − 4y = −9
4. 4x + y = 2n that represents a line that passes through points (−1, 2) and (3, 1).

Answers

Answer:

x+4y=7

Step-by-step explanation:

HELP SRSLY I JEED TO GET THIS RIHT ILL MARK AS BRAINLYIST AND ILL GIVE 40 POINTS 14 yd-
12 yd
30 yd
2
The triangular prism above undergoes a dilation whose scale factor is
3
What is the volume of the image? Round your answer to the nearest tenths place.

Answers

A triangular prism is a three-dimensional geometric shape that consists of two triangular bases and three rectangular faces connecting them. It is a polyhedron with six faces, nine edges, and six vertices.

The two triangular bases of a triangular prism are congruent and parallel to each other. The rectangular faces are perpendicular to the triangular bases, and their lateral edges connect the corresponding vertices of the triangular bases.

The triangular bases are identical and parallel to each other. Each base has three vertices, three edges, and one face.There are three rectangular lateral faces connecting the corresponding vertices of the triangular bases. Each lateral face has two edges and one face.

Learn more about triangular prism on:

https://brainly.com/question/27102803

#SPJ1

What is the meaning of "definition of finiteness uses the notion of a natural number"?

Answers

Answer:

Look Below

Step-by-step explanation:

The statement "definition of finiteness uses the notion of a natural number" means that when defining what it means for a set or collection to be finite, the concept of a natural number is employed.

In mathematics, a set is said to be finite if it can be put into a one-to-one correspondence with a specific subset of the natural numbers. This subset typically starts with the number 1 and includes a finite sequence of consecutive natural numbers, depending on the size of the set.

For example, consider a set A with three elements: A = {a, b, c}. To show that A is finite, we can establish a one-to-one correspondence between the elements of A and the set {1, 2, 3} as follows: a ↔ 1, b ↔ 2, c ↔ 3. This mapping shows that each element of A corresponds to a unique natural number, and vice versa. Since there is a bijection (a one-to-one correspondence) between the elements of A and a subset of the natural numbers, we conclude that A is finite.

Thus, in the definition of finiteness, the notion of a natural number is used to provide a precise and rigorous characterization of what it means for a set to be finite. It allows us to establish a clear distinction between finite sets and infinite sets, which do not have a one-to-one correspondence with any subset of the natural numbers.

Factorise completely.
1.1) 2x + 4y - 6z
1.2) 10p6q²-4p³q2 + 2p*q*
1.3) (m+n)²-5p(m + n)
1.4) 4(7c-d)+a(d-7c)​

Answers

The completely factorized forms are:

1.1) 2x + 4y - 6z (no further factorization)

[tex]1.2) 2pq(5p^5q - 2p^2 + 1)[/tex]

1.3) (m + n)(m + n - 5p)

1.4) 7c(4 - a) + d(-4 + a)

We have,

Let's factorize each expression completely:

1.1)

2x + 4y - 6z

There are no common factors among the terms, so we can't factorize it further.

1.2)

[tex]10p^6q^2 - 4p^3q^2 + 2pq[/tex]

The common factor among the terms is 2pq, so we can factor it out:

[tex]2pq (5p^5q - 2p^2 + 1)[/tex]

1.3)

(m + n)² - 5p(m + n)

Using the distributive property, we can expand the squared term:

(m + n)(m + n) - 5p(m + n)

Now we can factor out the common factor (m + n):

(m + n)(m + n - 5p)

1.4)

4(7c - d) + a(d - 7c)

Using the distributive property, we can expand the terms:

28c - 4d + ad - 7ac

Rearranging the terms:

(28c - 7ac) + (-4d + ad)

Factoring out common factors:

7c(4 - a) + d(-4 + a)

Thus,

The completely factorized forms are:

1.1) 2x + 4y - 6z (no further factorization)

[tex]1.2) 2pq(5p^5q - 2p^2 + 1)[/tex]

1.3) (m + n)(m + n - 5p)

1.4) 7c(4 - a) + d(-4 + a)

Learn more about expressions here:

https://brainly.com/question/3118662

#SPJ1

A number n minus the sum of the number and eight

Answers

The algebraic expression for the sentence in this problem is given as follows:

n - (x + 8).

How to obtain the algebraic expression for the sentence?

The sentence in this problem is given as follows:

"A number n minus the sum of the number and eight".

The sum of an unknown number x and eight is given as follows:

x + 8.

The subtraction of the number n by the expression is given as follows:

n - (x + 8).

More can be learned about algebraic expressions at https://brainly.com/question/4344214

#SPJ1

through (-2, 1), perp to y=2x-5​

Answers

Answer:

y = -1/2x

Step-by-step explanation:

Currently, y = 2x - 5 is in slope-intercept form, whose general equation is y = mx + b, where

(x , y) is any point on the line,m is the slope,and b is the y-intercept.

The slopes of perpendicular lines are negative reciprocals of each other.  We can show this with the following formula;

m2 = -1 / m1, where

m2 is the slope of the line we're trying to find, and m1 is the slope of the line we're given.

Finding the slope of the other line:

Since 2 is the slope of y = 2x - 5, we can plug in 2 for m1 in perpendicular slope formula to find m2, the slope of the other line:

m2 = -1 / 2

m2 = -1/2

Thus, the slope of the other line is m = -1/2.

Finding the y-intercept of the other line:

We can find the y-intercept of the other line (i.e., b in the slope-intercept equation) by plugging in (-2, 1) for x and y and -1/2 for m in the slope-intercept form:

1 = -1/2(-2) + b

1 = 1 + b

0 = b

Thus, y = -1/2x is the line that passes through (-2, 1) and is perpendicular to y = 2x - 5.

Match each system on the left with all words that describe the system on the right. Choices on the right can be used more than once. y = 3x - 1 2y - 6x = 4 2y = -x + 6 4y + 2x = 12 y = 2x + 3 x+y = -9 inconsistent consistent independent dependent​

Answers

y = 3x - 1: consistent, independent

2y - 6x = 4: consistent, independent

2y = -x + 6: consistent, independent

4y + 2x = 12: consistent, independent

y = 2x + 3: consistent, independent

x + y = -9: consistent, dependent

y = 3x - 1 and 2y = -x + 6: inconsistent

Let's match each system on the left with the appropriate words that describe the system on the right:

y = 3x - 1: consistent, independent

This system represents a linear equation with a unique solution. The equations are not multiples of each other, and they intersect at a single point.

2y - 6x = 4: consistent, independent

Similar to the first system, this represents a linear equation with a unique solution. The equations are not multiples of each other, and they intersect at a single point.

2y = -x + 6: consistent, independent

This system also represents a linear equation with a unique solution. The equations are not multiples of each other, and they intersect at a single point.

4y + 2x = 12: consistent, independent

Like the previous systems, this represents a linear equation with a unique solution. The equations are not multiples of each other, and they intersect at a single point.

y = 2x + 3: consistent, independent

This system represents a linear equation with a unique solution. The equations are not multiples of each other, and they intersect at a single point.

x + y = -9: consistent, dependent

This system represents a linear equation with infinitely many solutions. The equations are multiples of each other, meaning they represent the same line. Therefore, any point on the line satisfies both equations.

y = 3x - 1 and 2y = -x + 6: inconsistent

This system represents inconsistent equations that do not have a common solution. The lines represented by the equations are parallel and do not intersect.

To summarize the matches:

y = 3x - 1: consistent, independent

2y - 6x = 4: consistent, independent

2y = -x + 6: consistent, independent

4y + 2x = 12: consistent, independent

y = 2x + 3: consistent, independent

x + y = -9: consistent, dependent

y = 3x - 1 and 2y = -x + 6: inconsistent

for such more question on consistent

https://brainly.com/question/17448505

#SPJ8

The length of a rectangle is four times its width. If the perimeter of the rectangle is 180 ft, find its area

Answers

The area of the rectangle is 1296 square feet.

Let's denote the width of the rectangle as "w" and its length as "4w" since the length is four times the width.

The formula for the perimeter of a rectangle is given by:

P = 2(l + w), where P is the perimeter, l is the length, and w is the width.

Given that the perimeter of the rectangle is 180 ft, we can write the equation as:

180 = 2(4w + w)

Simplifying the equation:

180 = 2(5w)

180 = 10w

w = 18

So, the width of the rectangle is 18 ft.

Now, we can find the length of the rectangle:

Length = 4w = 4(18) = 72 ft

The area of a rectangle is given by the formula:

[tex]A = l \times w,[/tex]

where A is the area,

l is the length,

and w is the width.

Substituting the values we found:

Area [tex]= 72 ft \times 18 ft = 1296 ft^2[/tex]

For similar question on rectangle.

https://brainly.com/question/2607596  

#SPJ8

Need help with those 3 questions

Answers

The general form of the solutions of the recurrence relation is

[tex]a_n = (A + B n + C n^2 + D n^3) 1^n + (E + F n + G n^2) (-2)^n + (H + I n) 3^n + (J + K n) (-4)^n,[/tex]

We are given that;

Series=1, 1, 1, 1, -2, -2, -2, 3, 3, -4

Now,

In mathematics, a set of simultaneous equations, also known as a system of equations or an equation system, is a finite set of equations for which common solutions are sought.

If the characteristic equation has repeated roots, then the general solution is modified by multiplying each term by a polynomial in n whose degree is equal to the multiplicity of the root minus one. For example, if r is a root of multiplicity m, then the corresponding term in the general solution is

[tex]a_n = (A + B n + C n^2 + … + Z n^(m-1)) r^n,[/tex]

where A, B, C, …, Z are arbitrary constants.

In this question, the characteristic equation has roots 1, 1, 1, 1, -2, -2, -2, 3, 3, -4. The root 1 has multiplicity 4, the root -2 has multiplicity 3, and the roots 3 and -4 have multiplicity 2 each.

[tex]a_n = (A + B n + C n^2 + D n^3) 1^n + (E + F n + G n^2) (-2)^n + (H + I n) 3^n + (J + K n) (-4)^n,[/tex]

where A, B, C, D, E, F, G, H, I, J and K are arbitrary constants.

Therefore, by the equation answer will be [tex]a_n = (A + B n + C n^2 + D n^3) 1^n + (E + F n + G n^2) (-2)^n + (H + I n) 3^n + (J + K n) (-4)^n,[/tex]

To learn more about simultaneous equations :

brainly.com/question/16763389

#SPJ1

∠RQT is a straight angle. What are m∠RQS and m∠TQS?

Answers

Answer:

         m∠RQS = 102°

         m∠TQS = 78°

Step-by-step explanation:

    A straight angle is equal to 180 degrees. We will create an equation to solve for x.

         9x° + 3° + 7x° + 1° = 180°

         16x° + 4° = 180°

         16x° = 176°

         x = 11

    Next, we will substitute this value into the expressions representing the angles.

         m∠RQS = 9x° + 3° = 9(11)° + 3° = 102°

         m∠TQS = 7x° + 1° = 7(11)° + 1° = 78°

A vet records the weight of all the dogs she has seen in the last week the data is recorded bellow in pounds. 61, 10, 32, 19, 22, 22, 29, 36, 14, 49, 3 What is the mean Median, mode, standard deviation, and the outlier (if any)?

Answers

Answer:

Mean: 27

Median: 22

Mode: 22

Standard deviation: 17

No outlier (61 might be one just check with people you know and see if they have an outlier or not)

Step-by-step explanation: Give a definition of mean, median, mode…and just add your answers.

Find the area of the figure below.



Enter the answer as square inches.

Answers

Answer:

42

Step-by-step explanation:

Rectangle: A = 6 x 5 = 30

Triangle: A = 1/2(6 x 4) = 12

Area of figure: 30 + 12 = 42

Answer:

area of rectangle+area of triangle= area of figure

6×5 + 1/2×4×6=30+24= 42

or

given figure is a trapezium

so we know are of trapezium= 1/2×sum of parallel sides×height

= 1/2×( 5+9)×6

=42

The test scores for an exam are approximatoly normally distributed with a mean 73 points and a standard deviation of 6 points. Use this information to answer each of the following. Express your answer as a whole percent

Answers

John's z-score is 0.75.

John's score of 79 on the math test corresponds to a z-score of 0.75 and a percentile of 77.82%.

What is John's z-score and percentile?

To get John's z-score, we will use the formula: z = (x - μ) / σ

Data

x = John's score (79)

μ = mean score (73)

σ = standard deviation (8)

z = (79 - 73) / 8

z = 6 / 8

z = 0.75.

To find John's percentile, we can use a standard normal distribution table or calculator.

The percentile represents the percentage of scores that fall below a given value. Using  standard normal distribution table, we find that a z-score of 0.75 equals to percentile of 77.82%.

Full question:

The scores on a math test have a mean of 73 points and a standard deviation of 8 points. John scores a 79 on the test. Convert this score to a z-score and a percentile..

Read more about normal distribution

brainly.com/question/4079902

#SPJ1

enter the number that belongs in the green box

Answers

The value of the unknown side to the nearest hundredth is 6.78

What is cosine rule?

Cosine rule states that; if a, b,c are the sides of a triangle and A,B,C are the opposite angles of the sides, then

c² = a² + b² -2ab CosC

Cosine rule is used when all the sides or two of the sides are given. The angle opposite to side c is angle C.

c² = 4² + 10² - 2(4)(10)cos 29

c² = 16 +100 - 80cos29

c² = 116 -69.97

c² = 46.03

c = √ 46.03

c = 6.78 ( nearest hundredth).

Therefore the value of c is 6.78

learn more about cosine rule from

https://brainly.com/question/23720007

#SPJ1

ery Test
What is the solution of this equation?
1
-3+
4
z = 1
Enter the correct answer.

Answers

The solution of this equation is z = 3.

We are given that;

1-3+4z = 1

Now,

To solve for z, we need to isolate it on one side of the equation. We can do this by following these steps:

Subtract −31​

from both sides to eliminate it from the left side.

Multiply both sides by z to eliminate the fraction on the left side.

Divide both sides by 4 to isolate z on the left side.

Let’s see how this works:

−31​+z4​=1

−31​+z4​=1

z4​=1+31​

z4​=34​

4=4/3 ​z

z=3*4​/4​

z=4/4×3​

z=3

Therefore, by the equation answer will be z = 3.

To learn more about equations :

brainly.com/question/16763389

#SPJ1

Translate this sentence into an equation. 42 is the sum of 23 and Janelle's age. Use the variable j to represent Janelle's age.

Answers

Answer:

42 = 23 + j

Step-by-step explanation:

The equation representing the given sentence would be:

42 = 23 + j

Here, the variable "j" represents Janelle's age.

A cube is sliced through the center vertically,
perpendicular to the base. The cross section that results
would be which shape? Select two that apply.
base
A
B
с
rectangle
square
trapezoid
D triangle

Answers

The cross-section that results from slicing a cube through the center vertically, perpendicular to the base, is both a rectangle and a square.

When a cube is sliced through the center vertically, perpendicular to the base, the resulting cross-section will be a rectangle and a square.

Let's consider the properties of a cube. A cube is a three-dimensional solid with six square faces. Each face of the cube is congruent and perpendicular to the adjacent faces. The edges of the cube are all equal in length, and the angles between the faces are all right angles (90 degrees).

When we slice the cube vertically through the center perpendicular to the base, we cut through the cube in such a way that the cross-section obtained is a plane figure. This cross-section will have the same shape as the face of the cube that was cut.

In this case, since the cube has square faces, the cross-section will also have the same shape. Therefore, a square is one of the shapes that apply to the resulting cross-section.

Additionally, since the slice is made through the centre of the cube, the resulting cross-section will pass through the midpoints of two opposite sides of the square face. As a result, the cross-section will have equal side lengths and parallel sides, making it a rectangle.

Final answer:

Therefore, the cross-section that results from slicing a cube through the center vertically, perpendicular to the base, is both a rectangle and a square. These shapes capture the properties of the cube's face and the nature of the cut.

For more questions on cube

https://brainly.com/question/28776132

#SPJ8

Stephanie wanted to solve the equation 16=3x+1. Which inverse operations should she use to find the solution?

Answers

Answer:

Subtraction and Division

Step-by-step explanation:

Inverse operations help find the solution to equations.

Defining Inverse Operations

Firstly, let's define an operation. An operation in math is a function that can manipulate a value. Inverse operations are operations that are opposite operations that undo each other. For example, addition and subtraction are inverse operations because subtraction undoes addition. Multiplication and division are also inverse operations.

Solving the Equation

The equation 16 = 3x + 1 involves both addition and multiplication. So, to solve this, we can use the inverse operations of subtraction and division. First, subtract 1 from both sides.

15 = 3x

Then, divide both sides by 3.

5 = x

This shows that by using subtraction and division, we can undo the addition and multiplication used in the equation. This allows us to find the value of x.

7 students are running for student council. how many different ways can their names be listed on the ballot

Answers

Step-by-step explanation:

7! = 5040 ways

A=$1337.50, P=?, R=4%, T=21 months
find the unknown quantity for an account that earns simple annual interest​

Answers

Answer:

$1250

Step-by-step explanation:

A = P + Prt

1337.5 = P + P(0.04)(21/12)

1337.5 = 1.07P

P = 1250

Answer: $1250

A ball is thrown into the air. The function h(x) = -16x2 + 64x + 8 models the height, in feet above ground, of the ball after x seconds.

What was the height of the ball at the time it was thrown?
How many seconds after being thrown did the ball reach its maximum height?

Answers

Answer:

At the time the ball was thrown, it was 8 feet above the ground.

h'(x) = -32x + 64 = 0, so x = 2

The ball reaches its maximum height after 2 seconds.

based on the table, what is the total tax due for a married couple who have a combined income of 110,000 ?

Answers

The total tax due for a married couple who have a combined income of $110,000 is $16,079

How to determine the total tax due for a married couple who have a combined income of 110,000

From the question, we have the following parameters that can be used in our computation:

Income = $110,000

Also, we have the table of values

From the tax table, we have the category of tax to be paid by the couple to be

Tax = 8907 + 22% * excess of 77400

So, we have

Tax = 8907 + 22% * (110,000 - 77400)

Evaluate

Tax = 16079

Hence, the tax amount is $16,079

Read more about income tax at

https://brainly.com/question/26316390

#SPJ1

A collection of coins consists of nickels dimes and quarters. There are four fewer quarters than nickels and 3 more dimes than quarters. How many of each kind of coin are in the collection if the total value of the collection is $6.5?

Answers

There are 19 nickels, 15 quarters, and 18 dimes in the collection.

Let's assume that there are n number of nickels in the collection.There are four fewer quarters than nickels, so the number of quarters will be n - 4.

There are 3 more dimes than quarters, so the number of dimes will be (n - 4) + 3 = n - 1.

The value of each nickel is $0.05, the value of each dime is $0.10, and the value of each quarter is $0.25.Using this information, we can form the following equation to represent the total value of the collection:

0.05n + 0.10(n - 1) + 0.25(n - 4) = 6.5Simplifying this equation, we get:0.05n + 0.10n - 0.10 + 0.25n - 1 = 6.50.40n - 1.10 = 6.50

Adding 1.10 to both sides, we get:0.40n = 7.60Dividing both sides by 0.40, we get:n = 19

Therefore, there are 19 nickels in the collection.There are four fewer quarters than nickels, so the number of quarters will be n - 4 = 19 - 4 = 15.

There are 3 more dimes than quarters, so the number of dimes will be (n - 4) + 3 = 15 + 3 = 18.

To learn more about : collection

https://brainly.com/question/13458417

#SPJ8

Pls help
This other expression is equal to

Answers

D. (4x^2 - x + 2)

reasoning:
coefficients (the # in front of the variable) gets divided by the 3, and the exponents essentially just get subtracted.

12x^4 divided by 3x^2 (divide 12 by 3 and subtract the exponents to reach 4x^2)

same for -3x^2 divided by 3x^2 (since these terms are the almost same, you would just end up with -1)

6x^2 divided by 3x^2 (divide 6 by 3 which equals two, and subtract the exponents. that leave you with just 2 since 2-2 = 0 for the exponents)

place it together back in standard form

4x^2 - x + 2
Other Questions
hen the WHERE clause contains multiple types of operators, which of the following is resolved first? O arithmetic operations O comparison operators O logical operators. O numeric 4. Explain the following scenarios using your own words. Add diagrams if necessary. a. Suppose that limg(x) = 4. Is it possible for the statement to be true and yet g(2) = 3? b. Is it possible to have the followings where_lim_f(x) = 0 and that_lim_f(x) = -2. x-1- x-1+ What can be concluded from this situation? [4 marks] you were further asked to identify and summarize three of thesix basic features of performance management? The road adjacent to badminton court at CentralUniversity, Lucknow, needed repair. So, the universityauthorities hired Parikh to do the job. Parikh selected acertain number of workers and assured the universitythat work will be done in 10 days. Unfortunately, 4workers were absent from the beginning and the tasktook 50 days to complete. Can you tell us how manyworkers Parikh hired initially. We observe that we can transpose a summand in a vectorsum to the other side with a negative sign as in ordinarycondition.Difference of two Vectors. according to keynes, what determines the level of employment and income? the expected return of a portfolio of risky securities a) is a weighted average of the securities' returns. b) is the sum of the securities' returns. fill in the blank. The discovery of radium was quickly commercialized. In one case a fake person by the name of ______ was created to shill Tho-Radia face cream. In the recovery from the Covid-19 recession, inflation in the U.S. and Europe rose. Early in 2022,economists debated what the Fed should do. In this problem, we will use the AS/AD framework toconsider the inflation.a) Suppose the economy is in recession and lockdowns end. Portray this as a reversal of theaggregate demand shock in Problem 1 in the AS/AD model. What happens if the effects of the stimuluscontinue as the lockdowns end in the short run? Use a graph to explain what happens to inflation andshort-run output.b) Some politicians criticized the Fed for not raising interest rates in the recovery. Use the AS/ADdiagram to analyze this position.c) Some economists argued that the inflation was transitory and related to short-term supply chaindisruptions. You might think about temporary shortages as price shocks. Demonstrate this argument usingthe AS/AD framework. What are the implications for monetary policy? this is the problem The material covered in the course, and more specifically the concepts and topics in each module, are applicable in business. Therefore, your task in writing a Global Summary (1-2 pages double-spaced) is to find examples in news/media articles of how the concepts fit into marketing. For each global summary, you should look for the concepts of interest to you in substantive publications (e.g. Bloomberg Business Week, NY Time, WSJ, USA Today etc.). Please no social media sources (i.e. blogs, posts etc). Each global summary should relate to the weeks module topics and/or concepts and contain a least 4 different concepts. More than one concept may be in the same article. Please provide the topic or concept, the issue, the page number for the publication, a paragraph or two on each and how each item related to a specific concept in the book (include page number from the text). You should also provide the web link to the source. explore involuntary and voluntary turnover. Explore issues of ethics and justice in regard to layoffs, creating a set of best practices that relate to distributive, procedural, and interactional justice. Address the issue of voluntary turnover as it relates to talent management. Given f(x) = log2 (x+2), complete the table of values for the function -f(x) - 3. Show your work. C. Discuss different cultural orientations of home countrycompanies that determine the degree of cultural adaptability? competitors with similar offers find that a new entrant is threatening because 2. In your solution, you must write your answers in exact form and not as decimal approximations. Consider the function f(x) = e , 2 xR. (a) Determine the fourth order Maclaurin polynomial P(x) for f. (b) Using P(x), approximate e1/s. (c) Using Taylor's theorem, find a rational upper bound for the error in the approximation in part (b). (d) Using P(x), approximate the definite integral 1 x2/e2 dx0(e) Using the MATLAB applet Taylortool: i. Sketch the tenth order Maclaurin polynomial for f in the interval -3 < x < 3. ii. Find the lowest degree of the Maclaurin polynomial such that no difference between the Maclaurin polynomial and f(x) is visible on Taylortool for x = (-3,3). Include a sketch of this polynomial. dx. Dr. Ludwig von Drake is at it again! After many years of research, Dr. von Drake has finally solved one of physics greatest mysteries. Dr. von Drake has discovered the grand unified theory. As a result of the discovery, Dr. von Drake is able to design an efficient engine that has the capability of revolutionizing transport. Dr. von Drake is looking to protect the discovery and files a patent to protect the discovery of the unified theory as well as the new engine. What is the likely result? Let X and Y be two independent random variables such that Var (3X-Y)-12 and Var (X+2Y)-13. Find Var(X) and Var(Y). 4.(a) Find the equation of the tangent line to y= sqrt x-2 at x = 6.(b) Find the differential dy at y= sqrt x-2 and evaluate itfor x = 6 and dx = 0.24. (a) Find the equation of the tangent line to y = x-2 at x = 6. (b) Find the differential dy at y = x-2 and evaluate it for x = 6 and dx = 0.2. find the energy (in joules) of the photon that is emitted when the electron in a hydrogen atom undergoes a transition from the n = 7 energy level to produce a line in the paschen series.