16 + 13p -- 9p
how do you do this?

Answers

Answer 1
16 + 13p - -9p
= 16 + 22p

Related Questions

Find the missing measurements.

Area: ?

Length: 13 cm

Width: 15 cm

Answers

Answer:

13 x 15 = 195

to determine if there is a relationship between skin color and beauty judgements, one researcher conducted a study with a random sample of 300 black women. they were given three pictures of super models with varying skin tones: dark (nyakim gatwech), medium (adriana lima), and light (natalia vodianova). each woman was asked to rank them from most to least beautiful. here are the results: dark skin medium skin light skin 1st 55 45 35 2nd 10 45 50 3rd 40 15 5 question 4 of 7 question 4this is not a form; we suggest that you use the browse mode and read all parts of the question carefully. what is the expected count of women who ranked the dark skinned model as being the most beautiful (ranked as

Answers

The expected count of women who ranked the dark-skinned model as the most beautiful is 100.

Since there are three models, we would expect 100/3 = 33.33% of the women to have ranked each model as the most beautiful if there were no relationship between skin color and beauty judgements. Thus, we can calculate the expected count of women who ranked the dark-skinned model as the most beautiful as follows:

Expected count = 300 * 33.33% = 100

Therefore, we can expect that 100 women out of the 300 sampled would have ranked the dark-skinned model as the most beautiful if there were no relationship between skin color and beauty judgements. The observed count of 55 women who ranked the dark-skinned model as the most beautiful is higher than the expected count, which suggests that there may be a relationship between skin color and beauty judgements. However, further statistical tests would be needed to confirm this.

Learn more about Statistical Tests here: brainly.com/question/31746962

#SPJ11

Jordan has three $100 bills, four $20 bills, one $10 bill, and eight $1 bills. What will Jordan’s total be if Jayla gives him one more $20 bill? Jordan’s total will be Fill in the blank text field 1 . What will his total be if she gives him one more $100 bill instead? Jordan’s total will be Fill in the blank text field 2

Answers

Answer:

$418

$498

Step-by-step explanation:

Jordan has - 3 * $100 = $300,

                     4 * $20 = $80,

                     1 * $ 10 = $10,

                     8 * $1 = $8

Total =              $398

Jordan’s total will be $418 if Jayla gives him one more $20 bill?

Jordan’s total will be $498 if Jayla gives him one more $100 bill?

Jordan's total will be $438 if Jayla gives him one more $20 bill.

Jordan's total will be $498 if Jayla gives him one more $100 bill.

What is an expression?

An expression contains one or more terms with addition, subtraction, multiplication, and division.

We always combine the like terms in an expression when we simplify.

We also keep all the like terms on one side of the expression if we are dealing with two sides of an expression.

Example:

1 + 3x + 4y = 7 is an expression.

3 + 4 is an expression.

2 x 4 + 6 x 7 – 9 is an expression.

33 + 77 – 88 is an expression.

We have,

If Jayla gives Jordan one more $20 bill, then Jordan will have:

3 x $100 = $300

5 x $20 = $100

1 x $10 = $10

8 x $1 = $8

1 x $20 = $20

Adding these up gives:

$300 + $100 + $10 + $8 + $20 = $438

Jordan's total will be $438 if Jayla gives him one more $20 bill.

If Jayla gives Jordan one more $100 bill instead, then Jordan will have:

4 x $100 = $400

4 x $20 = $80

1 x $10 = $10

8 x $1 = $8

Adding these up gives

$400 + $80 + $10 + $8 = $498

Therefore,

Jordan's total will be $438 if Jayla gives him one more $20 bill.

Jordan's total will be $498 if Jayla gives him one more $100 bill.

Learn more about expressions here:

https://brainly.com/question/3118662

#SPJ3

1. The Fibonacci sequence In the 13th century, the Italian mathematician Leonardo Fibonacci-as a way to explain the geometic growth of a population of rabbits-devised a mathematical sequence that now bears his name. The first two terms in this sequence, Fib(0) and Fib(1), are 0 and 1, and every subsequent term is the sum of the preceding two. Thus, the first several terms in the Fibonacci sequence look like this: Fib(0) = 0 Fib(1) = 1 Fib(2) = 1 (0+1) Fib(3) = 2 (1+1) Fib(4)= 3 (1+2) Fib(5)=5 (2+3) Write a program that displays the terms in the Fibonacci sequence, starting with Fib(0) and continuing as long as the terms are less than 10,000. Thus, your program should produce the following numbers: 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 This program continues as long as the value of the term is less than the maximum value, so that the loop construct you need is a while, presumably with a header line that looks like this: while term

Answers

To display the terms in the Fibonacci sequence, starting with Fib(0) and continuing as long as the terms are less than 10,000, a program is written with a loop construct. This loop is implemented using a `while` loop with a header line that looks like this: `while term < 10000:`.

Fibonacci sequence is named after the Italian mathematician Leonardo Fibonacci who developed a mathematical sequence in the 13th century to explain the geometric growth of a population of rabbits.

The first two terms in this sequence, Fib(0) and Fib(1), are 0 and 1, and every subsequent term is the sum of the preceding two.

The first several terms in the Fibonacci sequence are:

Fib(0) = 0, Fib(1) = 1, Fib(2) = 1, Fib(3) = 2, Fib(4)= 3, Fib(5)=5.

This program continues as long as the value of the term is less than the maximum

The output is as follows:

```1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765```

The while loop could also be used to achieve the same goal.

Learn more about  program code at

https://brainly.com/question/29578891

#SPJ11

a corporate board contains twelve members. the board decides to create a five-person committee to hide corporation debt. suppose four members of the board are accountants. what is the probability that the committee will contain two accountants and three nonaccountants?

Answers

The probability that the committee will contain 2 accountants and 3 non-accountants is (6 × 56) / 792 = 6/66 = 3/33.

What do you mean by corporate board?

A corporate board refers to a governing body of a corporation, usually consisting of elected or appointed members, who are responsible for overseeing the management of the company and making important decisions related to its strategy, finances, operations, and other aspects. The board serves as a representative of the shareholders and is responsible for overseeing the actions of the CEO and other executives, ensuring that the company is run in a manner that benefits its stakeholders.

The probability that the committee will contain two accountants and three non-accountants can be calculated as follows:

The number of ways to choose 2 accountants out of 4 is 4 choose 2, or 4C2 = 6.

The number of ways to choose 3 non-accountants out of 8 (12-4) is 8C3 = 56.

The total number of ways to choose 5 people from 12 is 12C5 = 792.

Therefore, the probability that the committee will contain 2 accountants and 3 non-accountants is (6 × 56) / 792 = 6/66 = 3/33.

To know more about probability visit:

https://brainly.com/question/30034780

#SPJ4

What is 66 2/3 simplified

Answers

Answer:

200/3

Hope this helps!

Q2) For total cost: TC(q)=10−6q+q2 determine: a. the production level (q∗) that minimizes total cost. b. The amount of Total cost for the q∗, in other words TC(q∗) ? (10 pints)

Answers

The amount of total cost at q* is 1.

To determine the production level that minimizes total cost, we need to find the value of q (production level) at which the derivative of the total cost function TC(q) is equal to zero. Let's begin by finding the derivative of TC(q):

TC(q) = 10 - 6q + q^2

To find the minimum point, we differentiate TC(q) with respect to q:

d(TC(q))/dq = -6 + 2q

Setting the derivative equal to zero and solving for q:

-6 + 2q = 0

2q = 6

q = 3

So the production level q* that minimizes the total cost is 3.

To find the amount of total cost at q*, we substitute q = 3 into the total cost function TC(q):

TC(q*) = 10 - 6(3) + (3)^2

TC(q*) = 10 - 18 + 9

TC(q*) = 1

Therefore, the amount of total cost at q* is 1.

Learn more about  cost from

https://brainly.com/question/25109150

#SPJ11

What is the length of BC in the right triangle below?

12

16
OA. 4
OB. 28
OC. 20
OD. 400
OE. 96
OF. √96

What is the length of BC in the right triangle below?1216OA. 4OB. 28OC. 20OD. 400OE. 96OF. 96

Answers

Answer:

C. 20

Step-by-step explanation:

Use the Pythagorean theorem which is \(a^{2} +b^{2} =c^{2}\).

\(a^{2}\) and \(b^{2}\) are the sides of the triangle squared, AB and AC. \(c^{2}\) is the hypotenuse (the slanted side of the triangle) or BC.

So, \(12^{2} + 16^{2} =400^{2}\). Then you square root 400 to get your answer.

\(\sqrt{400}\) = 20.

20 is your answer.

For the given matrix A find a 3x2 matrix B such that AB=I, where I is the 2x2 identity matrix. [Hint: If B1 and B2 are the columns of B, then ABj = Ij.]A =1 2 11 1 1

Answers

We can solve this equation by setting B2 = [c d], so that AB2 = [c+d 1] = [0 1]. This gives us the system of equations c + d = 0 and c = 1. Solving this system, we have c = 1, where I is the 2x2 identity matrix

Let A be the given 2x2 matrix A = [1 2 ; 1 1]. To find a 3x2 matrix B such that AB = I, where I is the 2x2 identity matrix, we can use the hint provided: If B1 and B2 are the columns of B, then ABj = Ij. This means that for each column j of B, we need to solve the equation ABj = Ij. For j = 1, we have AB1 = I1 = [1 0]. We can solve this equation by setting B1 = [a b], so that AB1 = [a+b 1] = [1 0]. This gives us the system of equations a + b = 1 and a = 0. Solving this system, we have a = 0 and b = 1, so B1 = [0 1].For j = 2, we have AB2 = I2 = [0 1]. We can solve this equation by setting B2 = [c d], so that AB2 = [c+d 1] = [0 1]. This gives us the system of equations c + d = 0 and c = 1. Solving this system, we have c = 1.

Learn more about  identity matrix here:

https://brainly.com/question/28177340

#SPJ4

5. Sam conducted a survey of students' favorite fruits. Of the 180 students surveyed, 72 preferred strawberries, 36 preferred grapes, 18 preferred bananas, 27 preferred oranges, and 27 preferred apples.

a. Calculate the size of each section of the circle graph.

b. Represent and Connect Construct a circle graph representing the data in this survey.​

Answers

The size of each section of the circle graph are 40%, 20%, 10%, 15%, and 15%.

A circle graph representing the data in this survey is shown below.

What is a circle graph?

In Mathematics, a circle graph is sometimes referred to as a pie chart and it can be defined as a type of graph that is used for the graphical representation of the proportional relationship between each part to a whole, especially by dividing a circle into various sectors or sections.

Since there were 180 students surveyed, their preference can be calculated as follows:

Strawberries = 72/180 × 100 = 40%

Grapes = 36/180 × 100 = 20%

Bananas = 18/180 × 100 = 10%.

Oranges = 27/180 × 100 = 15%.

Apples = 27/180 × 100 = 15%.

Read more on students and circle graph here: brainly.com/question/16019977

#SPJ1

5. Sam conducted a survey of students' favorite fruits. Of the 180 students surveyed, 72 preferred strawberries,

an automated weight monitor can detect underfilled cans of beverages with probability 0.98. what is the probability it fails to detect an underfilled can for the first time when it encounters the 10th underfilled can?

Answers

The probability it fails to detect an underfilled can for the first time when it encounters the 10th underfilled is \(0.01667496\).

What is probability?

Probability is defined as the possibility of an event to occur.

An automated weight monitor can detect underfilled cans of beverages with probability \(0.98\)

Thus probability of success will be \(p=0.98\)

So probability of failure \(q=1-p=1-0.98=0.02\)

To find the first wrong detection happening on the tenth trial the first nine trials must be success followed by failure in the tenth trial.

Thus, required probability \(=p^9q^1=(0.98)^9(0.02)=0.01667496\)

Hence the probability it fails to detect an underfilled can for the first time when it encounters the 10th underfilled is \(0.01667496\).

To know more about probability from given link,

https://brainly.com/question/24756209

#SPJ4

write a situation to match this equation y = 3x + 5

Answers

i think its x = -5/3 or -1 2/3

i need help on this please .

i need help on this please .

Answers

Answer

the top one on the right

Step-by-step explanation:

a. Define an Indifference Curve (IC). b. If Michael has 50 GHS of non-labor income per week, and he faces a market wage rate of 5 GHS per hour, and has 110 hours of non-sleeping hours’ time to allocate between work and leisure activities (assuming she sleeps roughly 8 hours per day). i. Write down the budget equation for Michael. ii. Graph Michael’s budget line. If Michael’s income effect dominates his substitution effect, with the aid of a diagram describe what will happen to his hours of work when his wage increases, holding non-labor income constant.

Answers

a) An indifference curve represents different combinations of goods or activities that provide the same level of satisfaction to an individual. It shows the trade-off between two goods or activities.

An indifference curve is a graphical representation of various combinations of two goods or activities that yield the same level of satisfaction to an individual. Each point on the curve represents a specific combination where the individual is indifferent between them. Indifference curves are typically downward sloping and convex to the origin, reflecting the principle of diminishing marginal rate of substitution.

b) Michael's budget equation can be written as the sum of his non-labor income and his earnings from work, considering the market wage rate and the hours of work.

Michael's budget equation is given by the sum of his non-labor income (50 GHS per week) and his earnings from work. Assuming he works h hours per week at a wage rate of 5 GHS per hour, the budget equation can be expressed as: Non-labor income + (Wage rate × hours of work) = Total budget. Substituting the given values, we have: 50 + (5 × h) = Total budget.

ii. Summary: Michael's budget line represents the different combinations of work and leisure activities he can afford given his budget constraint. When the income effect dominates the substitution effect, an increase in wage rate leads to an overall increase in his hours of work.

Explanation: The budget line is graphed with leisure (in hours) on the horizontal axis and work (in hours) on the vertical axis. The slope of the budget line is determined by the wage rate, where a wage rate of 5 GHS per hour would result in a slope of -5. The intercept on the leisure axis represents the non-sleeping hours available to Michael (110 hours). When the income effect dominates the substitution effect, an increase in the wage rate leads to a steeper budget line, indicating that Michael chooses to allocate more hours to work and fewer hours to leisure.

Learn more about indifference curves here: brainly.com/question/20297472

#SPJ11

A bag of candy contains 5 different types of colored candies; red, green, blue, yellow, and orange. According to the manufacturer, bags should contain an equal number of each color. Students in a statistics class decided to use a chi-square procedure to test the manufacturer’s claim. They opened a bag of candy and recorded the number of candies of each color. The results are shown in the following table.
Red Green Blue Yellow Orange
17 24 20 25 14
Which color contributes most to the chi-square test statistic?

Answers

Answer:

Orange

Step-by-step explanation:

just took the test

The color which contributes most to the chi-square test statistic for the bag of candy is orange color.

What is Chi-square test?

Chi-square test is the statistical test, which is used to examine, the difference between the expected frequency and the observed frequency.

\(x^2=\dfrac{(o_i-E_i)^2}{E_i}\)

A bag of candy contains 5 different types of colored candies; red, green, blue, yellow, and orange. Students in a statistics class decided to use a chi-square procedure to test the manufacturer’s claim.

They opened a bag of candy and recorded the number of candies of each color.  The results are shown in the following table-

Red  Green  Blue  Yellow  Orange

 17      24       20       25         14

The average of the all the values is 20.

Now, according to the manufacturer, bags should contain an equal number of each color. Thus, the expected value for the bag of candy are,

Red  Green  Blue  Yellow  Orange

 20     20       20       20         20

Form, the above formula the color which has less values of observed, and more value of expected, contributes most to the chi-square test statistic.  

Here, the orange color has the less value of observed frequency. Therefore, the color which contributes most to the chi-square test statistic for the bag of candy is orange color.

Learn more about the chi-square test here;

https://brainly.com/question/4543358

What are the negative and positive coterminal angles of 240 degrees?

Answers

-120 negative and 600 positive.

The negative and positive coterminal angles of 240 degrees will be -120 negative and 600 positive.

What are coterminal angles?

Two different angles that have identical starting and ending edges are termed coterminal angles however since one angle is measured clockwise and the other is determined counterclockwise, the angles' terminal sides have completed distinct entire rotations.

We have to find the coterminal angles of 240 degrees

Coterminal angles are those whose initial and terminal sides coincide. Depending on whether the given angle is in degrees or radians, adding or subtracting 360° or 2 from each angle yields the coterminal angles. There are countless coterminal angles that can be discovered.

Thus, the negative and positive coterminal angles of 240 degrees will be -120 negative and 600 positive.

Learn more about the coterminal angles here:

brainly.com/question/23093580

#SPJ6

3. The area of quadrilateral ABCD is 12 sq. units. Find X.


Answers

x is 9

Okay bye  bye

:9 :O)

In a chart, each data point, bar, slice, and so on has a unique ________.
a) Color
b) Label
c) Size
d) Position

Answers

The correct option is b) Label.

In a chart, each data point, bar, slice, and so on has a unique label. This label is used to identify and differentiate the different elements within the chart. It provides a clear and concise description of what each element represents.

For example, in a bar chart that shows the sales of different products, each bar would have a label indicating the specific product it represents. This allows the viewer to easily understand which product corresponds to each bar.

The label is crucial in making the chart understandable and meaningful. Without it, the chart would be confusing and difficult to interpret. It helps to provide context and clarity to the data being presented.

While color, size, and position can also be used to distinguish between elements in a chart, they do not provide the same level of specificity as a label. Color, for instance, may be used to represent different categories, but it does not provide specific information about each individual element.

In summary, the unique label assigned to each data point, bar, slice, or other element in a chart is what helps identify and differentiate them. It provides a clear description of what each element represents, making the chart more understandable and meaningful.

For more such question on charts.

brainly.com/question/29608290

#SPJ11

What is the antiderivative of 1x?

Answers

The antiderivative of 1x (or simply x) is (1/2)x² + C, where C is the constant of integration. In other words, the antiderivative of x is the function whose derivative is equal to x.

This is a basic result in calculus, and it is derived using the power rule of integration. The antiderivative of 1x (or simply x) is the function whose derivative is equal to x. This function is (1/2)x² + C, where C is the constant of integration. To find the antiderivative, one can use the power rule of integration, which states that the antiderivative of xⁿ is (1/(n+1))x⁽ⁿ⁺¹⁾ + C. In the case of x, n is equal to 1, so the antiderivative is (1/2)x² + C. The constant of integration represents the family of functions that have the same derivative, so it is added to the antiderivative to reflect this.

Learn more about antiderivative here: brainly.com/question/15522062

#SPJ4

A rancher planned to fence 6 1/2 acres of land to grow some experimental grasses. After he had finished fencing 4 3/4
acres of the land, it started snowing. How many acres of the land remained to be fenced?

Answers

Answer:

1 3/4 acres

Step-by-step explanation:

6 1/2 - 4 3/4 = the remaining acres to be fenced.

we can bring all numbers to "quarters" (1/4th) to be able to make that subtraction.

6 1/2 = 13/2 = 26/4

4 3/4 = 19/4

so, 26/4 - 19/4 = 7/4 = 1 3/4 acres still to be fenced.

3 Ingrid earns $200 each week in salary plus a 20% commission (bonus) on her total sales. If Ingrid wants to earn a total of $400 for the week, which of these equations could best represent this situation? ​

3 Ingrid earns $200 each week in salary plus a 20% commission (bonus) on her total sales. If Ingrid wants

Answers

Answer:

400 = 200 + 0.20x

Step-by-step explanation:

Answer:

C

Step-by-step explanation:

the amount she gets paid is 200 and that will never change. the 20% commision will always change depending on her sales so we can mark that as x. so far we have 200+20x. We want 400 dollars and that will be the total. That being said, it is 400=200+20x

1 individuals in a tetrahybrid cross is AaB-bCcDd. Assuming independent assortment of these four genes, what are the probabilities that F2 offspring will have the following genotypes?

Answers

1. AABBCCDD: The probability of this happening is \(1/16\), since each parent would need to contribute a dominant allele for each gene.

2. AABBCcDD:  This genotype can be produced in two ways:

a) If both parents are homozygous dominant for A and B, heterozygous for C, and homozygous dominant for D.

The probability of this happening is  = 1/128.

b) If one parent is homozygous dominant for A and B, heterozygous for C, and homozygous dominant for D, and the other parent is heterozygous for A and B, homozygous dominant for C, and heterozygous for D.

3. The probability of this happening is 1/32.

AaBbCcDd : The probability of this happening is  1/256.

4. aaBBCcDD - This genotype can be produced in two ways:

a) If both parents are homozygous recessive for A, homozygous dominant for B, heterozygous for C, and homozygous dominant for D. The probability of this happening is  1/128.

b) If one parent is homozygous recessive for A, homozygous dominant for B, heterozygous for C, and homozygous dominant for D, and the other parent is heterozygous for A, homozygous dominant for B, homozygous dominant for C, and heterozygous for D.

The probability of this happening is  1/32.

To solve this problem, we need to use the principles of probability and Punnett squares.

For a tetrahybrid cross, we need to consider the four genes independently and combine the probabilities of each gene's alleles.

Assuming that A, B, C, and D are dominant alleles, and a, b, c, and d are recessive alleles, we can create a Punnett square for each gene, which would look like this:

A  |  A  |  a  |  a  

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

B  |  B  |  b  |  b  

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

C  |  C  |  c  |  c  

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

D  |  D  |  d  |  d  

Each box in the Punnett square represents a possible combination of alleles from the two parents.

For example, the top-left box represents offspring that inherit an A allele from the mother and an A allele from the father.

We can use these Punnett squares to calculate the probabilities of each genotype in the F2 offspring.

AABBCCDD - This genotype can only be produced if both parents are homozygous dominant for all four genes.

The probability of this happening is \((1/2)^4 = 1/16\) , since each parent would need to contribute a dominant allele for each gene.

AABBCcDD - This genotype can be produced in two ways:

a) If both parents are homozygous dominant for A and B, heterozygous for C, and homozygous dominant for D.

The probability of this happening is\((1/2)^4 * 1/2 * (1/2)^3 = 1/128\)

b) If one parent is homozygous dominant for A and B, heterozygous for C, and homozygous dominant for D, and the other parent is heterozygous for A and B, homozygous dominant for C, and heterozygous for D.

The probability of this happening is\(2 * (1/2)^4 * 1/2 * 1/2 * 1/2 = 1/32\)

AaBbCcDd - This genotype can be produced in 16 ways, since each gene can be inherited in two different ways (dominant or recessive).

The probability of this happening is \((1/2)^8 = 1/256.\)

aaBBCcDD - This genotype can be produced in two ways:

a) If both parents are homozygous recessive for A, homozygous dominant for B, heterozygous for C, and homozygous dominant for D. The probability of this happening is\((1/2)^4 * 1/2 * (1/2)^3 = 1/128.\)

b) If one parent is homozygous recessive for A, homozygous dominant for B, heterozygous for C, and homozygous dominant for D, and the other parent is heterozygous for A, homozygous dominant for B, homozygous dominant for C, and heterozygous for D.

The probability of this happening is \(2 * (1/2)^4 * 1/2 * 1/2 * 1/2 = 1/32.\)

Note that we have assumed independent assortment of the four genes, which means that the inheritance of one gene does not affect the inheritance of another gene.

For similar question on probability.

https://brainly.com/question/30599894

#SPJ11

Andre's coin jar contains 85 cents. There are no
quarters or pennies in the jar, so the jar has all
nickels, all dimes, or some of each.
16
1) Write an equation that relates the number of
nickels, n, the number of dimes, d, and the
amount of money, in cents, in the coin jar.
Can You please help me on this they don’t have what I’m looking for.

Answers

Answer:   5n+10d = 85

===========================================================

Explanation:

n = number of nickels

d = number of dimes

Since each nickel is 5 cents, and each dime is 10 cents, we can say

5n = value of all the nickels (ignore the dimes) in cents

10d = value of all the dimes (ignore the nickels) in cents

5n+10d = value of all the coins (nickels+dimes) in cents

5n+10d = 85 is the equation we're after

-----------------------

Extra Info:

We don't have enough info to be able to solve for n and d.

The list of all possible solutions are

n = 17, d = 0n = 15, d = 1n = 13, d = 2n = 11, d = 3n = 9, d = 4n = 7, d = 5n = 5, d = 6n = 3, d = 7n = 1, d = 8

Note how each time n drops by 2, d goes up by 1.

This is because 2 nickels = 1 dime.

In other words, for every 2 nickels we take away, we add on 1 dime. This works in reverse as well (for every dime removed, add 2 nickels).

The equation to represent the given situation is 5n+10d = 85.

Given that, Andre's coin jar contains 85 cents.

What is an equation?

In mathematics, an equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign =.

Now, n = number of nickels and d = number of dimes.

Since each nickel is 5 cents, and each dime is 10 cents, we can say

5n = value of all the nickels (ignore the dimes) in cents

10d = value of all the dimes (ignore the nickels) in cents

So equation is 5n+10d = value of all the coins (nickels + dimes) in cents

That is, 5n+10d = 85

Therefore, the equation to represent the given situation is 5n+10d = 85.

To learn more about an equation visit:

https://brainly.com/question/14686792.

#SPJ2


PLEASE HELP ASAPPP. WILL GIVE BRAINLIEST AND 5.0 STAR RATING.

PLEASE HELP ASAPPP. WILL GIVE BRAINLIEST AND 5.0 STAR RATING.

Answers

Answer:

$21.6

Step-by-step explanation:

\(720*\frac{3}{100} =720*0.03=21.6\)

Question 1 of 10
A company's income statement shows that their financial picture is headed in
a negative direction rather than a positive direction. What must be true in this
situation?
A. The company likely had more expenses than revenue.
B. The company likely had more revenue than expenses.
C. The company likely sold a large amount of goods recently.
D. They must have had huge gains in long-term assets.
SUBMIT

Answers

Assuming a company's income statement shows that their financial picture is headed in a negative direction rather than a positive direction, the true statement about this situation is that: A. the company likely had more expenses than revenue.

What is an income statement?

In Economics, an income statement can be defined as a type of financial statement which is typically used by an entrepreneur or business organization (firm or company) to record the amount of money (revenues) that are entering or flowing into the business.

Generally speaking, a business organization (firm or company) is considered has having more expenses than generating revenue when its financial picture illustrates that it is headed in a negative direction rather than a positive direction.

In conclusion, we can logically deduce that this particular business organization (firm or company) had more expenses than revenue.

Read more on income statement here: https://brainly.com/question/12115903

#SPJ1

Mr. Edwards surveyed a total of 80 students in his first three classes in order to determine the numbers of students that have pets. Out of the 30 students in his 1st period class, 12 have no pets. Eighteen of the 27 students in his 2nd period class do have pets. Fourteen of the students in his 3rd period class do have pets. Construct a two-way table summarizing the data. Write the answers as whole numbers.

Answers

Answer:

the numbers of students that have pets 44

Step-by-step explanation:

Mr. Edwards surveyed a total of 80 students in his first three classes in order to determine the numbers

Please help please please I’ll give brainly please pleas s

Please help please please Ill give brainly please pleas s

Answers

Answer:

1. The y-intercept is 10

2. The slope-intercept is -2

Step-by-step explanation:

1. The y-intercept is 10 because when the x-intercept is 0 the y-intercept should be on the other side.

2.  (2,6) and (-1,12)

slope=rise/run= the change of y/the change of x=m=y2-y1/x2-x1

         1. change of x=-1-2=-3  and change of y= 12-6=6

         2. 6/-3= -2

     

hope this helps <3

What is v
6v - 4v - 3 = 9

Answers

Answer:

v = 6

Step-by-step explanation:

To solve for v, we need to rearrange the equation to make v the subject:

\(6v - 4v - 3 = 9\)

⇒ \(2v - 3 = 9\)                    [Evaluating 6v - 4v]

⇒ \(2v - 3 + 3 = 9 + 3\)        [Adding 3 to both sides]

⇒ \(2v =12\)

⇒ \(\frac{2}{2} v = \frac{12}{2}\)                         [Dividing both sides by 2]

⇒ \(v = \bf 6\)

4. ∫ 0
2

e x
+ x 2
+1
1

dx 5. ∫ −5
−2

7e y
+ y
2

dy 6. ∫ 4
π

3
x


2sec 2
(w)−8csc(w)cot(w)dw

Answers

Answer:

Step-by-step explanation:

Let y=∑ n=0

[infinity]

c n

x n

. Substitute this expression into the following differential equation and simplify to find the recurrence relations. Select two answers that represent the complete recurrence relation. 2y ′

+xy=0 c 1

=0 c 1

=−c 0

c k+1

= 2(k−1)

c k−1

,k=0,1,2,⋯ c k+1

=− k+1

c k

,k=1,2,3,⋯ c 1

= 2

1

c 0

c k+1

=− 2(k+1)

c k−1

,k=1,2,3,⋯ c 0

=0

2.1, 2.0, 1.9, 1.8, 1.7 is ordered from greatest to least.

True

O False

Answers

Answer:

true

Step-by-step explanation:

it's in the correct order

Answer:

The answer is true.

Other Questions
What is the best evidence to support that an occluded front is occurring?A Cool air sinks and warm air rises, creating a convection currentB. A cold front pushes warm air upward, and the cold front collides with a cold front,C. A warm front pushes into the area, creating clear skies and warm weather,D. A warm and cold front collide and remain motionless,ASAP I need help with all 6 questions can somebody help me please and thank u like this is for science class and I need help zhao company has fixed costs of $342,200. its single product sells for $173 per unit, and variable costs are $115 per unit. compute the units that must be sold to achieve a target income of $116,000. the function y=60/x relates y, the time in hours that it takes Michael to travel to his grandparents' house, to x, his average speed in miles per hour. What does the number 60 in the function represent c. The maximum tension the string can have without breaking is 3N. If the speed ofthe ball at point Q is 2.8 m/s, will the string break? Remember, the net force is thecentripetal force.m=0.150 kg, R=0.75 m, v=2.8 m/s, g=9.8 m/s, F = m v/r In the ARM Cortex CPU programmer's model, the high registers are R8 - R15.Group of answer choicesa. Trueb. False What is the slope of a line that is perpendicular to the line shown on the graph? How is the graph of the parent function, y = StartRoot x EndRoot transformed to produce the graph of y = StartRoot negative 2 x EndRoot? It is translated horizontally by 2 units and reflected over the x-axis. It is translated horizontally by 2 units and reflected over the y-axis. It is horizontally compressed by a factor of 2 and reflected over the x-axis. It is horizontally compressed by a factor of 2 and reflected over the y-axis. the light emitted by strontium carbonate has a wavelength of 652 nm. calculate the frequency and energy Why can you take the cube root of a negative number? Unscramble the words Not sure if I got the right answer and what to make sure I did it correctly. I got that the limit doesn't exist. Which country is not part of the region of Central Africa? An airplane starts from rest and accelerates at a constant 3.00 m/s^2 Its final displacement is 600m. What is the time value? Anyone know the answer ? I need help please and thank you and show work The food pyramid for the temperate forest isshown. The pyramid depicts the amount ofenergy at each trophic level. Whichstatement best explains the difference in theamount of energy at each trophic level?A The fourth trophic level has less energybecause the energy is metabolized at thelower levelsB The second tropic level has more energyavailable because the rabbits do not moveas muchC The producers have less energy becausethey make their own food through photosynthesis D There is more energy available to thehawk since it needs to hunt its food Can you please help me with this What power does the FCC have? find a formula for the described function. a rectangle has perimeter 24 m. express the area a (in m2) of the rectangle as a function of the length, l, of one of its sides.a. the larger of n 1 - 1 or n 2 - 1b. n 1 + n 2 - 2c. the smaller of n 1 - 1 or n 2 - 1d. n 1 + n 2 - 1 Please help BTW I WILL MAKE FIRST PERSON TO ANSWER CORRECTLY BRAINLIESTRequirments:Very simple explanationAnswerNo step by steps.Rhank you