13. Tonia and Trinny are twins. Their friends give them identical cakes for their birthday. Tonia eats ⅛ of her cake and Trinny eats ⅙ of her cake. How much cake is left? ​

Answers

Answer 1

Answer:

If Tonia eats 1/8 of the cake, then the fraction of the cake left is:

1 - 1/8 = 7/8

If Trinny eats 1/6 of the cake, then the fraction of the cake left is:

1 - 1/6 = 5/6

Since Tonia and Trinny have identical cakes, the amount of cake left is the same for both of them. Therefore, the amount of cake left is:

(7/8 + 5/6) / 2 = 41/48

So there is 41/48 of the cake left.


Related Questions

A triangular pyramid has a base shaped like an equilateral triangle. The legs of the equilateral triangle are all 11 yards long, and the height of the equilateral triangle is 9.5 yards. The pyramid's slant height is 17 yards. What is its surface area?

Answers

The surface area of the triangular pyramid is approximately 331.93 square yards.

To find the surface area of the triangular pyramid, we need to calculate the areas of its individual components and then sum them up.

The triangular pyramid has a base shaped like an equilateral triangle. The legs of the equilateral triangle are all 11 yards long, and the height of the equilateral triangle is 9.5 yards. The formula to calculate the area of an equilateral triangle is:

Area = (√3/4) * [tex]side^2[/tex]

Plugging in the values, we get:

Area of the base equilateral triangle = (√3/4) * 11^2 ≈ 52.43 square yards

The triangular pyramid also has three triangular faces. Each face is an isosceles triangle, with two sides measuring 11 yards (same as the sides of the base equilateral triangle) and a slant height of 17 yards. We can use the formula for the area of an isosceles triangle:

Area = (1/2) * base * height

Since the base of the isosceles triangle is 11 yards and the height is 17 yards, the area of each triangular face is:

Area of each triangular face = (1/2) * 11 * 17 = 93.5 square yards

Now, we can calculate the total surface area of the triangular pyramid by summing up the areas of the base and the three triangular faces:

Surface area = Area of the base equilateral triangle + 3 * Area of each triangular face

Surface area = 52.43 + 3 * 93.5

Surface area ≈ 331.93 square yards

For more such questions on triangular pyramid visit:

https://brainly.com/question/30517561

#SPJ8

At which points is the function​ continuous?

Answers

The function is continuous in the domain x ≥ 3/4

At which points is the function continuous?

Here we have a root function:

f(x) = ⁴√(4x - 3)

This is an even degree root function, so we have problems when the argument is negative.

Then the allowed values (where the function is defined, and thus, continuous) are:

4x - 3 ≥ 0

4x ≥ 3

x ≥ 3/4

There the function is continuous.

Learn more about continuous functions at:

https://brainly.com/question/18102431

#SPJ1

. Read the paragraph and choose a sentence that describes it best. On the way across the Aegean Sea, Caesar was kidnapped by pirates and held prisoner. He maintained an attitude of superiority throughout his captivity. The pirates demanded a ransom of 20 talents of silver, but he insisted that they ask for 50. After the ransom was paid, Caesar raised a fleet, pursued and captured the pirates, before imprisoning them. He had them crucified on his own authority, as he had promised while in captivity—a promise that the pirates had taken as a joke.

a) Caesar was a vane man who thought 20 talents is too little of a ransom
b) Caesar was very brave and kept to his word to kill the pirates
c) Pirates didn’t believe Caesar will kill them because he was their prisoner
d) The pirates didn’t kill Caesar not only because he was promised to be paid for, but because he made them respect him

Answers

The sentence that best describes the paragraph is: "The pirates didn't believe Caesar would kill them because he was their prisoner." So, the correct option is c) Pirates didn’t believe Caesar will kill them because he was their prisoner.

The paragraph recounts the events of Caesar's kidnapping by pirates while crossing the Aegean Sea. Despite being held captive, Caesar maintained an attitude of superiority. The pirates demanded a ransom of 20 talents of silver, but Caesar insisted they ask for 50. This indicates that Caesar saw himself as more valuable than the initial ransom amount suggested by the pirates.

After the ransom was paid, Caesar did not forget the pirates' actions. He raised a fleet, pursued the pirates, and captured them. The sentence implies that the pirates didn't believe Caesar would actually kill them because he was their prisoner and they likely saw his promises as mere jest.

However, Caesar, true to his word, had the pirates crucified on his own authority.

This sequence of events highlights Caesar's determination, strategic thinking, and his ability to command respect even in dire circumstances. Despite being initially taken prisoner, he managed to turn the tables on the pirates, assert his authority, and exact his revenge. So, the correct option is c) Pirates didn’t believe Caesar will kill them because he was their prisoner.

For more such questions on prisoner

https://brainly.com/question/13802253

#SPJ8


Given: FR = AN
Prove: FA = RN
(Picture involved)

Answers

The proof to show that FA = RN should be completed with the following step and reasons;

Step                                                        Reason_______

FR = AN                                                   Given

RA = RA                                   Reflexive property of Equality

FR + RA = AN + RA                 Addition Property of Equality

FR + RA = FA                         Segment Addition Postulate

AN + RA = RN                        Segment Addition Postulate

FA = RN                                 Transitive Property of Equality

What is the Segment Addition Postulate?

In Geometry, the Segment Addition Postulate states that when there are two end points on a line segment (F) and (N), a third point (A) would lie on the line segment (RN), if and only if the magnitude of the distances between the end points satisfy the requirements of these equations;

FR + RA = FA.

AN + RA = RN.

This ultimately implies that, the Segment Addition Postulate is only applicable on a line segment that contains three collinear points.

By applying the Segment Addition Postulate to the given end points, we can logically deduce that line segment FA is equal to line segment RN based on the steps and reasons stated in the two-column proof shown above.

Read more on Segment Addition Postulate here: brainly.com/question/17335225

#SPJ1

1. Suppose that f(x₁,x₂) =3/2x1² + x2² + x₁ - x₂, compute the step length a of the line search method at point x(k)= (1,-1) for the given descent direction PL = (1,0).​

Answers

The step length 'a' for the line search method at point x(k) = (1, -1) with the descent direction PL = (1, 0) is 0.5.

To compute the step length 'a' using the line search method, we can follow these steps:

1: Calculate the gradient at point x(k).

  - Given x(k) = (1, -1)

  - Compute the gradient ∇f(x₁,x₂) at x(k):

    ∇f(x₁,x₂) = (∂f/∂x₁, ∂f/∂x₂)

    ∂f/∂x₁ = 3x₁ + 1

    ∂f/∂x₂ = 2x₂ - 1

    Substituting x(k) = (1, -1):

    ∂f/∂x₁ = 3(1) + 1 = 4

    ∂f/∂x₂ = 2(-1) - 1 = -3

  - Gradient at x(k): ∇f(x(k)) = (4, -3)

2: Compute the dot product between the gradient and the descent direction.

  - Given PL = (1, 0)

  - Dot product: ∇f(x(k)) ⋅ PL = (4)(1) + (-3)(0) = 4

3: Compute the norm of the descent direction.

  - Norm of PL: ||PL|| = √(1² + 0²) = √1 = 1

4: Calculate the step length 'a'.

  - Step length formula: a = -∇f(x(k)) ⋅ PL / ||PL||²

    a = -4 / (1²) = -4 / 1 = -4

5: Take the absolute value of 'a' to ensure a positive step length.

  - Absolute value: |a| = |-4| = 4

6: Finalize the step length.

  - The step length 'a' is the positive value of |-4|, which is 4.

Therefore, the step length 'a' for the line search method at point x(k) = (1, -1) with the descent direction PL = (1, 0) is 4.

For more such questions on length, click on:

https://brainly.com/question/28322552

#SPJ8

Find the probability that a randomly
selected point within the circle falls in the
red-shaded triangle.
12
12
P = [?]
Enter as a decimal rounded to the nearest hundredth.
Enter

Answers

Answer:

Area of triangle = (1/2)(12²) = (1/2)(144) = 72

Area of circle = π(12²) = 144π

P(point falls in triangle) = 72/(144π)

= 1/(2π)

= about .16

= about 15.92%

3.
Your family is planning a road trip stretching from coast to coast for this summer. The route and the time frame are nearly set; now you need to plan out the finances. Your parents have decided that rental of an RV will be cheaper than staying in hotels, but they would like an estimate on the total cost. Can you help them?

a. To rent an RV, the following costs apply: $125 per day, plus 32 cents per mile. Additionally, to drop off the RV on the other side of the country, there is an extra fee of $2,500. Write an equation to describe the total cost of RV rental.
b. Your parents have two options for their road trip plans. The first option stretches over 3500 miles and includes fewer stops but more beautiful scenery. It will take about a week and a half (11 days). The second option stretches over just 3000 miles, but it includes more overnight stops and will therefore take two weeks (14 days). Which of these two options is cheaper?
c. Your little sister really wants to take the two-week trip, but your parents really want to keep the RV rental cost under $5,000. You can compromise by either taking a more direct route (lessening the miles) or by stopping for less overnight stays (lessening the days of the rental). What would the domains be for these two compromises? Justify why you think your domains are correct.
d. Write and solve equations to find how many miles or how many days you would have to eliminate in order to stay under the $5,000 budget. Explain each step as you solve your equations. Finally, make a recommendation to your parents about which compromise you think is best.

Answers

a. An equation to describe the total cost of RV rental:

Cost = (125 * d) + (0.32 * m) + 2500

b. Comparing the two costs will determine which option is cheaper.

c. For the more direct route: m ≤ 3500

For fewer overnight stays: d ≤ 14

These domains ensure that we don't exceed the original values for miles and days.

d. I recommend compromising by lessening the number of days of the rental. By reducing the rental period to 11 days, you can stay within the $5,000 budget while still allowing your little sister to take the two-week trip.

a. To write an equation for the total cost of RV rental, we can use the given information. The cost per day is $125, and there is an additional charge of 32 cents per mile. Let's denote the number of days as d and the number of miles as m. The equation for the total cost of RV rental can be written as:

Cost = (125 * d) + (0.32 * m) + 2500

b. To compare the costs of the two options, we need to calculate the total cost for each. Option 1 has 3500 miles and takes 11 days, while option 2 has 3000 miles and takes 14 days. We can substitute these values into the equation from part a to find the total costs for each option. Comparing the two costs will determine which option is cheaper.

c. To compromise and stay within a budget of $5,000, we can adjust either the number of miles or the number of days. For the more direct route, we can reduce the number of miles, and for fewer overnight stays, we can reduce the number of days. The domains for these compromises would be:

For the more direct route: m ≤ 3500

For fewer overnight stays: d ≤ 14

These domains ensure that we don't exceed the original values for miles and days.

d. To find the number of miles or days to eliminate in order to stay under the $5,000 budget, we can set up equations using the total cost equation from part a. Let's denote the reduced number of miles as m' and the reduced number of days as d'. We need to solve the following equation for each compromise:

(125 * d') + (0.32 * m') + 2500 ≤ 5000

By substituting the appropriate values into the equation and solving for m' or d', we can determine how many miles or days need to be eliminated.

Based on the given information, I recommend compromising by lessening the number of days of the rental. By reducing the rental period to 11 days, you can stay within the $5,000 budget while still allowing your little sister to take the two-week trip. This compromise ensures that you don't have to sacrifice too much scenic beauty or make drastic changes to the route.

For more such questions on total cost, click on:

https://brainly.com/question/5168855

#SPJ8

A students score is at the 16th percentile. This indicates that:
A. 16% of scores are at his/her score or below
B. 84% of scores are at his/her score or below.

Answers

Answer:

A. 16% of scores are at his/her score or below

Step-by-step explanation:

When a student's score is at the 16th percentile, it means that their score is equal to or better than 16% of the scores in the population. In other words, 16% of the scores are at their score or below.

On a line graph, time is usually represented on the vertical axis.
O True
O False
--

Answers

False. Time is usually represented on the horizontal axis in a line graph.

Cara used the order of operations to evaluate the expression below. StartFraction 4 (7 minus 13) over 3 EndFraction + (negative 4) squared minus 2 (6 minus 2) = StartFraction 28 minus 13 over 3 EndFraction + (negative 4) squared minus 2 (4) = StartFraction 15 over 3 EndFraction + 16 minus 18 = 5 + 16 minus 8 = 13. What was Cara’s first error?

Answers

Cara's first error occurred when she simplified the expression (negative 4) squared.

According to the order of operations (PEMDAS/BODMAS), exponentiation should be performed before any other operations. However, Cara incorrectly squared only the negative sign and not the entire number.

As a result, she obtained a value of positive 4 instead of 16.

To correct the error, Cara should have squared the entire value of -4. Squaring a negative number yields a positive result. Thus, (-4) squared is equal to 16. By failing to correctly apply this rule, Cara ended up with an incorrect value in her expression.

The correct evaluation of the expression should have been:

StartFraction 4 (7 minus 13) over 3 EndFraction + (negative 4) squared minus 2 (6 minus 2) = StartFraction 4 (-6) over 3 EndFraction + 16 minus 2 (4) = -8 + 16 - 8 = 0.

Therefore, Cara's first error was in incorrectly squaring only the negative sign and obtaining a value of 4 instead of 16.

For more such questions error,click on

https://brainly.com/question/28771966

#SPJ8

Which system of linear inequalities is represented by the graph?

y > x – 2 and y < x + 1
y < x – 2 and y > x + 1
y < x – 2 and y > x + 1
y > x – 2 and y < x + 1

Answers

Answer:

The system of linear inequalities represented by the graph is:

y > x - 2 and y < x + 1

This system of inequalities indicates that y is greater than x - 2, which represents the upper boundary of the shaded region in the graph. Additionally, y is less than x + 1, which represents the lower boundary of the shaded region. The intersection of these two conditions is the region between the lines, satisfying both inequalities.

Question 1 (11 point) What are the x-intercepts of the function y=(x-5Xx+3)? ( Blank 1- .0) ( 0)​

Answers

The x-intercepts of the function y = (x-5)(x+3) are 5 and -3.

To find the x-intercepts of the function y = (x-5)(x+3), we need to set y equal to zero and solve for x.

The x-intercepts are the values of x where the graph of the function intersects or crosses the x-axis.

Set y = 0:

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

Apply the zero-product property:

The product of two factors is equal to zero if and only if at least one of the factors is equal to zero.

Therefore, we can set each factor equal to zero and solve for x.

Setting x-5 = 0:

x - 5 = 0

x = 5

Setting x+3 = 0:

x + 3 = 0

x = -3.

The x-intercepts of the function y = (x-5)(x+3) are x = 5 and x = -3.

These are the values of x where the graph of the function crosses the x-axis.

For similar question on function.

https://brainly.com/question/27915724  

#SPJ8

Henry deposited $150 in a bank Find the opposite quantity that makes Henry’s balance

Answers

Withdrawal: If Henry decides to withdraw money from his bank account, the opposite quantity would be the amount he withdraws.

Transfer: If Henry transfers money from his account to another account, the opposite quantity would be the amount of the transfer.

Debit/Credit: If there are debit or credit transactions on Henry's account, the opposite quantity would depend on whether it is a debit (negative) or credit (positive) entry.

To determine the opposite quantity that makes Henry's balance, we need to know the specific transaction or action that affects the balance. Without further information, it is not possible to provide an exact answer.

However, I can explain a few scenarios based on common banking transactions that could result in an opposite quantity affecting Henry's balance:

1. Withdrawal: If Henry decides to withdraw money from his bank account, the opposite quantity would be the amount he withdraws. For example, if Henry withdraws $50 from his account, the opposite quantity would be -$50.

2. Transfer: If Henry transfers money from his account to another account, the opposite quantity would be the amount of the transfer. For instance, if Henry transfers $100 to another account, the opposite quantity would be -$100.

3. Debit/Credit: If there are debit or credit transactions on Henry's account, the opposite quantity would depend on whether it is a debit (negative) or credit (positive) entry.

It's important to note that these scenarios are examples, and the opposite quantity would vary depending on the specific transaction or action affecting Henry's balance. To accurately determine the opposite quantity, we would need more information about the specific transaction or action taken by Henry that impacts his account balance.

for more such question on money visit

https://brainly.com/question/24373500

#SPJ8

x+y+2x=1,x-y+z=-5,3x+y+z=3.​

Answers

Answer:

       Hence,  The solution is:  

        x   =     1

        y   =  - 2

        z   =     2

Step-by-step explanation:

Combine Like Terms:

        3x  +  y  =  1

Combine The Equations:

        x  -  y  +  z  =  5

        3x  +  y  +  z  =  3

Eliminate Variables by Method of Elimination:

        x  +  y  =  -1

Unite The System  of Linear Equations in Two Variables:

        x  +  y  =   -1

        3x  +  y  =  1

Obtain the solution:

        x   =   1

        y  =  -2

Substitute into an original equation:

        1   -  (-2)  +   z    =   5

Evaluate the Value of the Variable:

        z    =   2

Solve a Three Variable System:

       Hence, The Solution is:   x  =  1,   y  =  -2,    z   =  2

I hope this helps you!

answer following question

Answers

Answer:

Option (C), 8 am

Step-by-step explanation:

Newton's Law of Cooling is a mathematical model that describes the cooling process of an object. It states that the rate of change of temperature of an object is proportional to the difference between its temperature and the surrounding temperature.

The equation representing Newton's Law of Cooling is:

[tex]\dfrac{dT}{dt} = -k (T_0 - T_A)[/tex]

Where...

"dT/dt" is the rate of change of temperature with respect to time."k" is the cooling constant."T_0" is the temperature of the object."T_a" is the surrounding temperature.

After solving the differential equation we get the following function:

[tex]T(t)=T_A+(T_0-T_A)e^{-kt}[/tex]

[tex]\hrulefill[/tex]

Given:

[tex]T_0=98.6 \ \textdegree F \ \text{(This is the average human body temperature)}\\\\T_f=T(t)=80\ \textdegree F \\\\T_A=40 \ \textdegree F \\\\k=0.1947[/tex]

Find:

[tex]T(??)= \ 80 \ \textdegree F[/tex]

Substituting the values into the formula:

[tex]T(t)=T_A+(T_0-T_A)e^{-kt}\\\\\\\Longrightarrow 80=40+(98.6-40)e^{-0.1947t}\\\\\\\Longrightarrow 80=40+58.6e^{-0.1947t}\\\\\\\Longrightarrow 40=58.6e^{-0.1947t}\\\\\\\Longrightarrow 0.682594=e^{-0.1947t}\\\\\\\Longrightarrow \ln(0.682594)=-0.1947t\\\\\\\Longrightarrow t=\dfrac{\ln(0.682594)}{-0.1947} \\\\\\\therefore \boxed{t \approx 2 \ \text{hours}}[/tex]

Thus, we can conclude the time of death was at 8 am.

3^x+3^(4-2x)=1+3^(4-x)

Answers

The solution to the equation [tex]3^x + 3^(4-2x) = 1 + 3^(4-x) is x = 2.[/tex]

To solve the equation [tex]3^x + 3^(4-2x) = 1 + 3^(4-x),[/tex] we can simplify the equation and then apply some algebraic techniques to isolate the variable x.

First, let's simplify the equation step by step:

1. Notice that [tex]3^(4-2x)[/tex] can be rewritten as[tex](3^4) / (3^2x)[/tex], using the property of exponentiation.

2. Now the equation becomes 3[tex]^x + (81 / 9^x) = 1 + 3^(4-x).[/tex]

3. We can simplify further by multiplying both sides of the equation by 9^x to eliminate the denominators.

  This gives us [tex]3^x * 9^x + 81 = 9^x + 3^(4-x) * 9^x.[/tex]

4. Simplifying the terms, we have [tex](3*9)^x + 81 = 9^x + (3*9)^(4-x).[/tex]

  Now we have [tex](27)^x + 81 = 9^x + (27)^(4-x).[/tex]

5. Notice that [tex](27)^x and (27)^(4-x)[/tex] have the same base, so we can set the exponents equal to each other.

  This gives us x = 4 - x.

6. Simplifying the equation, we get 2x = 4.

7. Dividing both sides of the equation by 2, we have x = 2.

Therefore, the solution to the equation [tex]3^x + 3^(4-2x) = 1 + 3^(4-x) is x = 2.[/tex]

Using simple language, we simplified the equation step by step and isolated the variable x by setting the exponents equal to each other. The final solution is x = 2.

for more such question on equation  visit

https://brainly.com/question/17145398

#SPJ8

Determine the equation of the ellipse with foci... 100points

Answers

The equation of the ellipse with foci (7, 17) and (7, -13), and a major axis of length 34 is[tex](x^2/289) + (y^2/225) = 1.[/tex]

To determine the equation of an ellipse given its foci and the length of its major axis, we need to use the standard form equation for an ellipse. The standard form equation for an ellipse centered at the origin is:

[tex](x^2/a^2) + (y^2/b^2) = 1[/tex]

where 'a' represents the semi-major axis and 'b' represents the semi-minor axis.

In this case, we know that the distance between the foci is equal to 2a, which means a = 34/2 = 17. The foci of the ellipse are given as (7, 17) and (7, -13). The foci lie on the major axis of the ellipse, and since their y-coordinates differ by 30 (17 - (-13) = 30), the length of the major axis is equal to 2b, which means b = 30/2 = 15.

Now we have the values of a and b, so we can substitute them into the standard form equation:

[tex](x^2/17^2) + (y^2/15^2) = 1[/tex]

Simplifying further, we have:

[tex](x^2/289) + (y^2/225) = 1[/tex]

Therefore, the equation of the ellipse with foci (7, 17) and (7, -13), and a major axis of length 34 is:

[tex](x^2/289) + (y^2/225) = 1.[/tex]

This equation represents an ellipse centered at the point (0, 0) with a semi-major axis of length 17 and a semi-minor axis of length 15.

For more question on ellipse visit:

https://brainly.com/question/9702250

#SPJ8

Answer:

The equation of the ellipse with foci (7, 17) and (7, -13), and a major axis of length 34 is

To determine the equation of an ellipse given its foci and the length of its major axis, we need to use the standard form equation for an ellipse. The standard form equation for an ellipse centered at the origin is:

where 'a' represents the semi-major axis and 'b' represents the semi-minor axis.

In this case, we know that the distance between the foci is equal to 2a, which means a = 34/2 = 17. The foci of the ellipse are given as (7, 17) and (7, -13). The foci lie on the major axis of the ellipse, and since their y-coordinates differ by 30 (17 - (-13) = 30), the length of the major axis is equal to 2b, which means b = 30/2 = 15.

Now we have the values of a and b, so we can substitute them into the standard form equation:

Simplifying further, we have:

Therefore, the equation of the ellipse with foci (7, 17) and (7, -13), and a major axis of length 34 is:

This equation represents an ellipse centered at the point (0, 0) with a semi-major axis of length 17 and a semi-minor axis of length 15.

In RST, the measure of T=90°, RT=16, SR=65, and TS= 63. What is the value of
the cosine of S to the nearest hundredth?

Answers

Answer:   0.97

Work Shown:

cos(angle) = adjacent/hypotenuse

cos(S) = TS/SR

cos(S) = 63/65

cos(S) = 0.969231

cos(S) = 0.97

Each decimal value is approximate. See the diagram below.

PLSS HELP ASAPPP
PLS HELP HURRYYY
I NEED HELP RIGHT NOW!!!

Answers

Basketballs: 18

8 (footballs) x 2 = 16
16 + 2 = 18

Baseballs: 36

8 (footballs) x 5 = 40
40 - 4 = 36

Softballs: 24

36 (baseballs) / 2 = 18
18 + 6 = 24

Which set of ordered pairs represents a function?
O {(6,-8), (2,-2), (6, -1), (8, -7)}
O {(-7,-8), (-3,9), (7,4), (-1,4)}
O {(1, -2), (-6, 2), (5,0), (1,6)}
{(3,8), (3, 6), (8,-6), (1, -7)}
Submit Answer

Answers

Answer:

{(-7, -8), (-3, 9), (7, 4), (-1, 4)} represents a function.

Please help me I don't understand what to do in order to solve this question

Find x, the angle inscribed in the circle

Answers

267-180=87
87/2= 43.5
x=43.5

1.
A jar of kosher dill spears is filled to the brim with a vinegar based pickling liquid and then
sealed. The base of the cylindrical jar has an area of 45 cm and the height of the jar is
13 cm. When the pickles are opened, all the pickle juice is drained into a measuring cup,
amounting to 160 cm³ of pickle juice. Find the total volume of the dill spears.
of water into cylindrical glass with a diameter of 10.

Answers

The total volume of the dill spears is 425 cm³.

To find the total volume of the dill spears, we can subtract the volume of the pickle juice from the volume of the jar.

The jar is in the shape of a cylinder with a base area of 45 cm² and a height of 13 cm. Therefore, the volume of the jar can be calculated using the formula:

Volume of the jar = base area * height

Volume of the jar = 45 cm² * 13 cm

Volume of the jar = 585 cm³

Now, we know that the measuring cup collected 160 cm³ of pickle juice. So, we subtract this volume from the total volume of the jar to find the volume of the dill spears.

Volume of the dill spears = Volume of the jar - Volume of the pickle juice

Volume of the dill spears = 585 cm³ - 160 cm³

Volume of the dill spears = 425 cm³

Therefore, the total volume of the dill spears is 425 cm³.

for such more question on volume

https://brainly.com/question/6204273

#SPJ8

I need help with question 56

Answers

Answer:

56) f(x) = c(x - 1)²/(x - 3)

f(0) = c/-3 = 4

c = -12

f(x) = -12(x - 1)²/(x - 3)

Determine which postulate or theorem can be used to prove that
ALMN=ANOL.
M
A. SAS
B. ASA
C. AAS
D. SSS

Answers

The answer is A. SAS.

If a parallelogram is given and we want to prove that ALMN is congruent to ANOL, we can use the SAS (Side-Angle-Side) postulate.

The SAS postulate states that if two sides and the included angle of one triangle are congruent to two sides and the included angle of another triangle, then the two triangles are congruent.

In the case of the parallelogram, we know that AL is congruent to NO (opposite sides of a parallelogram are congruent) and LM is congruent to OL (opposite sides of a parallelogram are congruent). Additionally, angle LAM is congruent to angle LAO (opposite angles of a parallelogram are congruent).

By using the SAS postulate, we have two sides and the included angle that are congruent in both triangles. Therefore, we can conclude that triangle ALMN is congruent to triangle ANOL.

So, the answer is A. SAS.

for similar questions on parallelogram.

https://brainly.com/question/970600

#SPJ8

A company Charting its profits notices that the relationship between the number of units sold,x, and the profit,P, is a linear. If 170 units sold results in $20 profit and 220 units sold results in $2820 profit, write the profit function for this company.
P=
Find the marginal profit
$

Answers

Step-by-step explanation:

a linear relationship or function is described in general as

y = f(x) = ax + b

Because the variable term has the variable x only with the exponent 1, this makes this a straight line - hence the name "linear".

here f(x) is P(x) :

P(x) = ax + b

now we are using both given points (ordered pairs) to calculate a and b :

20 = a×170 + b

2820 = a×220 + b

to eliminate first one variable we subtract equation 1 from equation 2 :

2800 = a×50

a = 2800/50 = 280/5 = 56

now, we use that in any of the 2 original equations to get b :

20 = 56×170 + b

b = 20 - 56×170 = 20 - 9520 = -9500

so,

P(x) = 56x - 9500

21.7.3 Quiz: Intersecting Lines and Proofs
Which pairs of angles in the figure below are vertical angles?
Check all that apply.
R
P
T
D
B

Answers

The pairs of angles that are vertical angles in the figure are R and T.

In the figure provided, vertical angles are formed by the intersection of two lines. Vertical angles are always congruent (equal in measure) to each other.

Looking at the given options:

R and T are vertical angles because they are formed by the intersection of lines.

P and D are not vertical angles. They are adjacent angles formed by the intersection of lines, but they are not directly opposite each other.

Therefore, the pairs of angles that are vertical angles in the figure are:

R and T

for such more question on vertical angles

https://brainly.com/question/1821791

#SPJ8

if A-B=2, B-C=7 and A+C=17, then (A+B+C) is equal to

Answers

Answer:

A+B+C=28

Step-by-step explanation:

let

A-B=2 -----1 EQUATION

B-C=7-------2

A+C=17------3

FROM 1 AND 2

A-C=9---------4

FROM 2 AND 3

A+B=24 -------5

FROM 3 AND 4

2A=26

A=13 SUBSTITUTING A=13 IN 5

WE GET B=11 SUBSTITUTING IT IN 2

WE GET C=4

NOW

A+B+C=13+11+4=28

Step 1: –10 + 8x < 6x – 4
Step 2: –10 < –2x – 4
Step 3: –6 < –2x
Step 4: ________

What is the final step in solving the inequality –2(5 – 4x) < 6x – 4?

x < –3
x > –3
x < 3
x > 3

Answers

Answer:

x<3

Step-by-step explanation:

[tex] - 2(5 - 4x) < 6x - 4 \\ - 10 + 8x < 6x - 4 \\ 8x - 6x < - 4 + 10 \\ 2x < 6 \\ x < 3[/tex]

Solving for Side Lengths of Right Triangles
Quiz Active
1
2 3
O
4 5
с
Which relationship in the triangle must be true?
sin(B) = sin(A)
O sin(B) = cos(90 - B)
cos(B) = sin(180 - B)
O cos(B) = cos(A)
6
B
7 8
9
10
TIME REMAINING
12:30

Answers

Answer:

6 is the sin

Step-by-step explanation:

There are 12 containers containing various amounts of water, as shown below. ←+ 0 H ½ X X X X X X 1 X 1½ X X X 2 Cups If all of the water were dumped into one container, how many cups would be in the container?​

Answers

Answer: it contains 12 containers

Step-by-step explanation: i dont know  what the answer is but i know what i can help you with all you have to do is round the answer.

Other Questions
The primacy and recency effects in memory_______A. are thought to be due to the action of short term memory B. are thought to be due to the action of long term memory C. are thought to be due to the action of sensory memory D. are used to argue for the existence of at least two types of memoryE. have recently been discredited in cognitive psychology. A thin metal rod of mass 1.7 kg and length 0.9 m is at rest in outer space, near a space station (see figure below). A tiny meteorite with mass 0.09 kg traveling at a high speed of 245 m/s strikes the rod a distance 0.2 m from the center and bounces off with speed 60 m/s as shown in the diagram. The magnitudes of the initial and final angles to the x axis of the small mass's velocity are thetai = 26 and thetaf = 82. (a) Afterward, what is the velocity of the center of the rod? (Express your answer in vector form.) vCM = m/s (b) Afterward, what is the angular velocity of the rod? (Express your answer in vector form.) = rad/s (c) What is the increase in internal energy of the objects? J What do you think of Zvi Gotheimer's use of Dabke with moderndance? Do you think traditional dances should be left alone, or arethey open to artistic interpretation? A. Research and explain the following International Documentations based on Global Value Chain: 1. Global Sourcing Motivators 2. Contract Manufacturing Motivators 3. Outsourcing Motivators 4. Importance of Intellectual Property Protection 5. Importance of Supplier Partnerships and Alliances Salbutamol interacts with drugs that inhibit: a. alcohol dehydrogenase. b. monoamine oxidase c. CYP3A4 d. catechol-o-methyl transferase (COMT) Brianna wants to purchase a vehicle. She has $15,670 saved for a down payment. Chevrolet has a 33% off sale on their Silverado. The Silverado Brianna wants costs $57,999. If she takes advantage of the sale and applies her down payment, how much will Brianna owe on her new vehicle? Three cars move along a straight highway as follows: in one lane two police cars travel with 45 mph so that they are 300 feet apart with their sirens emitting simultaneously sound at \( 890 \mathrm{~H USLIIS 10 point Montal contrasting is the strategy for setting goals which includes both Vividly imagining the future outcome you would like to achieve and all the good things that can accompany it . Focusing on all of the obstacles that could potentially got in the way of accomplishing their goals O TrueO False Systematically explain the functional significance of differentparts of the brain TOPIC: Project Monitoring, Control and Evaluation.Clear formatting and References should be included.Discuss results-based monitoring versus traditionalmonitoring. [ 20 Marks] Carole's hair grows with an average speed of 3.5 x109 m/s. How long does it take her hair to grow 0.30 m? Note: 1 yr = 3.156 x 107 s. A. 1.9 yr B. 2.7 yr C. 1.3 yr D. 5.4 yr 7. Relationships as a Social Issue : Based on our recent lectures, What is meant by the expression....A too independent mate ?" AND given the increase in the number of women getting degrees and starting businesses (especially Women of Color)...is society READY for this ? Fully explain BOTH QUESTIONS.. Prove the formulae belowOptical line of sightd=3.57hEffective, or radio, line of sightd=3.57Khd = distance between antenna and horizon (km)h = antenna height (m)K = adjustment factor to account for refraction, rule of thumb K = 4/3 The current spot exchange rate is $1.65 1.00 and the three-month forward rate is $1.50 1.00. Consider a three-month American put option on 62,500 with a strike price of $1.65 1.00. If you pay an option premium of $5,000 to buy this put, at what exchange rate will you break-even?$1.57 1.00$1.47 1.00$51.65 1.00 w$1.42 1.00 The width of the central peak in a single-slit diffraction pattern is 5.0 mm. The wavelength of the light is 600. nm, and the screen is 1.8 m from the slit.(a) What is the width of the slit, in microns?(b) What is the ratio of the intensity at 3.3 mm from the center of the pattern to the intensity at the center of the pattern? The number of points that an artist has in their record deal directly determines how much he or she will earn in sales royalties synch royalties soundexchange royalties mechanical royalties Question 27 (3 points) Independent labels that do not have in house publicity, promotions and marketing departments often hire outside companies to provide these services so they can function like a bigger record company. True False 7. What is hologram? What is meant by holography? 8. What are the application of holography? Question 27 of 75.Sergio contributes to his employer-sponsored 401(k) plan. Which of the following statements is TRUE?Contributions are deferred for social security and medicare taxes.Distributions from his 401(k) will be nontaxable.Sergio will benefit from lower taxable income, tax-deferred earnings growth, and deferred taxes.The contribution amount appears on Form W-2, box 14, along with code DD.Mark for follow up Discuss how a Family Nurse Practitioner (FNP) can integratenon-pharmacologic and pharmacologic therapies into primary carewithin the primary health care scope of practice What direct effect, if any, does Aldosterone have on the following?A) sodium retention in the kidneys.C) blood volume.D) urinary sodium.E) pH regulation.