You are starting a family pizza parlor and need to buy a motorcycle for delivery orders. You have two models in mind. Model A costs $8,600 and is expected to run for 6 years; Model B is more expensive, with a price of $15,100, and has an expected life of 10 years. The annual maintenance costs are $840 for Model A and $690 for Model B. Assume that the opportunity cost of capital is 10 percent. Calculate equivalent annual costs (EAC) of each models. (Do not round the discount factor. Round intermediate calculations and final answers to 2 decimal places, e.g. 15.25.)

Answers

Answer 1

The equivalent annual cost (EAC) of Model A is $2,332.60, while the EAC of Model B is $2,094.81. The EAC represents the annual cost of owning and operating the motorcycle over its expected life, taking into account the initial cost, annual maintenance costs, and the opportunity cost of capital.

To calculate the EAC, we use the formula:

EAC = (C + (M × A)) × D

Where:

C = Initial cost

M = Annual maintenance cost

A = Annuity factor

D = Discount factor

For Model A, the initial cost is $8,600 and the annual maintenance cost is $840. The expected life of the motorcycle is 6 years, so the annuity factor is calculated as follows: A = (1 - (1 + r)^(-n)) / r, where r is the discount rate (10% or 0.10) and n is the number of years (6). The annuity factor for Model A is 4.1119. The discount factor is calculated as (1 + r)^(-n), which is 0.5645. Plugging these values into the formula, we get EAC = ($8,600 + ($840 × 4.1119)) × 0.5645 = $2,332.60.

For Model B, the initial cost is $15,100 and the annual maintenance cost is $690. The expected life of the motorcycle is 10 years, so the annuity factor is calculated as A = (1 - (1 + r)^(-n)) / r, where r is 0.10 and n is 10. The annuity factor for Model B is 7.6068. The discount factor is calculated as (1 + r)^(-n), which is 0.3855. Plugging these values into the formula, we get EAC = ($15,100 + ($690 × 7.6068)) × 0.3855 = $2,094.81.

Therefore, the equivalent annual cost for Model A is $2,332.60 and for Model B is $2,094.81. Based on these calculations, Model B has a lower EAC and would be the more cost-effective choice for the family pizza parlor in terms of annual costs.

Learn more about factors here: brainly.com/question/14549998

#SPJ11


Related Questions

A cylindrical wire with radius a=200μm carries a current density J=2×10
8
A/m
2
. Given that the current density is uniform, find the current that flows in the region where R>2a/3

Answers

The current flowing in the region where R > 2a/3 of the cylindrical wire with radius a = 200μm and uniform current density J = 2×10^8 A/m^2 is 2.67 A.

To calculate the current in the specified region, we first need to determine the length of that region. Let's consider the length of the wire as L. The length of the region where R > 2a/3 can be calculated as L' = L - 2π(2a/3), which simplifies to L' = L - (4πa/3).

Next, we can calculate the total current flowing through the wire using the current density formula: I = J × A, where I is the current, J is the current density, and A is the cross-sectional area of the wire. The cross-sectional area A is given by A = πa^2.

Since the current density is uniform, the total current I flowing through the wire is equal to J multiplied by the cross-sectional area A. Therefore, I = J × A = J × (πa^2).

Now, we can determine the current in the region where R > 2a/3 by multiplying the total current I by the ratio of the length of that region L' to the total length L. Therefore, the current in the specified region is given by I' = I × (L'/L).

Substituting the known values into the equations, we have:

I' = (2×10^8 A/m^2) × (π(200μm)^2) × [(L - (4π(200μm)/3)) / L]

I' = 2.67 A

Therefore, the current flowing in the region where R > 2a/3 is 2.67 A.

To know more about current density, refer here:

https://brainly.com/question/29095933#

#SPJ11

​ x-10=4 what is the answer HELP!

Answers

Answer:

x = 14

Step-by-step explanation:

Add 10 to both sides.

x− 10 + 10 = 4 + 10

x=14

Relational operators can be applied to * 2 points only one size vectorrs. True False If a = [1:5], b = 5-a, then a =0 23 45 2 points and b = 43210 True False The function find(A) finds indices and * 2 points values of nonzero elements of an array A. True False

Answers

The function find(A) finds indices and * 2 points values of nonzero elements of an array A, it is true.

The first statement, "Relational operators can be applied to * 2 points only one size vectors," is not clear. It seems to be an incomplete sentence. Relational operators can be applied to vectors of any size, not just vectors with a single size.

Regarding the second statement, let's analyze it:

If `a = [1:5]`, it means that `a` is a vector with elements `[1, 2, 3, 4, 5]`.

If `b = 5 - a`, it means that each element of `b` is obtained by subtracting the corresponding element of `a` from 5. Therefore, `b` would be `[4, 3, 2, 1, 0]`.

Now, let's evaluate the given options:

- "a = 0 23 45" is false because the elements of `a` are `[1, 2, 3, 4, 5]`, not `0, 23, 45`.

- "b = 43210" is true because the elements of `b` are indeed `[4, 3, 2, 1, 0]`.

Therefore, the correct statement is: "a = 0 23 45" is false, and "b = 43210" is true.

The `find(A)` function in some programming languages, such as MATLAB or Octave, returns the indices of nonzero elements in the array `A`. It allows you to identify the positions of non-zero elements and access their values.

Learn more about matlab here: brainly.com/question/13974197

#SPJ11

How many 4-letter code words can be formed from the letters D, C, O, N, O, U if no letter is repeated? If letters can be repeated? If adjacent letters must be different? There are 30 possible 4-letter code words if no letter is repeated (Type a whole number)

Answers

Part 1:The letters available are D, C, O, N, O, U. Since no letter is repeated, we can use the rule of permutations to find the number of 4-letter code words that can be formed. The formula for the number of permutations of n distinct objects taken r at a time is: P(n, r) = n!/(n-r)!We have 6 distinct objects (letters) and we want to take 4 of them.

Therefore, the number of 4-letter code words that can be formed without any repetition is:P(6, 4) = 6!/(6-4)! = 6!/2! = 6*5*4*3 = 360So, there are 360 possible 4-letter code words that can be formed if no letter is repeated.Part 2:If letters can be repeated, then we can use the rule of permutations with repetition. The formula for the number of permutations of n objects taken r at a time, with repetition, is:n^rWe have 6 objects and we want to take 4 of them, with repetition.

Therefore, the number of 4-letter code words that can be formed with repetition is:6^4 = 6*6*6*6 = 1,296So, there are 1,296 possible 4-letter code words that can be formed if letters can be repeated. and then we must choose a different letter for the third position, and then we must choose a different letter for the fourth position. After that, we can repeat the cycle starting with the first letter againAdjacent letters must be different: There are 120 possible 4-letter code words that can be formed.

To know more about distinct visit :

https://brainly.com/question/32727893

#SPJ11

If the bath term is n^2-5 what are the first 3 terms and the tenth

Answers

The first three terms of the sequence are -4 , -1, 4. The 10th term of the sequence is given as 95

How to solve for the sequence

The general form of the nth term of a sequence can be represented as an expression involving n, such as n^2 - 5.

The first three terms of the sequence are:

n = 1, term = 1^2 - 5 = -4

n = 2, term = 2^2 - 5 = -1

n = 3, term = 3^2 - 5 = 4

The tenth term of the sequence is:

n = 10, term = 10^2 - 5 = 95

So, the first three terms are -4, -1, 4, and the tenth term is 95.

Read more on sequences here:https://brainly.com/question/6561461

#SPJ1

Consider the two functions below. Which one of these functions is linear? What is its equation? Enter any answers to two decimal places

Consider the two functions below. Which one of these functions is linear? What is its equation? Enter

Answers

Answer:

A

Step-by-step explanation:

A linear function is a straight line when graphed so is not B.

For confirmation of A note how for each increase of 3 in x we get the same increase of 5 in y.

for a summer bbq you have 30 friends coming over. how many picnic tables do you need if you can seat 4 people at each picnic table?

Answers

Answer:

You need 8 picnic tables.

Step-by-step explanation:

You need 8 picnic tables because there are 30 friends and 4 sits at each table, and 4 x 8 is 32. There is 2 more extra seats. But it does fit all 30 friends.

I need help pls! will mark brainliest for the best answer!

I need help pls! will mark brainliest for the best answer!
I need help pls! will mark brainliest for the best answer!

Answers

Answer:

The answer is 132/95

or u can write 158*36

Step-by-step explanation:

Hope this Helps lol

Which lists all the multiples of 6 that are less than 20?

6, 9, 12, 15, 18
6, 12
6, 12, 18
6, 12, 18, 24

Answers

6, 12, 18
..................

Answer:

C

Step-by-step explanation

An easy way to figure is to see if all of the numbers in that group can be divided by 6.

In this first one, 9 and 15 are not divisible by 6.

In the second one 6, 12 are multiples ok 6 but there is one more.

In the last one 24 is over the 20 limit.

So, C is correct.

Determain the equation, in slope intercept form, of the line of the line that has a slope of -6 and passes through the point P(-3, 2)

Answers

Answer:

        y = -6x - 16

Step-by-step explanation:

The point-slope form of the equation is y - y₀ = m(x - x₀), where (x₀, y₀) is any point the line passes through and m is the slope:

m = -6

(-3, 2)    ⇒   x₀ = -3,  y₀ = 2

The point-slope form of the equation:

y - 2 = -6(x + 3)

So:

y - 2 = -6x - 18         {add 2 to both sides}

y = -6x - 16             ←  the slope-intercept form of the equation

The row-echelon form of the augmented matrix of a system of equations is given. Find the solution of the system.

Answers

Answer:

x = -5; y = 4, z = 1

Step-by-step explanation:

Given the row echelon form as:

\(\left[\begin{array}{cccc}1&0&\ \ 4|&-1\\0&1&-1|&3\\0&0&\ \ 1|&1\end{array}\right]\)

This matrix can be represented as:

\(\left[\begin{array}{ccc}1&0&4\\0&1&-1\\0&0&1\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right] =\left[\begin{array}{c}-1\\3\\1\end{array}\right] \\\\Performing\ matrix\ multiplication\ gives:\\\\\left[\begin{array}{c}x+4z\\y-z\\z\end{array}\right] =\left[\begin{array}{c}-1\\3\\1\end{array}\right]\)

Therefore:

z = 1

y - z = 3;  

y = 3 + z = 3 + 1 = 4.

Hence, y = 4

x + 4z = - 1;

x = -1 - 4z = -1 - 4(1) = -5

x = -5

The row-echelon form of the augmented matrix of a system of equations is given. Find the solution of

begin{tabular}{|r|l|r|r|} \hline 3 & Below are your numerical inputs for the problem: \\ \hline 4 & Initial Cost (\$) & 390000 \\ \hline 5 & Year 1 Revenues (\$) & 192000 \\ \hline 6 & Year 1 Costs (\$) & 125000 \\ \hline 7 & Inflation & 2.75% \\ \hline 8 & Project Duration (years) & 6 \\ \hline 9 & Depreciation Method & \\ \hline 10 & Tax Rate & \\ \hline 11 & Net Working Capital (\% oft+1 Revenues) & MACRS \\ \hline 12 & Salvage Value (\$) & 28.00% \\ \hline 13 & Cost of Capital & 15.00% & 245000 \\ \hline \end{tabular} How much are the year 1 operating cash flows (OCF)? How much is the depreciation expense in year 3 ? What is the change in Net Working Capital (NWC) in year 2? What is the net cash flow from salvage (aka, the after-tax salvage value, or ATSV)? What is the project's NPV? Would you recommend purchasing the ranch? Briefly explain.

Answers

Information is needed to evaluate the project's financial viability, considering factors such as the initial investment, expected cash flows, cost of capital, and project duration.

To calculate the year 1 operating cash flows (OCF), we need to subtract the year 1 costs from the year 1 revenues:

OCF = Year 1 Revenues - Year 1 Costs

OCF = $192,000 - $125,000

OCF = $67,000

To find the depreciation expense in year 3, we need to determine the depreciation method. The provided information is incomplete regarding the depreciation method, so we cannot calculate the depreciation expense in year 3 without knowing the specific method.

The change in Net Working Capital (NWC) in year 2 can be determined by multiplying the Net Working Capital percentage (given as a percentage of t+1 revenues) by the year 1 revenues and subtracting the result from the year 2 revenues:

Change in NWC = (Year 2 Revenues - Net Working Capital percentage * Year 1 Revenues) - Year 1 Revenues

Without the specific Net Working Capital percentage or Year 2 Revenues values, we cannot calculate the exact change in NWC in year 2.

The net cash flow from salvage (ATSV) is calculated by multiplying the Salvage Value percentage by the Initial Cost:

ATSV = Salvage Value percentage * Initial Cost

ATSV = 28% * $390,000

ATSV = $109,200

To calculate the project's NPV, we need the cash flows for each year, the cost of capital, and the project duration. Unfortunately, the information provided does not include the cash flows for each year, so we cannot calculate the project's NPV.

To know more about investment visit:

https://brainly.com/question/29547577

#SPJ11

The complete question is:

Below are your numerical inputs for the problem: 4 & Initial Cost (\$) & 390000 5 & Year 1 Revenues (\$) & 192000 6 & Year 1 Costs (\$) & 125000  7 & Inflation & 2.75% 8 & Project Duration (years) & 6 9 & Depreciation Method & 10 & Tax Rate & 11 & Net Working Capital (\% oft+1 Revenues) & MACRS 12 & Salvage Value (\$) & 28.00% 13 & Cost of Capital & 15.00% & 245000 How much are the year 1 operating cash flows (OCF)? How much is the depreciation expense in year 3 ? What is the change in Net Working Capital (NWC) in year 2? What is the net cash flow from salvage (aka, the after-tax salvage value, or ATSV)? What is the project's NPV? Would you recommend purchasing the ranch? Briefly explain.

2/3 of a class are girls what is ratio girls to boys in the class

Answers

Answer:

2:1

Step-by-step explanation:

2:3=1:3

as product of extremes = product of means

(2)(3):(1)(3)

6:3

2:1

An investigator anticipates that the proportion of red blossoms in his hybrid plants is 0.15. The sample proportion p of a random sample of 50 of his plants is to be approximately normally distributed with the mean and standard deviation of (A) μ = 0.15 and Op = 0.20 (C) μ,-0.05 and σ. 0.15 (B) μ» = 0.15 and σrho 0.05 (D) Cannot be determined.

Answers

The correct is (C) μ = -0.05 and σ = 0.15. The investigator is using the sample proportion p to estimate the true proportion of red blossoms in his hybrid plants.

The sample proportion p is expected to be normally distributed with a mean of μ = 0.15 and a standard deviation of σ = sqrt(p(1-p)/n), where n is the sample size. Substituting the values given, we get σ = sqrt(0.15(1-0.15)/50) = 0.05. However, since the investigator anticipates that the proportion of red blossoms is 0.15, he expects the sample proportion to be close to this value. Therefore, the mean of the sample proportion distribution should be close to the anticipated proportion, which is 0.15 - p = 0.15 - 0.15 = -0.05. Therefore, the correct answer is (C) μ = -0.05 and σ = 0.15. The investigator's anticipated proportion of red blossoms in his hybrid plants is 0.15. With a random sample of 50 plants, the sample proportion (p) follows a normal distribution. To determine the mean (μ) and standard deviation (σ), we can use the given information:
μ = p = 0.15 (anticipated proportion)
n = 50 (sample size)
We can calculate the standard deviation using the formula for binomial distribution:
σ = √(p(1-p)/n) = √(0.15(1-0.15)/50) = √(0.15*0.85/50) ≈ 0.05
Thus, the correct answer is (B) μ = 0.15 and σ ≈ 0.05.

To know more about proportion visit:

https://brainly.com/question/31548894

#SPJ11

We should use a normal distribution to model the number of years until the next florida hurricane strike.

a. True
b. False

Answers

Normal distribution to model the number of years until the next florida hurricane strike is false.

According to this statement

we have to find that the given statement is a true or a false.

So, For this purpose, we know that the

Normal distribution, is a probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean.

And

It accurately describes the distribution of values for many natural phenomena.

So,

A normal distribution to model the number of years until the next florida hurricane strike is not a perfect.

this is a false. because this is not applicable.

So, Normal distribution to model the number of years until the next florida hurricane strike is false.

Learn more about Normal distribution here

https://brainly.com/question/4079902

#SPJ4

in birr 24000is invested at interested rate of 4% compounded you fairly then the amount of money after 10 years in birr?​

Answers

Answer:

To find the amount of money after 10 years, we can use the formula for compound interest: A = P(1 + r/n)^(nt)

Where:

A = the amount of money after 10 years

P = the initial investment (24000 birr)

r = the interest rate (4%)

n = the number of times the interest is compounded per year

t = the number of years

In this case, since the interest is compounded annually, n = 1.

So,

A = 24000(1 + 0.04)^(1*10)

A = 24000(1.04)^10

A = 24000(1.46) = 24000*1.46 =35,040 birr

So, after 10 years the total amount of money will be 35,040 birr.

The graph below can be used to help solve which of the following trigonometric inequalities over the interval 0<=pi<=2pi radians?
a. sin(x)-1<=cos(2x)-2
b. sin(x)-1<=cos(2x)+2]
c. sin(2x)-1<=cos(2x)-2
d. sin(2x)-1<=cos(2x)+2

The graph below can be used to help solve which of the following trigonometric inequalities over the

Answers

Answer:

its C

Step-by-step explanation:

sin(2x)-1 <=cos(2x)-2

whoever said it was wrong is looking at the wrong question.

The trigonometric inequalities over the interval \(0\leq \pi \leq 2\) radians are \(\rm sin2x-1 = cos2x-2\).

We have to determine, the following trigonometric inequalities over the interval \(0\leq \pi \leq 2\) radians?

The trigonometric inequality over the interval \(0\leq \pi \leq 2\) radians is used to solve the equation is as follows.

The equation is used to inequality over the given interval is,

\(\rm sin2x-1 = cos2x-2\)

To solve the inequality substitute the formula of sin2x and cos2x.

\(\rm Sin2x = 2 \ sinx \ cosx\\\\Cos2x = 1-sin^2x\)

Then,

The trigonometric inequality is,

\(\rm Sin2x-1 \leq cos2x-2\\\\\rm 2\ sinx \ cosx-1\leq 1-sin^2x - 2\\\\ 2\ sinx \ cosx-1 \leq -sin^2x - 1\\\\Adding \ 1 \ on \ both \ sides\\\\2\ sinx \ cosx-1 +1\leq -sin^2x - 1+1\\\\2\ sinx \ cosx-\leq -sin^2x \\\\2cosx \leq -sinx\\\\Divided\ by -cosx \ on \ both\ side\\\\2 \dfrac{cosx}{-cosx} \leq \dfrac{-sinx}{-cosx}\\\\tanx\leq 2\)

Hence, The trigonometric inequalities over the interval \(0\leq \pi \leq 2\) radians are \(\rm sin2x-1 = cos2x-2\).

.

For more details refer to the link given below.

https://brainly.com/question/18945214

John and Mary had Php 384 altogether. After John gave Php 36 to Mary, Mary had 3 times as much money as John. How much money did Mary had at first?​

Answers

John initially had Php 132 and Mary initially had Php 252 (384 - 132).

Let's start by setting up the equations to solve for this problem.

Let x be the amount of money John had initially.

Then, Mary had (384 - x) initially.

After John gave Php 36 to Mary, John had (x - 36) left and Mary had (384 - x + 36) = (420 - x).

We are told that Mary had three times as much money as John after this transaction, so we can write:

3(x - 36) = 420 - x

Simplifying this equation gives:

3x - 108 = 420 - x

4x = 528

x = 132

Therefore, John initially had Php 132 and Mary initially had Php 252 (384 - 132).

Answer: Mary had Php 252 at first.

Learn more about initially  from

https://brainly.com/question/31041139

#SPJ11

Find the volume of a sphere with a radius of 9√6
Volume: __√6π

Find the volume of a sphere with a radius of 96Volume: __6

Answers

Answer:

\(648\sqrt{6}\)π

Step-by-step explanation:

\(\frac{4}{3}\)π(9√6)³

=\(\frac{4}{3}\)π81*6*√6

=(486*\(\frac{4}{3}\))√6π

=648√6π

Theo solved the following problem correctly for homework. 2 x y = 7. Negative 3 x y = 2. What is the y-coordinate of his solution? y = negative 3 y = negative 1 y = 1 y = 5.

Answers

To solve the problem we must know about the system of equations.

System of equationInconsistent System

A system of equations to have no real solution, the lines of the equations must be parallel to each other.

Consistent System

1. Dependent Consistent System

A system of the equation to be Dependent Consistent System the system must have multiple solutions for which the lines of the equation must be coinciding.

2. Independent Consistent System

A system of the equation to be Independent Consistent System the system must have one unique solution for which the lines of the equation must intersect at a particular.

The coordinate for the solution to this system of equation is (1,5).

Give to us

Theo's homework

2x+y=7-3x+y=2

For equation1,2x+y=7

solving for y,

\(2x+y=7\\\\y = 7-2x\)

For equation2,-3x+y=2

Substitute the value of y,

\(-3x+y=2\\\\-3x+(7 -2x)=2\\\\-3x+7-2x=2\\\\-5x+7 =2\\\\-5x=2-7\\\\-5x=-5\\\\x=\dfrac{-5}{-5}\\\\x= 1\)

Substitute the value of x in the equation of y,

\(y=7-2x\\\\y=7-2(1)\\\\y=7-2\\\\y=5\)

Hence, the coordinate for the solution to this system of equation is (1,5).

Learn more about System of Equation:

https://brainly.com/question/12895249

Theo solved the following problem correctly for homework. 2 x y = 7. Negative 3 x y = 2. What is the

Answer:

the answer is (d)y=5

Step-by-step explanation:

i hope you pass your test

Please Help! Three times the quantity of a number increased by 7 is equal to the same number decreased by 15

Answers

The value of the number will be;

⇒ x = - 11

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

Given that;

The algebraic expression is,

''Three times the quantity of a number increased by 7 is equal to the same number decreased by 15''

Now,

Let the quantity of a number = x

So, We can formulate;

⇒ 3x + 7 = x - 15

Solve for x as;

⇒ 3x - x = - 15 - 7

⇒ 2x = - 22

⇒ x = - 11

Thus, The value of the number will be;

⇒ x = - 11

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ1

HELP, I NEED HALP ASAP
180=x+(3x-8)

Answers

Answer:

x=47

Step-by-step explanation:

Let's solve your equation step-by-step.

180=x+3x−8

Step 1: Simplify both sides of the equation.

180=x+3x−8

180=x+3x+−8

180=(x+3x)+(−8)(Combine Like Terms)

180=4x+−8

180=4x−8

Step 2: Flip the equation.

4x−8=180

Step 3: Add 8 to both sides.

4x−8+8=180+8

4x=188

Step 4: Divide both sides by 4.

4x4=1884

x=47

please help I will give you any award

please help I will give you any award

Answers

Answer:

218.57

Step-by-step explanation:

Since it is an isoceles triangle, the sides are 32, 32, and 14.

Using Heron's Formula, which is Area = sqrt(s(s-a)(s-b)(s-c)) when s = a+b+c/2,  we can calculate the area.

(A+B+C)/2  = (32+32+14)/2=39.

A = sqrt(39(39-32)(39-32)(39-14) = sqrt(39(7)(7)(25)) =sqrt(47775)= 218.57.

Hope this helps have a great day :)

Check the picture below.

so let's find the height "h" of the triangle with base of 14.

\(\begin{array}{llll} \textit{using the pythagorean theorem} \\\\ a^2+o^2=c^2\implies o=\sqrt{c^2 - a^2} \end{array} \qquad \begin{cases} c=\stackrel{hypotenuse}{32}\\ a=\stackrel{adjacent}{7}\\ o=\stackrel{opposite}{h} \end{cases} \\\\\\ h=\sqrt{ 32^2 - 7^2}\implies h=\sqrt{ 1024 - 49 } \implies h=\sqrt{ 975 }\implies h=5\sqrt{39} \\\\[-0.35em] ~\dotfill\)

\(\stackrel{\textit{area of the triangle}}{\cfrac{1}{2}(\underset{b}{14})(\underset{h}{5\sqrt{39}})}\implies 35\sqrt{39} ~~ \approx ~~ \text{\LARGE 218.57}\)

please help I will give you any award

PLEASE HELP I WILL GIVE BRAINLEST

PLEASE HELP I WILL GIVE BRAINLEST

Answers

Answer:

Angle WZY=31degrees

Step-by-step explanation:

5x+11=8x-1

11+1=8x-5x

12=3x

X=12/3

X=4

Substitute x=4 in 5x+11

5(4)+11=31

Shoprite is a grocery shop that has outlets nationwide. They give discounts to customers who buy products in bulk. For a given number of products their discounts are as follows: Quantity Discount 0 - 20 No discount More than 20 10% More than 30 15% More than 40 20% More than 50 30% They are planning to get a computerised system which automates calculation of total amount due for a given number of products. Based on the above scenario, design a solution for Shoprite using a flowchart. Based on the outcome of above question create a C++ program using Visual Studio. Your program must enter the quantity of products then compute the discount based on the quantity and output the total amount due

Answers

Here is a flowchart solution for the given scenario:

START

  |

  |__ Enter the quantity of products purchased

  |        |

  |        |__ If quantity <= 20, discount = 0%

  |        |

  |        |__ If quantity > 20 and quantity <= 30, discount = 10%

  |        |

  |        |__ If quantity > 30 and quantity <= 40, discount = 15%

  |        |

  |        |__ If quantity > 40 and quantity <= 50, discount = 20%

  |        |

  |        |__ If quantity > 50, discount = 30%

  |

  |__ Calculate the total amount due

           |

           |__ Total amount due = Quantity * (1 - Discount) * Price per item

  |

  |__ Display the total amount due

END

And here is a C++ program that implements this solution using Visual Studio:

#include <iostream>

using namespace std;

int main()

{

   int quantity;

   double discount = 0.0, price_per_item = 1.0, total_amount_due;

   cout << "Enter the quantity of products purchased: ";

   cin >> quantity;

   if (quantity > 20 && quantity <= 30)

   {

       discount = 0.1;

   }

   else if (quantity > 30 && quantity <= 40)

   {

       discount = 0.15;

   }

   else if (quantity > 40 && quantity <= 50)

   {

       discount = 0.2;

   }

   else if (quantity > 50)

   {

       discount = 0.3;

   }

   total_amount_due = quantity * (1 - discount) * price_per_item;

   cout << "Total amount due: $" << total_amount_due << endl;

   return 0;

}

Note that in this program, we have assumed that the price per item is $1. You can change this value to match the actual price of the products sold by Shoprite.

Learn more about solution  here:

https://brainly.com/question/29263728

#SPJ11

Two equations are shown:
Equation 1: (x - 12) = 12
Equation 2: Xy - 12 = 12
Solve each equation. Then, enter a number in each box to make this statement true.

The value of x is:
The value of y is: ​

Answers

Answer:

x= 24 ;y =1

Step-by-step explanation:

Solve eqn 1: x=24

Sub x=24 into eqn 2:

24y-12=12

24y=24

y=1

Malachy, Sushil and Fiona share some sweets in the ratio 4:3:3. Malachy gets 8 more sweets than Fiona. How many sweets are there altogether?

Answers

Answer:

Step-by-step explanation:

Shrek Fiona ?

2. Use the list below to write the correct term for each definition on the line provided.

axes (of a graph) coordinates coordinate grid intersection number line ordered pair
origin quadrant x-axis
x-coordinate y-axis y-coordinate

a.) the first number of an ordered pair

b.) the second number of an ordered pair

c.) any of four regions formed by the axes in a rectangular coordinate system

d.) the point at which two lines meet

e.) numbers that correspond to points on a graph in the form (x, y)

f.) the intersection of the x-axis and y-axis in a coordinate plane, described by (0,0)

g.) the horizontal and vertical number lines used in a rectangular graph or coordinate grid system as a fixed reference for determining the position of a point

h.) the vertical ( ) axis on a coordinate plane

i.) the horizontal ( ) axis on a coordinate plane

j.) a line on which numbers can be written or visualized

k.) the location of a single point on a rectangular coordinate system where the digits represent the position relative to the x-axis and y-axis Example: (x, y) or (3, 4)

l.) network of evenly spaced, parallel horizontal and vertical lines especially designed for locating points, displaying data, or drawing maps

Answers

a. x-coordinate

b. y-coordinate

c. quadrant

d. intersection

e. ordered pair

f. origin

g. coordinate grid

h. y-axis

i. x-axis

j. number line

k. coordinates

l. axes (of a graph)

What is the axes of a graph?

The axes of a graph are the two lines that define the coordinate system and divide the plane into four quadrants. These lines are called the x-axis and the y-axis. The x-axis is the horizontal line and the y-axis is the vertical line. The point where the two axes intersect is called the origin and is identified by the coordinates (0,0). The x-axis is typically used for the independent variable and the y-axis is used for the dependent variable. When plotting data on a graph, the x-axis is often labeled with the independent variable and the y-axis is labeled with the dependent variable. The axes of a graph provide a reference for determining the position of a point and are used for displaying data and drawing maps.

Learn more about graph in brainly.com/question/16518235

#SPJ1

3,649 times 7=? (use the distributive property)

Answers

Answer: 63,343

Step-by-step explanation:

3,649 = 3,000 + 600 + 40 + 9

Now, the multiplication:

( 3,000 + 600 + 40 + 9 ) * 7

21,000 + 42,000 + 280 + 63

Making the sum:

63,343

Find the coordinates of the other endpoint of the segment, given its midpoint and one endpoint. (Hint: Let (x,y) be the unknown endpoint. Apply the midpoint formula, and solve the two equations for x and y.) midpoint (-24,15), endpoint (- 15,13) The other endpoint is (Type an ordered pair.)​

Answers

Answer:

The other endpoint is (-33, 17)

Step-by-step explanation:

The rule of the mid-point of a segment whose endpoints are

(\(x_{1}\), \(y_{1}\)) and (\(x_{2}\), \(y_{2}\)) is

\((x_{M},y_{M}) = (\frac{x_{1}+x_{2}}{2},\frac{y_{1}+y_{2}}{2})\)

In our question

∵ The coordinates of the endpoints of a segment are (-15, 13) and (x, y)

∴ \(x_{1}\) = -15 and \(x_{2}\) = x

∴ \(y_{1}\) = 13 and \(y_{2}\) = y

∵ The coordinates of the mid-point of this segment are (-24, 15)

∴ \(x_{M}\) = -24 and \(y_{M}\) = 15

→ Use the rule of the mid-point to find x and y

∵ \(-24=\frac{-15+x}{2}\)

→ Multiply both sides by 2

∴ -48 = -15 + x

→ Add 15 to both sides

-33 = x

∵ \(15=\frac{13+y}{2}\)

→ Multiply both sides by 2

∴ 30 = 13 + y

→ Subtract 13 from both sides

17 = y

The other endpoint is (-33, 17)

Other Questions
The sum of two integers is 31. The larger of the two integers is4 more than 2 times the smaller integer. What are the integers? What is the best summary of the passage? A. The main character wants to travel in a spaceship. Once inside, he is nervous and the spaceship begins to shake. B. The main character floats through a cabin. He looks around for other crew members in the ship. C. The main character travels to space in a spaceship. Once there, he is weightless and floats through the ship. D. The main character wants to perform tests. He looks for the equipment for the tests and realizes it is locked away. What are the three major styles of literature that flowered during the Elizabethan age? this code: void f() { int *p = new int[3]{rand(), rand(), rand()}; if (p[1] == 0 || p[2] == 0) return; cout is -cos(x) the same as cos(-x)? What is the focal length of the eyepiece of a Galilean telescope that has an objective focal length of 1.15 mm and a magnification of 3.00 Hi ur very pretty have a nice night :) The small intestine absorbs water by the process of: Group of answer choices osmosis active transport facilitated diffusion filtration Complete the function table. Use middle column to show your substitutions. first to help me with this gets the brainliest find the area of the region that lies inside the first curve and outside the second curve. r = 7 7 sin , r = 7 Find the value of x. A. 51 B. 76.25 C. 129 D. 25.25 You are asked to prepare a buffer with a pH of 4.5. Looking through the materials present in your lab, you see that you have 3 different materials that can be used to make a buffer: acetic acid (pKa 4.75), sodium bicarbonate (pKa 10.25), and potassium dihydrogen phosphate (pKa 6.86). Which do you choose to make the buffer and why A good's demand is given by: P = 329 - 30. At P = 85, the point price elasticity is: Enter as a value (ROUND TO TWO DECIMAL PLACES). Type your answer... Which is the balanced equation for S8 + O2 SO2?S8 + O16 8SO2S8 + O2 S8 + O2S8 + O2 S8O2S8 + 8O2 8SO2 Explain why it works to break apart a number by place value to multiply Classify the following points as on the circle or not on the circle given by the equation (x + 1) + (y - 3)2 = 6.25. A scout leader pairs a new member with one of the existing fifteen members. Five of the boys love camping, ten like to fish. Three enjoy archery, 12 like hiking. What is the probability the new boy will be paired with a boy who loves camping which business practice is described by the following scenario: a steel mill owner buys the mine that produces iron ore, the railroad that transports the iron ore, the factory that makes steelmaking furnaces, and the company that advertises the steel? richard is looking to achieve a portfolio that offers twice the expected return on the market. his two investment options are stock c and stock d. stock c has an expected return of 10.2% and stock d has an expected return of 35.5%. if the risk-free rate is 3% and the market risk premium (expected market return minus risk-free rate) is 12.5% what percentage of his portfolio should richard invest in each stock?