What are the dependent and independent
variables?

Answers

Answer 1

Answer:

The dependent variable depends on the value of some other number also known as the independent variable. Another way to put it is the dependent variable is the output value and the independent variable is the input value. So for y=x+3, when you input x=2, the output is y = 5.

The images are some examples.

What Are The Dependent And Independentvariables?
What Are The Dependent And Independentvariables?

Related Questions

2,25 -0, 325-1, 2=..........
a. 0,625
b. 0,725
c. 1,625
d. 1,725​

Answers

Answer:

The solution is B. 0,725

Step-by-step explanation:

2,25-0,325-1,2

= 1,925-1,2

= 0,725

Choose a variable to isolate and what it is equal to in the
system of equations below.

16x = 2y + 18
4y = 3x - 1

A. X = -8y + 9
B. y = X-9
C. y = 8X-9
O D. y = 8x + 9

Choose a variable to isolate and what it is equal to in thesystem of equations below.16x = 2y + 184y

Answers

Answer:

С. y=8x-9

Step-by-step explanation:

Solve the system of equations

3x=4y+1

16x=2y+18 (multiply by -2)

-32x= -4y-36

3x-32x= 4y+1-4y-36

-29x= -35

x=35/29

4y= 3*35/29-1= 105/29-29/29=76/29

y= 76/29: 4/1= 19/29

You know x and y, then attempt to replace x,y in every equation (from A to D) on 35/29 and 19/29 respectively. If the left and right part in some equation are equal after replacing that's the correct answer.

In C 19/29= 8*35/29- 9

19/29=19/29

It is correct.

A population of bacteria doubles every 15 hours. Initially, the population of bacteria
is 50.
What is the population of the bacteria after 40 hours?
Enter your answer, rounded to the nearest whole number, in the box.

Answers

Answer:

About 317 bacteria.

Step-by-step explanation:

We can use the model for exponential growth:

\(\displaystyle f(t) = ar^{t/d}\)

Where t is the time (in hours) that has passed and d is the time in which one "cycle" occurs.

Since the initial population is 50 bacteria, a = 50:

\(\displaystyle f(t) = 50r^{t/d}\)

The population doubles every 15 hours. Hence, r = 2 and d = 15:

\(\displaystyle f(t) = 50(2)^{t/15}\)

Therefore, the population after 40 hours will be:

\(\displaystyle \begin{aligned} f(40) & = 50(2)^{(40)/15} \\ \\ & =50(2)^{8/3} \\ \\ & = 317.48 \approx 317 \end{aligned}\)

In conclusion, the population of the bacteria after 40 hours will be about 317 bacteria.

50 points, Help pls…the vertices of parallelogram ABCD are A(-1, 6), B(5,6), C(3, -2) and D(-3, -2). The diagonals of parallelogram ABCD intersect at point P. What are the coordinates of P

Answers

Answer:

P(1, 2)

Step-by-step explanation:

The diagonals of a parallelogram bisect each other.

It means their intersection is the midpoint of both diagonals.

Use midpoint formula to find the coordinates of P. Take AC or BD as diagonal.

We use the coordinates of A and C as endpoints:

x = (-1 + 3)/2 = 2/2 = 1y = (6 - 2)/2 = 4/2 = 2

Answer: p= (1,2)

Step-by-step explanation:

2. what is the correct r code to build a linear regression model with response variable y and explanatory variable x? a. lm(y~x) b. lr(y~x) c. lm(y

Answers

The correct r code to build a linear regression model with response variable y and explanatory variable x is option a. lm(y~x).

The code lm(y~x) will create a linear model with y as the response variable and x as the explanatory variable.

The lm() function in r is used for linear regression, and the formula y~x indicates that y is the response variable and x is the explanatory variable. The other options, lr(y~x) and lm(y, are not correct r code for building a linear regression model.

In summary, the correct r code for building a linear regression model with response variable y and explanatory variable x is lm(y~x).

See more about linear regression at https://brainly.com/question/25987747.

#SPJ11

Tennis Replay In the year that this exercise was written, there were 879 challenges made to referee calls in professional tennis singles play. Among those challenges, 231 challenges were upheld with the call overturned. Assume that in general, 25% of the challenges are successfully upheld with the call overturned. a. If the 25% rate is correct, find the probability that among the 879 challenges, the number of overturned calls is exactly 231. b. If the 25% rate is correct, find the probability that among the 879 challenges, the number of overturned calls is 231 or more. If the 25% rate is correct, is 231 overturned calls among 879 challenges a result that is significantly high

Answers

Answer:

a. 0.0209 = 2.09% probability that among the 879 challenges, the number of overturned calls is exactly 231.

b. 231 is less than 2.5 standard deviations above the mean, which means that 231 overturned calls among 879 challenges is not a significantly high result.

Step-by-step explanation:

For each challenge, there are only two possible outcomes. Either it was overturned, or it was not. The probability of a challenge being overturned is independent of any other challenge. This means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

\(P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}\)

In which \(C_{n,x}\) is the number of different combinations of x objects from a set of n elements, given by the following formula.

\(C_{n,x} = \frac{n!}{x!(n-x)!}\)

And p is the probability of X happening.

Significantly high:

The expected value of the binomial distribution is:

\(E(X) = np\)

The standard deviation of the binomial distribution is:

\(\sqrt{V(X)} = \sqrt{np(1-p)}\)

If a value is more than 2.5 standard deviations above the mean, this value is considered significantly high.

25% of the challenges are successfully upheld with the call overturned.

This means that \(p = 0.25\)

879 challenges

This meas that \(n = 879\)

a. If the 25% rate is correct, find the probability that among the 879 challenges, the number of overturned calls is exactly 231.

This is P(X = 231). So

\(P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}\)

\(P(X = 231) = C_{879,231}.(0.25)^{231}.(0.75)^{648} = 0.0209\)

0.0209 = 2.09% probability that among the 879 challenges, the number of overturned calls is exactly 231.

b. If the 25% rate is correct, find the probability that among the 879 challenges, the number of overturned calls is 231 or more. If the 25% rate is correct, is 231 overturned calls among 879 challenges a result that is significantly high

The mean is:

\(E(X) = np = 879*0.25 = 219.75\)

The standard deviation is:

\(\sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{879*0.25*0.75} = 12.84\)

\(219.75 + 2.5*12.84 = 251.85 > 231\)

231 is less than 2.5 standard deviations above the mean, which means that 231 overturned calls among 879 challenges is not a significantly high result.

Refer to the information below to answer Questions 9 and 10. Value of Property Up to K35 000 K35 000 to K70 000 K70 000 to K140 000 Over K140 000 10. Rate of Stamp Duty 2% 3% 4% 5% 9. Calculate the stamp duty payable on properties whose purchase price is K45 000. (1 mark) Answer: Calculate the stamp duty payable on properties whose purchase price is K150 000. (1 mark) Answer:​

Answers

9.  The stamp duty payable on a property with a purchase price of K45,000 is K1,350.

10. The stamp duty payable on a property with a purchase price of K150,000 is K7,500.

To calculate the stamp duty payable on properties with a purchase price of K45,000 and K150,000, we need to apply the corresponding rates of stamp duty based on the given information.

Given:

Value of Property:

Up to K35,000: Stamp Duty Rate - 2%

K35,000 to K70,000: Stamp Duty Rate - 3%

K70,000 to K140,000: Stamp Duty Rate - 4%

Over K140,000: Stamp Duty Rate - 5%

9. Calculate the stamp duty payable on properties whose purchase price is K45,000:

Since the purchase price of K45,000 falls within the range of K35,000 to K70,000, the stamp duty rate applicable is 3%.

Stamp Duty Payable = Purchase Price * Stamp Duty Rate

= K45,000 * 3%

= K45,000 * 0.03

= K1,350

Therefore, the stamp duty payable on a property with a purchase price of K45,000 is K1,350.

10. Calculate the stamp duty payable on properties whose purchase price is K150,000:

Since the purchase price of K150,000 is above K140,000, the stamp duty rate applicable is 5%.

Stamp Duty Payable = Purchase Price * Stamp Duty Rate

= K150,000 * 5%

= K150,000 * 0.05

= K7,500

Therefore, the stamp duty payable on a property with a purchase price of K150,000 is K7,500.

for such more question on property

https://brainly.com/question/29667212

#SPJ8

terms are there. Divide 51 into three parts in AP so that the largest exceeds the smallest by 10.​

Answers

The first three terms of the Arithmetic Progression are 12, 17 and 22.

For an ARITHMETIC PROGRESSION, AP ;

First term = a

Second term = a + d

Third term = a + 2d

Where, d = common difference ;

If third term exceeds smallest by 10 ;

Third term - first term

a + 2d - a = 10

2d = 10

d = 10/2

d = 5

Sum of the three terms :

a + (a + d) + a + 2d = 51

3a + 3d = 51

d = 5

3a + 3(5) = 51

3a + 15 = 51

3a = 51 - 15

3a = 36

a = 12

The AP would be:

First term, a = 12

Second term, a + d = 12 + 5 = 17

Third term = a + 2(d) = 12 + 10 = 22

Therefore , the first three terms of the AP are :

12, 17 and 22

Learn more about ARITHMETIC PROGRESSION :

https://brainly.com/question/12006170

After the first week of registration, 92 children had enrolled for the second
session of summer camp. If this represents 80% of the available slots, what
is the maximum number of children the camp can enroll for the second
session?

Answers

Answer:

115 children

Step-by-step explanation:

Please see the attached picture for the full solution.

After the first week of registration, 92 children had enrolled for the secondsession of summer camp.

2 5/8 divided by 2 1/4

2 5/8 divided by 2 1/4

Answers

Answer:

Step-by-step explanation:

\(2\frac{5}{8} =\frac{2 \times 8+5}{8} =\frac{21}{8} \\2\frac{1}{4} =\frac{2 \times 4+1}{4} =\frac{9}{4} \\2\frac{5}{8} / 2\frac{1}{4} \\=\frac{21}{8} /\frac{9}{4} \\=\frac{21}{8} \times \frac{4}{9} \\=\frac{7}{6} \\=1\frac{1}{6}\)

Pre calculus
Help me

Pre calculus Help me

Answers

Answer:

\(\displaystyle \frac{75}{2}\) or \(37.5\)

Step-by-step explanation:

We can answer this problem geometrically:

\(\displaystyle \int^6_{-4}f(x)\,dx=\int^1_{-4}f(x)\,dx+\int^3_1f(x)\,dx+\int^6_3f(x)\,dx\\\\\int^6_{-4}f(x)\,dx=(5*5)+\frac{1}{2}(2*5)+\frac{1}{2}(3*5)\\\\\int^6_{-4}f(x)\,dx=25+5+7.5\\\\\int^6_{-4}f(x)\,dx=37.5=\frac{75}{2}\)

Notice that we found the area of the rectangular region between -4 and 1, and then the two triangular areas from 1 to 3 and 3 to 6. We then found the sum of these areas to get the total area under the curve of f(x) from -4 to 6.

Answer:

\(\dfrac{75}{2}\)

Step-by-step explanation:

The value of a definite integral represents the area between the x-axis and the graph of the function you’re integrating between two limits.

\(\boxed{\begin{minipage}{8.5 cm}\underline{De\:\!finite integration}\\\\$\displaystyle \int^b_a f(x)\:\:\text{d}x$\\\\\\where $a$ is the lower limit and $b$ is the upper limit.\\\end{minipage}}\)

The given definite integral is:

\(\displaystyle \int^6_{-4} f(x)\; \;\text{d}x\)

This means we need to find the area between the x-axis and the function between the limits x = -4 and x = 6.

Notice that the function touches the x-axis at x = 3.

Therefore, we can separate the integral into two areas and add them together:

\(\displaystyle \int^6_{-4} f(x)\; \;\text{d}x=\int^3_{-4} f(x)\; \;\text{d}x+\int^6_{3} f(x)\; \;\text{d}x\)

The area between the x-axis and the function between the limits x = -4 and x = 3 is a trapezoid with bases of 5 and 7 units, and a height of 5 units.

The area between the x-axis and the function between the limits x = 3 and x = 6 is a triangle with base of 3 units and height of 5 units.

Using the formulas for the area of a trapezoid and the area of a triangle, the definite integral can be calculated as follows:

\(\begin{aligned}\displaystyle \int^6_{-4} f(x)\; \;\text{d}x & =\int^3_{-4} f(x)\; \;\text{d}x+\int^6_{3} f(x)\; \;\text{d}x\\\\& =\dfrac{1}{2}(5+7)(5)+\dfrac{1}{2}(3)(5)\\\\& =30+\dfrac{15}{2}\\\\& =\dfrac{75}{2}\end{aligned}\)

Pre calculus Help me

i need help with this
3:7 = ___: 49

Answers

Answer:

3 : 7 = 21 : 49

Step-by-step explanation:

i need help with this

3:7 = ___: 49

3 : 7 = x : 49

x = 3 × 49 ÷ 7

x = 147 ÷ 7

x = 21

3 : 7 = 21 : 49  (your answer)

the area of a square is seasonal 25 cm Square calculate the length of a diagonal to one decimal place .




Answers

Answer:

The answer is 7.1cm to 1d.p

Step-by-step explanation:

Area of square =L²

25=L²

√L²=√25

L=5cm

hyp²=opp²+adj²

x²=5²+5²

x²=25+25

x²=50

√x²=√50

x=7.1cm to 1d.p

Malcolm has $50 gift card to a local car wash and order is the ultimate car wash each visit is $8.95

Answers

The amount cheaper is the car washes Malcolm orders than the car washes Martha's order is $13.

The correct answer choice is option B.

How much cheaper is the car washes Malcolm orders than the car washes Martha's order?

Malcolm's gift card = $50.

Cost Malcolm's car wash per visit = $7

Martha's gift card = $180

Cost Martha's car wash per visit = Difference between gift card balance of first and second visit

= $180 - $160

= $20

How cheap is the car washes Malcolm orders than the car washes Martha's order = $20 - $7

= $13

Therefore, Malcolm's car wash is cheaper than Martha's car wash by $13

The complete question is attached in the diagram.

Read more on graphs:

https://brainly.com/question/19040584

#SPJ1

Malcolm has $50 gift card to a local car wash and order is the ultimate car wash each visit is $8.95

A rectangle has a length of 16 inches and the length of the diagonal is 20 inches. What is the width of the rectangle

Answers

Answer:

12 inches

Step-by-step explanation:

1. The diagonal is the hypotenuse of the right triangle.  so since we know one side length, we can figure out the other side length

1. 16^2 + x^2= 20^22. 256 + x^2=4003. x^2=1444. \(\sqrt{144}\) = 12

The pattern below has been created by placing toothpicks together a) Find an expression for the total number of toothpicks in any set up b) How many toothpicks should there be in the 45th set up? Show your work.

The pattern below has been created by placing toothpicks together a) Find an expression for the total

Answers

For 45th set up 140 toothpicks  are required.

What is Arithmetic Progression?

A progression of numbers in which the difference between any two succeeding numbers is always a fixed amount is known as arithmetic progression (AP). It also goes by the name Arithmetic Sequence.

given:

For First Figure, 8 toothpicks are used

For Second Figure, 11 toothpicks are used

For Third Figure, 14 toothpicks are used

So, we get the series 8, 11, 14, ...

Now, for n= 45

Using Arithmetic Progression

\(a_{45} = a+ (45- 1) d\)

     = 8 + 44(3)

     = 140

Hence, for 45th set up 140 toothpicks  are required.

Learn more about Arithmetic Progression here:

https://brainly.com/question/16947807

#SPJ1

log2(6x) – log2 (x)-2

Answers

Answer:

xlog(64)−xlog(2)−2

Step-by-step explanation:

Simplify 6log(2) by moving 6 inside the logarithm.

log(2^6)x − log(2)x − 2

Raise 2 to the power of 6.

log(64)x − log(2)x − 2

Reorder factors in log(64)x − log(2)x −2.

Select the correct answer. An insurance data scientist is researching a certain stretch of a rural highway where drivers are never pulled over. The mile markers in the solution of the following inequality determines the conclusion of his research. Solve and interpret the compound inequality, where x represents the mile marker along the highway. 2x − 18 ≥ 122 or 5x + 15 < 250 Drivers located below mile marker 47 or at mile marker 70 or above never get pulled over. Drivers located between mile marker 46 and mile marker 71 never get pulled over. Drivers located below mile marker 46 or at mile marker 71 or above never get pulled over. Drivers located between mile marker 47 and mile marker 70 never get pulled over.

Answers

The interpretation of the inequality is that D. Drivers located between mile marker 47 and mile marker 70 never get pulled over.

How to illustrate the inequality?

From the information given, the mile markers in the solution of the inequality determines the conclusion of his research.

The mile marker along the highway is given as:.

2x − 18 ≥ 122

Collect like terms

2x ≥ 122 + 18

2x ≥ 140

x ≥ 70

5x + 15 < 250

5x < 250 - 15

5x < 235

Divide

x < 47

This shows that the drivers located between mile marker 47 and mile marker 70 never get pulled over. The correct option is D.

Learn more about inequalities on:

brainly.com/question/25275758

#SPJ1

Question 1 of 5 Which number line shows the solutions to x < 5? OA. -3 -6 -4 -2 0 2 4 6 8 OB. O C. -8 -6 -4 -2 0 2 4 6 8 -8-6-4-2 0 2 4 6 8 OD. 864 2 0 2 4 6 8​

Answers

The number line that shows the solutions of x < 5

B. O

What is number line?

A number line is a visual representation of the real numbers, ordered from left to right, with zero in the middle. It is typically a straight line that extends infinitely in both directions, with evenly spaced markings that represent specific points along the line.

The solution of x < 5 should consist of number less than 5

The inequality used is less than and hence should have values saying less than

Other options has numbers more than 5 such as 6 except option B

Learn more about number line at:

https://brainly.com/question/25230781

#SPJ1

A bag contains n cards, each having numbers (1,2,3...,n) written on it. If all numbers are used, the probability of drawing a card with a number less than or equal to 4 is 1/6. How many cards are in the bag?

Answers

Step-by-step explanation:

There are 4 cards less than or equal to 4.

1/6 = 4/n

n = 24

constant
r is the counting number from 7 to 9​

Answers

r: 8 ...................

A fair coin is tossed 2 times in succession. The set of equally likely outcomes{HH, HT, TH, TT). Find the probability of getting a head on the first toss.The probability of getting a head on the first toss is __.

Answers

there is a total of 4 possible outcomes. In 2 of then, we have a head on the first toss. Therefore, the probability of getting a head on the first toss is 2/4 = 1/2 (or 0.5).

9. ax + by = (a - b), bx - ay = (a + b)​

Answers

Answer: give me brainliest

Step-by-step explanation:

ax+by=a-b

ax=a-b-by

x=a-b-by/a←

bx-ay=a+b

substituting

b(a-b-by/a)-ay=a+b

ab-b²-b²y/a-ay=a+b

ab-b²-b²y-a²y/a=a+b

ab-b²-(b²+a²)y=a²+ab

-(b²+a²)y=a²+ab-ab+b²

(b²+a²)y=-(a²+b²)

y=-(a²+b²)/a²+b²

y=-1←

substituting value of y

x=a-b-b(-1)/a

x=a-b+b/a

x=a/a

x=1

HELP PLEASE AS SOON AS POSSIBLE WILL GIVE U BRAINLIST

HELP PLEASE AS SOON AS POSSIBLE WILL GIVE U BRAINLIST

Answers

Answer:

The table represents a nonlinear function because the rate is not constant.

Step-by-step explanation:

As shown in the picture below, the x side of the table has the same rate of change of +1. However, due to the fact that the y side does not have the same rate of change, +6 and +3, the table represents a non linear function. If the rate on the y side of the table were all the same, then this would be a Linear function.

HELP PLEASE AS SOON AS POSSIBLE WILL GIVE U BRAINLIST

Hotel is recarpeting a section of the lobby. Carpet covers the part of the floor As shown in gray. How many square feet of carpeting will be needed?

Hotel is recarpeting a section of the lobby. Carpet covers the part of the floor As shown in gray. How

Answers

Answer:

Hey guys! I know the answer!

Step-by-step explanation:

The answer is 374 21/80! Hope this helps!

Jill Janzen's gross weekly pay is $298. Her earnings to date for the year total $14,900. What amount is deducted from her pay each week for Social Security, which is taxed at 6.2%?

Answers

Jill's annual earnings can be calculated by multiplying her weekly pay by the number of weeks in a year: $298/week x 52 weeks/year = $15,496/year. Her earnings to date are $14,900, so she has earned an additional $596 in the current week.

Social Security is taxed at 6.2%, so the amount deducted from her pay each week is 6.2% of her gross weekly pay. That's 0.062 x $298 = $18.48.

X= $25,000

1,500+.2(x-10,000)

Answers

Answer:

x-525000+0

Step-by-step explanation:

What happens when the two addends have opposite signs and the number with the larger magnitude (size) is positive?

Answers

Answer:

The smaller addend is subtracted from the bigger addend

Step-by-step explanation:

Represent the two numbers with a and b such that a > b

So, the mathematical representation will be

\(+a + (-b)\)

Open the bracket

\(+a -b\)

This implies that the smaller addend (b) is subtracted from the bigger addend (b)

Take for instance; a = 6 and b = 4

This gives

\(+6 + (-4)\)

Open the bracket

\(= +6 - 4\)

\(= 2\)

A bag with 8 marbles has 4 red marbles, 3 blue marbles, and 1 yellow marble.A marble is chosen at random. What is the probability that it is red? Write your answer as a fraction in simplest form.
SOMEONE PLEASE HELP ME IM SO STUCK

Answers

Answer:

1/4

Step-by-step explanation:

First you add all of the marbles in the bag which is 16 marbles.  The fraction of red marbles to the total would be 4/16.  In the simplest form that is 1/4. You can also just do 4 divide by 16 which gives you 0.25 and in decimal form that is 1/4.

the equalateral triangle with its givem dimension in cm x+8, y+4, 4x- y find it perimeter​

Answers

Answer:

42 cm

Step-by-step explanation:

An equilateral triangle has 3 equal sides.

Thus,

x +8= y +4

x= y+4 -8

x= y -4 -----(1)

4x-y= y+4

4x= y +y +4 (+y on both sides)

4x= 2y +4 (simplify)

Divide by 2 throughout,

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

subst. (1) into (2):

2(y -4)= y +2

2(y) +2(-4)= y +2 (expand)

2y -8= y +2

2y -y= 8 +2

y= 10

Length of a side of the traingle

= y +4

= 10 +4

= 14

Perimeter of triangle

= 3(14)

= 42 cm

Other Questions
Visible light waves do not diffract as well as radio waves because _____a. the energy of visible light is too highb. the frequency of the light waves are too lowc. the wavelength of the light waves are too smalld. the speed of light waves is too slow The movement and interchange of water between the sea, air and land can be visualized by the ________. Somone please help I am completely lost... How do you do double minus one?. 4(m + 2) = 40solve the equation please Cells reproduce by splitting in half a process called cell division what do you cells need between divisions to make sure that they dont get smaller and smaller difference between monoclonal and polyclonal antibodies what are the four mechanisms fo heat loss? why is temperature regulation so important in the pediatric patient, specifically in the infant patient younger than 6 months old? what are the physiological symptoms seen? how are they trated and/or prevented? State the domain in proper interval notation. if the density of a bar of gold is 19.3g/cm^3and you cut it into four pieces , what is its density of each piece of gold true or false: helium is the ash of the sun's nuclear furnace. What is the convexity of a coupon bond? Why do investors tend tohave a positive view of convexity? what is the equation of the line that gors through (-3,8) and has a slope of 0 2.A cell in a hypotonic solution 2 (2-210) how do you simplify When a light bulb is connected to a 4.4 V battery, a current of 0.41 A passes through the filament of the bulb. What is the resistance (ohm) of the filament? Of your answer in whole number. Which statement describing the geography of Arabia is true?Question 1 options:It is very fertile. It is mountainous and heavily forested. It is mostly desert, with very little fresh water. It is mostly desert, but people live around the major river in the area. 6. Mercury metal is a liquid at room temperature. As heat energy is added to liquid mercury, thetemperature rises until it reaches its boiling point at 357 C. The temperature remains at thislevel until all the liquid has changed to gas, after which the temperature of the gas begins torise againExplain why the temperature of the mercury did not rise while it was boiling.7. Explain what happens to the mercury atoms due to the added energy during the time in whichtemperature stays the same. a is a symbol usually a letter used to represent a number Find the curvature at the given point. r(t) = < sin2t, cost, - 3t > ,t = a 0.3 b 1 c 0.4 d 0.8