Stephen and Paul each purchased a movie ticket at AMC Theatres for $11.00 each. Both bought a drini from the concession stand. Stephen used a $5.00 off coupon that he received in the mail. After using the coupon, their total cost before tax was $29.18. Write an equation that can be used to determine the cost of one drink. ​

Answers

Answer 1

The equation that can be used to determine the cost of one drink is d = $12.8 / $2.

What is the equation?

The total amount that is paid by Stephen and Paul is the sum of the total cost of the movie tickets, the cost of the drinks less the cost of the coupon.

Total amount paid = cost of two tickets + cost of the two drinks - coupon

($11 x 2) + ($d x 2) - $5 = $29.18

$22 + $2d - 5 = $29.18

$2d = $29.18 + $5 - $22

$2d = $12.18

d = $12.8 / $2

To learn more about mathematical equations, please check: https://brainly.com/question/26427570

#SPJ1


Related Questions

What is the code in python to remove ' at the beginning and at the end and also remove the item at index 12?

Answers

To remove the single quotation marks ('') at the beginning and end of a string and remove the item at index 12, you can use Python's string manipulation methods and list slicing. First, you can use the strip() method to remove the surrounding single quotation marks. Then, you can convert the string into a list using the list() function, remove the item at index 12 using list slicing, and finally convert the list back into a string using the join() method.

To remove the single quotation marks at the beginning and end of a string, you can use the strip() method. This method removes any leading and trailing characters specified in the argument. In this case, you can pass the single quotation mark ('') as the argument to strip().

Here's an example:

string = "'example string'"

stripped_string = string.strip("'")

After executing this code, the value of stripped_string will be 'example string' without the surrounding single quotation marks.

To remove the item at index 12 from the string, you need to convert it into a list. You can use the list() function for this conversion. Then, you can use list slicing to remove the item at index 12 by excluding it from the list. Finally, you can convert the modified list back into a string using the join() method.

Here's an example:

string_list = list(stripped_string)

string_list.pop(12)

result_string = ''.join(string_list)

After executing this code, the value of result_string will be the modified string with the item at index 12 removed.

Learn more about list() function here:

https://brainly.com/question/33326411

#SPJ11

19. Find the measurement

HELP ME!!!! ASAP!!

19. Find the measurement HELP ME!!!! ASAP!!

Answers

Answer:

144

Plzzzzz give me Brainliest!!!!!  

I think it would be 180 - 36 = 144
Hope it is useful ;)

Albert needs $133 to buy a new hard drive. He earns $4.75 for each car he washes. If he spends $19 in supplies, write and solve an equation to find the number of cars he needs to wash to reach his goal.

Answers

Answer:

Albert needs 32 cars to wash to reach his goal.

Step-by-step explanation:

We know that the slope-intercept form of a linear function is

\(y = mx+b\)

where m is the slope or rate of change and b is the y-intercept

It is stated that Albert needs $133 to buy a new hard drive.

Let 'y' be the amount Albert needs.

As earns $4.75 for each car he washes. Thus, $4.75 the rate of change or slope will be.

As he spends $19 on supplies. Since it is an expense, so -19 is basically the y-intercept 'b'.

Let 'x' be the number of cars he needs to wash to reach his goal.

Thus, substituting the value m = 4.75, y = 133, and b=-19 in the slope-intercept form of a linear function

y = mx+b

133 = 4.75x - 19

133+19 = 4.75x

152 = 4.75x

x = 152 / 4.75

x = 32

Therefore, Albert needs 32 cars to wash to reach his goal.

Can someone please help me with this problem! Hurry I need this answered by 11:59 it's currently 10:25 where I am located! I will also mark you are brainlest.

Can someone please help me with this problem! Hurry I need this answered by 11:59 it's currently 10:25

Answers

Answer:

Plot a point at (0, -9) Then go up five units and to the right 3 units.That will give you the line you are looking for

A baseball team roster consists of 21 players of which 14 are considered active. Answer the following questions using either the permutation or the combination notation.

a.) How many ways are there for a manager to select 14 active players from the roster?

b.) How many ways can a manager select a 9- player batting lineup from the active roster on opening day?

Answers

Answer:

a) To determine the number of ways for a manager to select 14 active players from the roster, we can use the combination notation. Since the order does not matter when selecting the players, we use combinations.

The number of ways to select 14 players from a roster of 21 can be calculated as:

C(21, 14) = 21! / (14! * (21-14)!) = 116,280

Therefore, there are 116,280 ways for the manager to select 14 active players from the roster.

b) To calculate the number of ways a manager can select a 9-player batting lineup from the active roster on opening day, we again use the combination notation.

The number of ways to select 9 players from a roster of 14 (since only the active players are considered) can be calculated as:

C(14, 9) = 14! / (9! * (14-9)!) = 2002

Therefore, there are 2002 ways for the manager to select a 9-player batting lineup from the active roster on opening day.

Learn more about permutations and combinations in combinatorial mathematics here:

brainly.com/question/28065038

#SPJ11

Solve this equation by the Egyptian method.(i.e. False Position)
x + (1/5) x = 14

Answers

Therefore, the solution to the equation x + (1/5) x = 14 using the False Position method (Egyptian method) is approximately x ≈ 13.33.

To solve the equation x + (1/5) x = 14 using the Egyptian method, also known as the False Position method, we can follow these steps:

Start by assuming two initial values for x, let's say x₁ and x₂, such that x₁ is a smaller value and x₂ is a larger value. These initial values should be chosen such that the equation has opposite signs when evaluated at these points.

Evaluate the equation at x₁ and x₂, i.e., substitute x = x₁ and x = x₂ into the equation:

For x₁: x₁ + (1/5) x₁

= 14

For x₂: x₂ + (1/5) x₂

= 14

Calculate the value of x that satisfies the equation by using the formula:

x = x₂ - (f(x₂) * (x₂ - x₁)) / (f(x₂) - f(x₁))

Here, f(x) represents the equation, so f(x) = x + (1/5) x - 14.

Substitute the values of x₁, x₂, f(x₁), and f(x₂) into the formula from step 3 to find the value of x.

Let's solve the equation step by step:

Assuming x₁ = 10 and x₂ = 20:

f(x₁) = 10 + (1/5) * 10 - 14

= -1

f(x₂) = 20 + (1/5) * 20 - 14

= 2

Using the formula:

x = 20 - (2 * (20 - 10)) / (2 - (-1))

x = 20 - (2 * 10) / 3

x = 20 - 20/3

x = 20 - 6.67

x ≈ 13.33

To know more about equation,

https://brainly.com/question/26155404

#SPJ11

Help ? Pleaseeeeeeeeeeeee

Help ? Pleaseeeeeeeeeeeee

Answers

Answer:

18

Step-by-step explanation:

|-8| + 10 = 18

Answer:
The answer is 18

Working together, Jack and Jill can paint a fence in 4 hours. If it takes Jack 7 hours to paint the fence working by himself, how many MINUTES does it take Jill working by herself

Answers

J = hours it takes Jill by herself

K = hours it takes Jack by himself

so hmm if we look at say 1 hr interval, we can say that in 1hr Jack, who can do the whole thing in 7 hours, has really done only 1/7 th of the whole work, likewise, we can also say that in the same hour, Jill has done only 1/J of the whole work, since working together it takes them 4 hours, then in that one hour they have done together only 1/4 of the whole work.

\(\underset{\textit{\LARGE whole work for 1 hr}}{\stackrel{\textit{Jack has done}}{\cfrac{1}{7}}~~ + ~~\stackrel{\textit{Jill has done}}{\cfrac{1}{J}}}~~ = ~~\stackrel{\textit{whole work done}}{\cfrac{1}{4}}\)

\(\stackrel{\textit{multiplying both sides by }\stackrel{LCD}{28J}}{28J\left(\cfrac{1}{7}~~ + ~~\cfrac{1}{J} \right)~~ = ~~28J\left( \cfrac{1}{4} \right)}\implies 4J~~ + ~~28~~ = ~~7J \\\\\\ 28=3J\implies \cfrac{28}{3}=J\implies 9\frac{1}{3}=J\impliedby \stackrel{\textit{9 hours and 20 minutes}}{560~minutes}\)

0.25(60)+0.10x=0.15(60+x)

Answers

The answer to this question is x=120
Answer: x=120

Explanation:

solve for brainliest please

solve for brainliest please

Answers

Answer:

136 = 9x+10 (alternate interior angles for parallel lines m and n)

9x = 126

x = 14

Step-by-step explanation:

Stop by my you tube channel "Sciency Sergei". You may suggest a topic to discuss or problem to solve.

answer is 14 because you set them equal

IF THE ANGLE OF ELEVATION OF A FROM B IS 42°, WHAT IS THE ANGLE OF DEPRESSION OF B FROM A?.

Answers

Answer:

138°

Step-by-step explanation:

The angle of elevation and depression are supplementary, thus

angle of depression = 180° - 42° = 138°

Answer:

Angle of depression = 138 degrees

Step-by-step explanation:

Angle of elevation = 42 degrees

Angle of depression = ?

To find the angle of depression, We'll simply subtract the angle of elevation from 180 degrees because angle of elevation and angle of depression add up to 180 degrees.

So,

Angle of depression = 180-42

Angle of depression = 138 degrees

the sum of two times x and 3 times y is 5. the difference of x and y is 5. write two equations and graph to find the value of y.
a. y = -2
b. y = 4
c. y = 2
d. y = -1

Answers

The value of y can be determined by solving the system of equations derived from the given information. The correct equation is y = 2.

Let's assign variables to the unknowns. Let x represent the value of x and y represent the value of y. We can form two equations based on the given information:

The sum of two times x and 3 times y is 5:

2x + 3y = 5

The difference of x and y is 5:

x - y = 5

To find the value of y, we can solve this system of equations. One way to do this is by elimination or substitution. Let's use substitution to solve the system.

From equation 2, we can express x in terms of y:

x = y + 5

Substituting this value of x into equation 1:

2(y + 5) + 3y = 5

2y + 10 + 3y = 5

5y + 10 = 5

5y = -5

y = -1

Therefore, the value of y is -1, which corresponds to option d: y = -1.

Learn more about value here:

https://brainly.com/question/14316282

#SPJ11

If f(x)=(1)/(3)x-5,g(x)=-4x^(2)-5x+9, and h(x)=(1)/(x-8)+3, find g(-2). Type your exact answer, simplified if necessary, in the empty text box.

Answers

To find g(-2), we'll substitute -2 for x in the equation g(x) = -4x² - 5x + 9. So,g(-2) = -4(-2)² - 5(-2) + 9g(-2). The value of g(-2) is -6.

To find g(-2), substitute -2 for x in the equation

g(x) = -4x² - 5x + 9 to get

g(-2) = -6 + 9g(-2)

We are given three functions as follows:

f(x) = (1/3)x - 5, g(x)

= -4x² - 5x + 9, and

h(x) = 1/(x - 8) + 3.

We are asked to find g(-2), which is the value of g(x) when x = -2.

Substituting -2 for x in the equation g(x) = -4x² - 5x + 9, we get

g(-2) = -4(-2)² - 5(-2) + 9.

This simplifies to g(-2) = -16 + 10 + 9 = -6.

Hence, g(-2) = -6.

The value of g(-2) is -6.

To know more about substitute visit:

brainly.com/question/29383142

#SPJ11

What is the discriminant of the quadratic equation -x^2+6x-4=0?

Answers

Answer:

\(x = - 3 + - \sqrt{13} \)

Step-by-step explanation:

formula is x=-b+-sqrt b^2-4ac/2a

a lot of dancers go to Rio de Janeiro to the Carnival

Answers

Answer:

Step-by-step explanation:

a lot of dancers go to Rio de Janeiro to attend the Carnival

the set of polynomials is ___ closed under division.

Answers

The set of polynomials is not closed under division.

A set is said to be closed under an operation if the result of that operation on elements of the set is always an element of the set. For example, the set of natural numbers is closed under addition because the sum of two natural numbers is always a natural number.

In the case of polynomials, the set of polynomials is closed under addition, subtraction, and multiplication. This means that if you have two polynomials, you can add, subtract, or multiply them and the result will be another polynomial.

However, when it comes to division, the set of polynomials is not closed. When you divide two polynomials, the result is not always a polynomial. The result can be a polynomial plus some remainder. For example, dividing x^2 + 2x + 1 by x + 1 will give you x + 1 with a remainder of 1.

Therefore, the set of polynomials is not closed under division because the result of dividing two polynomials is not always a polynomial.

Learn more set of polynomials here: https://brainly.com/question/2264624

#SPJ4

HELPP THIS IS DUE AT 11:59

HELPP THIS IS DUE AT 11:59

Answers

Answer: what grade u in?

Step-by-step explanation:

• The notebook shows the money Leo earned and spent on his first day selling strawberries at

the Farmers Market. A positive number represents money earned. A negative number

represents money spent. Leo wants to find his profit for the first day,

What is Leo's profit for the first day?

dollars

Farmers Market Activity

10

Answers

We need to know the total earnings and total expenses for the day. Without this information, we cannot accurately determine Leo's profit. If you can provide additional details or the complete notebook entries, I would be happy to assist you in calculating the profit.

To determine Leo's profit for the first day, we need more information than what is provided in the question. The notebook shows the money earned and spent, but the given information stops at "10," without specifying whether it represents money earned or money spent. Additionally, we don't have any other earnings or expenses mentioned in the question.

To calculate the profit, we need to know the total earnings and total expenses for the day. Without this information, we cannot accurately determine Leo's profit. If you can provide additional details or the complete notebook entries, I would be happy to assist you in calculating the profit.

Learn more about profit from

https://brainly.com/question/29087694

#SPJ11

A television station shows commercials for 7 1/2 minutes each hour how many 45 second commercials can it show per hour

Answers

the television station can show 10 45-second commercials per hour.

convert hour into minute

To convert hours into minutes, you simply multiply the number of hours by 60, since there are 60 minutes in an hour.

So, if you want to convert 3 hours into minutes, you would do:

3 hours x 60 minutes/hour = 180 minutes

Therefore, 3 hours is equivalent to 180 minutes.

There are 60 minutes in an hour, and 7 1/2 minutes is equal to 7.5 minutes.

So, the television station shows commercials for 7.5 minutes per hour.

We can convert 45 seconds to minutes by dividing it by 60:

45 seconds ÷ 60 = 0.75 minutes

To find out how many 45-second commercials the television station can show per hour, we can divide the total number of minutes of commercials by the length of each commercial:

7.5 minutes ÷ 0.75 minutes/commercial = 10 commercials

Therefore, the television station can show 10 45-second commercials per hour.

To know more about second, visit:

https://brainly.com/question/11879335

#SPJ1

if you purchesd a $49.00 gift and you use a 20% off coupon how much do you spend

Answers

Answer:

$39.20

Step-by-step explanation:

$49 * (1-.2) = $39.20

what's the product of the first perfect square no. & 7th perfect square ?​

Answers

Answer:

50

Step-by-step explanation:

Perfect square: made by squaring a whole number (mulitplying a whole number by itself).

To find the nth perfect square, multiply n by itself, so n x n = n²

Therefore, the product of the first perfect square number & 7th perfect square:

1² + 7² = 1 x 1 + 7 x 7 = 1 + 49 = 50

Perfect squares are those numbers whose square roots are not irrational or rational rather than positive natural numbers.

So the formula is n^2

1=1^2=17^2=49

Sum=49+1=50

Solve the inequality.

n−4<5
The solution is
.

Answers

Answer:

Step-by-step explanation:

n - 4 < 5

n < 9

1. Which of the following is NOT true about a square?

The angles have a sum of 180°.

The diagonals are congruent.

The diagonals are
perpendicular.

The diagonals bisect each other.

Answers

Answer:

the angles have a sum of 180°

If a car is going 150 miles per hour then how many meters per second is it traveling at?

Answers

around 67.046 meters. hope it helps :)

A store owner spends 7x + 13 dollars on two orders of boxes of light bulbs, including shipping.

Part A
If she spends 3x + 5 dollars on the first order of light bulbs, which of the following represents how much she spends on the second order?
10x + 18
4x + 8
21x + 65
10x + 8
Part B
If the store owner spent a total of $90 on both orders, how much does a box of light bulbs cost in dollars? Enter the number in the box.

$

Answers

Answer:

Your answer is: X = 11

Your equation: 7x+30=90

If you subtract 7 from 90 you get 77.

If you divide 77 and 7 you get 11.

Step-by-step explanation:

Hope this helped : )

Lorraine prepared a 2.5-gallon pot filled with tomatoes to be canned in jars. Each jar will hold 1.25 quarts of tomatoes. If 1 gallon equals 4 quarts, how many jars can Lorraine fill?

Answers

Lorraine can fill 8 jars with the tomatoes from the 2.5-gallon pot.

Give reason to support your answer ?

First, we need to convert the volume of the pot from gallons to quarts, since the jars are measured in quarts:

2.5 gallons = 2.5 * 4 quarts = 10 quarts

Next, we can divide the total volume of the pot in quarts by the volume of each jar in quarts to find the number of jars Lorraine can fill:

10 quarts / 1.25 quarts per jar = 8 jars

So Lorraine can fill 8 jars with the tomatoes from the 2.5-gallon pot.

What is mensuration?

Mensuration is a branch of mathematics that deals with the measurement of various geometric figures and objects, such as lengths, areas, and volumes. It is concerned with finding the size, shape, and measurement of geometric objects, such as points, lines, circles, polyggon, and solids.

Mensuration is used in various areas of mathematics, science, and engineering to solve problems involving measurements, such as finding the area of a rectangle, the volume of a cylinder, the circumference of a circle, or the surface area of a sphere.

Mensuration provides a set of mathematical formulas and methods for measuring geometric objects, and it requires knowledge of basic concepts such as perimeter, area, volume, and surface area. These concepts are used to find the size of objects and to compare different objects to one another based on their measurements.

Learn more about mensuration here

https://brainly.com/question/14350133

#SPJ1

Luke went to the grocery store. It took him 15 minutes to drive to the store from his house, 30 minutes to shop, 5 minutes to put groceries in his car, and 20 minutes to drive home due to traffic. What percentage of the trip did Luke spend inside his car

Answers

Answer:

50%

Step-by-step explanation:

35/70 is .5 as a fracion. multiple .5 by 100 to get your percentage.

Answer:

50%

Step-by-step explanation:

Step 1: 15 + 30 + 5 + 20 = 70

Step 2: 15 + 20 = 35

35/70

Step 3: 35 ÷ 70 = 0.5

Step 4: 0.5 x 100 = 50

50%

Write a simplified equation for the set of points that are equally far from $(12,0)$ as they are from $(3,0)$.

Answers

12,0$+3,0$=15,0$ its korrect now

a pollster wishes to estimate the number of left-handed scientists. how large a sample is needed in order to be 95% confident that the sample proportion will not differ from the true proportion by more than 4%? a previous study indicates that the proportion of left-handed scientists is 8%.

Answers

If a pollster wishes to estimate the number of left-handed scientists. The sample that is needed in order to be 95% confident that the sample proportion will not differ from the true proportion by more than 4% is: 176.71.

How to find the sample?

Using this formula to find the sample

n =Z²π (1-π) ÷ e²

Where:

n =sample size =?

Z =  Z -score for 95% confidence level =1.960

π = Population proportion = 0.08

e = Margin of error = 0.04

Let plug in the formula

n = 1.96² × 0.08 × (1 - 0.08) ÷ 0.04²

n =  3.8416× 0.08 × 0.92 ÷ 0.0016

n = 176.71

Therefore the sample is 176.71.

Learn more about sample size here:https://brainly.com/question/28583871

#SPJ1

a poll of 2,277 likely voters was conducted on the president's performance. approximately what margin of error would the approval rating estimate have? (note: use conservative method and 90onfidence)

Answers

The approximate margin of error for the approval rating estimate would be 0.025, or 2.5%.

How to find margin of error

In the given scenario, a poll of 2,277 likely voters was conducted on the president's performance.

The question asks for the approximate margin of error that the approval rating estimate would have using the conservative method and a 90% confidence level.In order to calculate the margin of error, the formula is:

M = Zα/2 * √p(1-p)/n

where M is the margin of error, Zα/2 is the z-score corresponding to the given level of confidence, p is the proportion of likely voters who approve of the president, and n is the sample size.

The conservative method assumes that the proportion of voters who approve of the president is 0.5, which means that p = 0.5.

The z-score corresponding to a 90% confidence level is 1.645.

Plugging in these values, we get:

M = 1.645 * √(0.5)(1-0.5)/2277

M ≈ 0.025

Learn more about margin of error at

https://brainly.com/question/10501147

#SPJ11

Other Questions
dw co. stock has an annual return mean and standard deviation of 8 percent and 31 percent, respectively. what is the smallest expected loss in the coming year with a probability of 16 percent? (a negative value should be indicated by a minus sign. do not round intermediate calculations. round the z-score value to 3 decimal places when calculating your answer. enter your answer as a percent rounded to 2 decimal places.) HELP PLEASEEEEEEEE!!!!!!!!!!!!!What is the factored form of 2x^3 + 4x^2 30x? Write the expression 2 x 2 x 2 x 2 + 7 x 7 - 5 x 5 x 5 using exponents.Use each base once. Find the distance between the points (1,2) and (10,-10) round decimal to nearest tenth What is an ion atom? HELP WITH EASY QUESTION ( NO spam or link or files or answer will be reported / account to be banned) Read this stanza from The Song of Wandering Aengus by William Butler Yeats.Though I am old with wanderingThrough hollow lands and hilly lands,I will find out where she has gone,And kiss her lips and take her hands;And walk among long dappled grass,And pluck till time and times are done,The silver apples of the moon,The golden apples of the sun.How do these lines reveal details about the speaker of the poem?They show that he remains hopeful of finding love.They reveal that he is fearful of a solitary old age.They illustrate that he is determined to find a friend in his old age.They suggest that he has abandoned his home to live in nature. People who learned to write cuneiform with skill became What process does a multi-cellular organism use to replace its damaged body cells what characteristics of epithelial tissues make them ideal for covering body surfaces? Kira and Jake are building towers. Each one of Kira's blocks is 9 cm tall. Each one of Jake's blocks is 12 cm tall. They both build towers that are exactly the same height. What is the smallest height that their towers could be? Give your answer in centimetres (cm). This article presents three theories for how Bantu technologies and society spread so far. What kind of evidence is available to support these theories? Which theory do you think is the most likely? Which one do you think the author wants you to believe? Which of the following describes a structure that both prokaryotic and eukaryotic cells have in common?A.) This membrane-bound organelle encloses the cells DNA and is where DNA replication occurs.B.) This organelle is composed of a stack of membrane sacs where proteins are modified and stored.C.) This organelle extracts energy stored in glucose molecules to power cell functions. D.) This organelle is composed of protein and RNA and is used to make proteins for the cell. . Noah developed a regression model such that = 45,000+50x, where y represents the sales revenue in thousands dollars and x the marketing expenditure in thousand dollars. What does the equation imply?An increase of $50 in marketing expense is associated with an increase of $50 in sales.An increase of $1 in marketing expense is associated with an increase of $45,000 in sales.An increase of $1,000 in marketing expense is associated with an increase of $50,000 in sales.An increase of $1,000 in marketing expense is associated with an increase of $95,000 in sales. What is the difference between the population and sample regression functions? Write out both functions, and explain how they differ. (b) What is the role of error term u i in regression analysis? What is the difference between the error term u i and the residual, u ^ i ? (c) Why do we need regression analysis? Why not simply use the mean value of the regressand as its best value? (d) What does it mean for an estimator to be unbiased? (e) What is the difference between 1 and ^ 1 ? (f) What do we mean by a linear regression model? (g) Determine whether the following models are linear in parameters, linear in variables or both. Which of these models are linear regression models? (i) Y i = 1 + 2 ( x i 1 )+u i (ii) Y i = 1 + 2 ln(X i )+u i (iii) ln(Y i )= 1 + 2 X i +u i (iv) ln(Y i )=ln( 1 )+ 2 ln(X i )+u i (v) ln(Y i )= 1 1 ( i 1 )+u i In the country of Sparta, money supply equals 18 million drams, real GDP is 75 million drams, the price level is 1.2, and the velocity of money is 5. a. What is the value of its nominal GDP? Nominal GDP_______$ million drams. b. If, in the next year V remains constant and real GDP increases to 90 million drams, what must happen to money supply in order to keep prices stable? Round your answer below to 1 decimal place. Money supply must to $______millon dramas. Help me with this please Nan estimates that she will need $72,000 to attend a 4-year college. She can pay $60,000 with student loans and by working part time. Her parents have agreed to pay the rest. They have 46 months to save. Ignoring interest, which of the following is closest to the amount they should save each month if they divide it into equal amounts? Read the passage from Sugar Changed the World.The diamond and the house: two family treasures, two parts of the story of sugar. We realized that our two family storiesMarina's great-grandparents, brought to Guyana to replace slaves, and Marc's aunt's grandfather, helping to refine an alternative to that same sugarwere just the beginning of a much larger story about a remarkable substance. It is a story of the movement of millions of people, of fortunes made and lost, of brutality and delightall because of tiny crystals stirred into our coffee, twirled on top of a cake. Sugar, we began to see, changed the world.What is the purpose of this passage?to explain who Marina and Marc areto link the authors families to sugarto explore the history of Guyanato show what sugar is used for Suppose a father and a mother claim that they have been given the wrong baby at the hospital. the mother belongs to group B, the child to AB, one possible father to B, the other to A. which man is the most probably father? who would be the most probable father if the mother belongs to group B, the child to O, the possible father to A and the other to AB?