Write a Matlab code to solve the following problems. 1-use Bisection Method x3 + 4x2 - 10 = 0 for x = [0,5] x3 - 6x2 + 10x - 4 = 0 for xe [0,4] 2-Use Newton Method x3 + 3x + 1 = 0 for x = (-2,0] 3-Use fixed point Method x3 - 2x - 1 = 0 for x E (1.5,2] 4-Use secant Method 1-2e -* - sin(x) = 0 for x € (0,4] 2-x3 + 4x2 - 10 = 0 for x € [0,4]

Answers

Answer 1

a) Bisection Method MATLAB code for equation [tex]x^3 + 4x^2 - 10 = 0[/tex] in the interval [0,5]:

function root = bisection_method()

   f = [tex]x^3 + 4*x^2 - 10[/tex];

   a = 0;

   b = 5;

   tol = 1e - 6;

   

   while (b - a) > tol

       c = (a + b) / 2;

       if f(c) == 0

           break;

       elseif f(a) * f(c) < 0

           b = c;

       else

           a = c;

       end

   end

   

   root = (a + b) / 2;

end

b) Bisection Method MATLAB code for equation [tex]x^3 - 6x^2 + 10x - 4 = 0[/tex] in the interval [0,4]:

function root = bisection_method()

   f = [tex]x^3 - 6*x^2 + 10*x - 4[/tex];

   a = 0;

   b = 4;

   tol = 1e-6;

   

   while (b - a) > tol

       c = (a + b) / 2;

       if f(c) == 0

           break;

       elseif f(a) * f(c) < 0

           b = c;

       else

           a = c;

       end

   end

   

   root = (a + b) / 2;

end

c) Newton's Method MATLAB code for equation [tex]x^3 + 3x + 1 = 0[/tex] in the interval (-2,0]:

function root = newton_method()

   f = [tex]x^3 + 3*x + 1[/tex];

   df =  [tex]3*x^2 + 3[/tex];

   [tex]x_0[/tex] = -1;

   tol = 1e-6;

   

   while abs(f([tex]x_0[/tex])) > tol

       [tex]x_0 = x_0 - f(x_0) / df(x_0)[/tex];

   end

   

   root = [tex]x_0[/tex];

end

d) Fixed-Point Method MATLAB code for equation [tex]x^3 - 2x - 1 = 0[/tex] in the interval (1.5,2]:

function root = fixed_point_method()

   g = [tex](x^3 - 1) / 2[/tex];

   [tex]x_0 = 2[/tex];

   tol = 1e-6;

   

   while abs([tex]g(x_0) - x_0[/tex]) > tol

       [tex]x_0 = g(x_0)[/tex];

   end

   

   root = [tex]x_0[/tex];

end

e) Secant Method MATLAB code for equation 1 - 2*exp(-x) - sin(x) = 0 in the interval (0,4]:

function root = secant_method()

   f = 1 - 2*exp(-x) - sin(x);

   [tex]x_0[/tex] = 0;

   [tex]x_1[/tex] = 1;

   tol = 1e-6;

   

   while abs(f([tex]x_1[/tex])) > tol

       [tex]x_2 = x_1 - f(x_1) * (x_1 - x_0) / (f(x_1) - f(x_0))[/tex];

       [tex]x_0 = x_1[/tex];

       [tex]x_1 = x_2[/tex];

   end

   

   root = [tex]x_1[/tex];

end

f) Secant Method MATLAB code for equation [tex]2 - x^3 + 4*x^2 - 10 = 0[/tex] in the interval [0,4]:

function root = secant_method()

   f = [tex]2 - x^3 + 4*x^2 - 10[/tex];

   [tex]x_0 = 0[/tex];

   [tex]x_1 = 1[/tex];

   tol = 1e-6;

   

   while abs(f([tex]x_1[/tex])) > tol

       [tex]x_2 = x_1 - f(x_1) * (x_1 - x_0) / (f(x_1) - f(x_0))[/tex];

       [tex]x_0 = x_1[/tex];

       [tex]x_1 = x_2[/tex];

   end

   

   root = [tex]x_1[/tex];

end

How to find the MATLAB code be used to solve different equations numerically?

MATLAB provides several numerical methods for solving equations. In this case, we have used the Bisection Method, Newton's Method, Fixed-Point Method, and Secant Method to solve different equations.

The Bisection Method starts with an interval and iteratively narrows it down until the root is found within a specified tolerance. It relies on the intermediate value theorem.

Newton's Method, also known as Newton-Raphson Method, approximates the root using the tangent line at an initial guess. It iteratively refines the guess until the desired accuracy is achieved.

The Fixed-Point Method transforms the equation into an equivalent fixed-point iteration form. It repeatedly applies a function to an initial guess until convergence.

The Secant Method is a modification of the Newton's Method that uses a numerical approximation of the derivative. It does not require the derivative function explicitly.

By implementing these methods in MATLAB, we can numerically solve various equations and find their roots within specified intervals.

These numerical methods are powerful tools for solving equations when analytical solutions are not feasible or not known.

Learn more about MATLAB

brainly.com/question/30763780

#SPJ11


Related Questions

PLSSS HELP IF YOU KNOW THISS:))

Answers

The answer is 428 there you go

Veterinarians often use nonsteroidal anti-inflammatory drugs (NSAIDs) to treat lameness in horses. A group of veterinary researchers wanted to find out how widespread the price is in the United States. They obtained a list of all veterinarians treating large animals, including horses. They send questionnaires to all the veterinarians on the list. Such a survey is called a cemus. The response rate was 40%. What is the population of interest? a all veterinarians Oball veterinarians treating large animals e all veterinarians in the United States treating large animals, including horses d. All of the answer options are correct.

Answers

The population of interest in this case is (d) All of the answer options are correct. It includes all veterinarians, all veterinarians treating large animals, and all veterinarians in the United States treating large animals, including horses.

The population of interest in this study is defined as all veterinarians in the United States who treat large animals, including horses. This population includes all individuals who fit this criteria, regardless of their location or any other specific characteristics.

The researchers wanted to gather information about the prevalence of using nonsteroidal anti-inflammatory drugs (NSAIDs) for treating lameness in horses among veterinarians in the United States. To do this, they obtained a list of all veterinarians who treat large animals, including horses, and sent questionnaires to each of them.

The response rate refers to the percentage of veterinarians who completed and returned the questionnaires out of the total number of questionnaires sent. In this case, the response rate was 40%, meaning that 40% of the veterinarians who received the questionnaires responded to them.

By surveying a representative sample of veterinarians, the researchers can gather information and make inferences about the larger population of veterinarians in the United States who treat large animals, including horses. The data collected from the survey can provide insights into the widespread use of NSAIDs for treating lameness in horses and contribute to the overall understanding of veterinary practices in this context.

To learn more about veterinarians

https://brainly.com/question/13901180

#SPJ11

Suppose X is an exponential random variable, show that E(X²) = 2/λ²

Answers

The exponential distribution is a continuous probability distribution that is widely used in probability theory and statistics. In probability theory, an exponential random variable is a continuous random variable that represents the waiting time between events in a Poisson process.

Suppose X is an exponential random variable. We have to show that E(X²) = 2/λ². We can show this by using the definition of expectation that is, E(X) = ∫[0,∞] xf(x) dx

where f(x) is the probability density function of X.

Similarly, E(X²) = ∫[0,∞] x²f(x) dx

We know that the probability density function of an exponential distribution with parameter λ is given by f(x) = λe^(-λx)So, E(X²) = ∫[0,∞] x²λe^(-λx) dx

Using integration by parts, we have ∫[0,∞] x²λe^(-λx) dx= [-x²e^(-λx)/λ] + [2xe^(-λx)/λ²] + [(-2/λ³)e^(-λx)]∞ 0= (2/λ²)

E(X²) = 2/λ².

The exponential distribution is a continuous probability distribution that is widely used in probability theory and statistics. In probability theory, an exponential random variable is a continuous random variable that represents the waiting time between events in a Poisson process.

Suppose X is an exponential random variable. We have to show that E(X²) = 2/λ². We can show this by using the definition of expectation that is, E(X) = ∫[0,∞] xf(x) dx

where f(x) is the probability density function of X.

Similarly, E(X²) = ∫[0,∞] x²f(x) dx

We know that the probability density function of an exponential distribution with parameter λ is given by f(x) = λe^(-λx)So, E(X²) = ∫[0,∞] x²λe^(-λx) dx

Using integration by parts, we have ∫[0,∞] x²λe^(-λx) dx= [-x²e^(-λx)/λ] + [2xe^(-λx)/λ²] + [(-2/λ³)e^(-λx)]∞ 0= (2/λ²)Therefore, the main answer to this question is E(X²) = 2/λ².

Learn more about probability theory: https://brainly.com/question/31469353

#SPJ11

The Environmental Protection Agency (EPA) requires that cities monitor over 80 contaminants in their drinking water. Samples from the Lake Huron Water Treatment Plant gave the results shown here. All observations were below the allowable maximum, as shown by the reported range of contaminant levels. (presumably the mean would be the midrange) Allowable Substance Range Detected Maximum Origin of Substance Chromium 0.45 to 8.61 100 Discharge from steel and pulp mills, natural erosion Barium 0.006 to 0.018 2 Discharge from drilling wastes, metal refineries, natu Fluoride 1.04 to 1.14 Natural erosion, water additive, discharge from fertil aluminum factories For each substance, estimate the standard deviation o by assuming uniform distribution and normal distribution shown in Table 8.11 in Section 8.8. (Round your answers to 4 decimal places.) Uniform Distribution Normal Distribution Chromium Barium Fluoride

Answers

(i) The uniform and normal distribution for chromium is 2.4927 and 16.5762. (ii) The uniform and normal distribution for Barium is 0.0031 and 0.3323. (iii) The uniform and normal distribution for Fluoride is 0.0289 and 0.0167

For each substance, the standard deviation o is estimated by assuming uniform distribution and normal distribution. The uniform distribution standard deviation is computed using the formula as follows:

o = (b-a) / √12

where

a is the minimum value,

b is the maximum value.

The normal distribution standard deviation is calculated using the formula as follows:

o = (b - a) / 6.

Estimate the standard deviation o for each substance. Round your answers to 4 decimal places. Substance Chromium Barium Fluoride Uniform Distribution. The range of contaminant levels for chromium is from 0.45 to 8.61. The minimum value is 0.45 and the maximum value is 8.61.

(i) Chromium

Uniform distribution

o = (b-a) / √12

  = (8.61 - 0.45) / √12

  = 2.4927

  ≈ 2.4927 (rounded to 4 decimal places)

Normal Distribution

The maximum value for chromium is 100 and the minimum value is 0.45. Thus, the standard deviation o for chromium using normal distribution is:

o = (b-a) / 6

  = (100 - 0.45) / 6

  = 16.5762

  ≈ 16.5762 (rounded to 4 decimal places)

(ii) Barium

Uniform Distribution

The range of contaminant levels for barium is from 0.006 to 0.018. The minimum value is 0.006 and the maximum value is 0.018.

Thus, the standard deviation o for barium using uniform distribution is:

o = (b-a) / √12

  = (0.018 - 0.006) / √12

  = 0.0031

  ≈ 0.0031 (rounded to 4 decimal places)

Normal Distribution

The maximum value for barium is 2 and the minimum value is 0.006. Thus, the standard deviation o for barium using normal distribution is:

o = (b-a) / 6

  = (2 - 0.006) / 6

  = 0.3323

  ≈ 0.3323 (rounded to 4 decimal places)

(iii) Fluoride

Uniform Distribution  

The range of contaminant levels for fluoride is from 1.04 to 1.14. The minimum value is 1.04 and the maximum value is 1.14. Thus, the standard deviation o for fluoride using uniform distribution is:

o = (b-a) / √12

  = (1.14 - 1.04) / √12

  = 0.0289

  ≈ 0.0289 (rounded to 4 decimal places)

Normal Distribution

The maximum value for fluoride is 1.14 and the minimum value is 1.04. Thus, the standard deviation o for fluoride using normal distribution is:

o = (b-a) / 6

  = (1.14 - 1.04) / 6

  = 0.0167

  ≈ 0.0167 (rounded to 4 decimal places).

Learn more about Uniform distribution click here: brainly.com/question/30639872

#SPJ11

Complete Question:

The Environmental Protection Agency (EPA) requires that cities monitor over 80 contaminants in their drinking water. Samples from the Lake Huron Water Treatment Plant gave the results shown here. Only the range is reported, not the mean.

For each substance, estimate the standard deviation σ by using one of the methods shown in Table 8.11 in section 8.8. (Round your answers to 4 decimal places.)

(i) The uniform and normal distribution is Chromium.  

(ii) The uniform and normal distribution is Barium.  

(iii) The uniform and normal distribution is Fluoride.

pls help i’ll give brainliest

Answers

Answer:

1/5x12 and 12/5

Step-by-step explanation:

both are dividing by five or equal to 2.4 which is the same as 1/5 of 12

Answer Of means to multiply so two correct answer would be B,D  

Step-by-step explanation: hope this helps :)

PLEASE HELP THIS IS MATHHHHH

Answers

what inequality??????

when comparing the f(x) = x2 2x and g(x) = log(2x 1), on which interval are both functions negative? (–[infinity], –2) (–2, 0) (–1, 1) (–[infinity], [infinity])

Answers

To find out on which interval are both functions f(x) = x^2 + 2x and g(x) = log (2x + 1) negative, we need to analyze the intervals of negative values of both functions.

We can plot their graphs to have a better understanding:

Graphs of f(x) = x² + 2x and g(x) = log(2x + 1)

Now, we need to observe the intervals where both functions lie below the x-axis: The function f(x) = x^2 + 2x is below the x-axis on the interval (-∞, -2).

The function g(x) = log(2x + 1) is below the x-axis on the interval (-1/2, 0).

Therefore, the interval on which both functions are negative is (-2, 0).Thus, the correct option is (–2, 0).

To know more about graphs refer to:

https://brainly.com/question/29129702

#SPJ11

PLEASE HELP HARD FOR ME BUT EASY FOR OTHERS

Answers

The answer should be 72 degrees.
You add 31 and 39 first to get 70 degrees.
Then add 38 degrees because the angle in the lower corner is the same as one the would be placed to the right of the top two angles. 70 plus 38 equals 108 degrees.
Next you subtract 108 from 180 to get the answer for x. That gives you 73 degrees.

g(x) = -3x-8g(x)=−3x−8g, left parenthesis, x, right parenthesis, equals, minus, 3, x, minus, 8
g\Big(g(g, left parenthesis
\Big)=10)=10

Answers

Answer:

try your best

Step-by-step explanation:

Can somebody help me please no links

Answers

Answer:

Lololololo9lolo9lkiujyhgdfbhjkifewkjuhgsdvcgfh

Step-by-step explanation:

Someone help what would my average be if I got 100% on my both of my tests? I just wanna know

Answers

Answer:

To figure out your average, you add them together then divide by2

Step-by-step explanation:

how many yards are in 1 foot?

correct=brainliest

Answers

Answer:

0.333333

Step-by-step explanation:

0.333 yards are in one foot

Solve X
[tex] {16}^{ \frac{1}{5} } \times {2}^{x} = {8}^{ \frac{3}{4} } [/tex]
I got X= 9/10
am I right?​

Answers

16^1/5 = 2^4/5 .. & .. 8^3/4 = 2^9/4

____________

2^4/5 × 2^x = 2^9/4

2^16/20 × 2^x = 2^45/20

2^[ ( 16/20 ) + x ] = 2^45/20

16/20 + x = 45/20

x = 45/20 - 16/20

x = 29/20

Use the function f=d+1 to find the value of f when d=5.

Answers

Answer:

f = 6

Step-by-step explanation:

Plug in what you know then solve:

f = d + 1

f = 5 + 1

f = 6

e. 15 = 1.5t t=? Solve please

Answers

Answer:

E Z

10

Step-by-step explanation:

15 = 1.5t

so t = 15/1.5

      = 10

Answer: t = 10

1. Switch sides

- 1.5t = 15

2. Multiply both sides by 10

- 15t = 150

3. Divide both sides by 15

4. Simplify

t = 10

Find the lateral surface area.

Answers

Answer:

Step-by-step explanation:

Please help !!!!!!!!!

Answers

Answer:

5

Step-by-step explanation:

3x -12 = -36

-36 ÷ -3 = 12

-7 + 12 = 5

Answer:

The value of -7 + 3(-12) ÷ (-3) is 5

Step-by-step explanation:

First: -7 + -36 ÷ (-3)

Second: -7 + 12

Third: = 5

Therefore your value of this equation is 5.

your welcome.

write a quadratic function with leading coefficient 1 that has roots ofp.

Answers

A quadratic function with leading coefficient 1 and roots of p can be expressed as f(x) = (x - p)(x - p), which simplifies to f(x) = x^2 - 2px + p^2.

To construct a quadratic function with leading coefficient 1 and roots of p, we utilize the relationship between the roots and the factors of a quadratic equation. Since p is a root, the factors of the quadratic function would be (x - p) and (x - p). By multiplying these factors together, we obtain the quadratic function f(x) = (x - p)(x - p). Simplifying further, we can expand the expression:

f(x) = (x - p)(x - p) = x^2 - px - px + p^2 = x^2 - 2px + p^2

Hence, the quadratic function with leading coefficient 1 and roots of p is given by f(x) = x^2 - 2px + p^2. This form allows for easy identification of the coefficients and reveals that the constant term of the quadratic is p^2.

For more information on quadratic function visit: brainly.com/question/14620824

#SPJ11

Eugenia gasto 10 euros en el quiosco, compro 5 bocaditos, un paquete de galletas que costaba 1 euro y pagó 4 euros que debia ¿cuanto cuesta cada bocadito?

Answers

Answer:

the each snack cost is 1

Step-by-step explanation:

Let us assume the each snack cost be x

So according to the question

The following equation would be applied

5x + 1 + 4 = 10

5x + 5 = 10

5x = 5

x = 1

hence, the each snack cost is 1

So the same would be considered and relevant too

Which of the following statements best describes the value of the expression 6x + 7 when x = 5?

Answers

Answer:

? is there a option?

Step-by-step explanation:

Answer:

37

Step-by-step explanation:

6x+7

6(5)+7

37

The answer is 3/4 What could the question be? ​

Answers

Answer:

how many brain cells do you have compared to the average person?

Step-by-step explanation:

Evaluate the integral by reversing the order of integration 7/2 cosx V1+cosx dc dụ.

Answers

The evaluated integral is (7/4) (π - (3√3)/6) (rounded to an appropriate decimal approximation based on the given values of π and √3).

To evaluate the integral ∫∫(7/2 cos(x)) dV, where the region of integration is given by V: 1 ≤ c ≤ 2 and 0 ≤ x ≤ cos⁻¹(2c-1), we can reverse the order of integration.

Step 1: Write the integral with reversed order of integration:

∫∫(7/2 cos(x)) dc dx

Step 2: Determine the limits of integration for the reversed order. The variable c now varies from 1 to 2, and x varies from 0 to cos⁻¹(2c-1). Therefore, the integral becomes:

∫[1,2] ∫[0,cos⁻¹(2c-1)] (7/2 cos(x)) dx dc

Step 3: Integrate with respect to x first. The integral with respect to x is straightforward:

∫[1,2] [sin(x)] [0,cos⁻¹(2c-1)] (7/2) dc

Step 4: Evaluate the inner integral:

∫[1,2] [sin(cos⁻¹(2c-1))] (7/2) dc

Step 5: Simplify the inner integral using the trigonometric identity sin(cos⁻¹(u)) = √(1 - u²):

∫[1,2] [√(1 - (2c-1)²)] (7/2) dc

Step 6: Integrate with respect to c:

(7/2) ∫[1,2] [√(1 - (2c-1)²)] dc

Step 7: Evaluate the integral:

Using the trigonometric substitution u = sin(t), du = cos(t) dt, and the limits change to t: π/6 ≤ t ≤ π/2.

(7/4) ∫[π/6, π/2] [√(1 - sin²(t))] cos(t) dt

Step 8: Simplify the integrand:

(7/4) ∫[π/6, π/2] [cos²(t)] dt

Step 9: Apply the double-angle formula for cosine:

(7/4) ∫[π/6, π/2] [(1 + cos(2t))/2] dt

Step 10: Split the integral into two separate integrals:

(7/4) [∫[π/6, π/2] (1/2) dt + ∫[π/6, π/2] (cos(2t)/2) dt]

Step 11: Integrate each term separately:

(7/4) [(t/2) + (sin(2t)/4)] evaluated from π/6 to π/2

Step 12: Substitute the limits and simplify:

(7/4) [((π/2)/2 + (sin(2(π/2))/4) - ((π/6)/2) - (sin(2(π/6))/4)]

Step 13: Simplify further:

(7/4) [(π/4 + 0 - π/12 - (1/4)(√3/2))]

Step 14: Simplify and calculate the final value:

(7/4) [(π/4 - π/12 - (√3/8))]

= (7/4) [(3π - π - 3√3)/12]

= (7/4) [(2π - 3√3)/12]

= (7/4) (π - (3√3)/6)

Learn more about the integral at

https://brainly.com/question/31059545

#SPJ4

Rhonda has an extra credit protect to make a rectangular prism whit the volume of at least 24 in*3 . if the area of her base is 6 in*3 , which inequality would represent all the possible heights, h, of her prism in order to meet her teachers requirements

A. h > 4
B. h > 8
C. h < 4
D. h < 8



Answers

A is your answer hope that helps!

Find the area of the shaded sector.

Answers

The answer would be 8 feet

The curb weight of a new car is 3,347 pounds. How much does the car weigh?

Answers

Answer: 3,347 pounds

Step-by-step explanation:

Curb weight is simply the weight of a car with no passengers, cargo, or anyting other than the standard base model options.

Basically it's the weight of a base model car sitting on the dealership lot.  Curb weight would be different if ANYTHING is added to the base model car such as a passenger, any cargo, or any upgrades aftermarket or otherwise.

Answer:

Not sure if this the correct type of way your looking but its between 1 and 2 tons which is 1000

Step-by-step explanation:

I think...

Im not sure how to do this can someone please help me only answer if you know

Answers

Answer:

57%

Step-by-step explanation:

FORMULA:LESS/TOTAL × 100%

=52/92 × 100%

=56.52 %

ROUND OFF TO NEAREST WHOLE NUMBER

56.52%=57%

(because the 5 after the (.) is near 1)

can some one please help. 4789658953 round to the nearest 10th
mean =
mean absolute deviation =

Answers

Answer:

i believe your answer is.

4,789,658,950

Step-by-step explanation:

In a study of spat dating es were asked them in the same time to What other out of the popu 23,50710090 What is the concerto? D-lichte places need was the other the contacto OA TN repostane posting tone OR Weather to the memo and on dem O. We second have the end மொயமால மாமா mg 140 Newt 0 View an example Get more help Help me solve this C M a o 0 10 1 In a study of speed dating male subjects were asked to rate the attractiveness of their female dates, and a sample of the results is listed below (1 = not attractivo 10 = extremely attractive) Construct a confidence interval using a 95% confidence level What do the results tell about the mean attractiveness ratings of the population of all adult females? 6,9,3,9, 6, 6, 8, 8, 7, 10,5,9 What is the confidence interval for the population mean? [<<(Round to one decimal place as needed) west point(s) possible in a study of speed dating, male subjects were asked to rate the attractiveness of their female dates, and a sample of the results is listed below (1 = not attractive 10 = extremely attractive) Construct a confidence interval using a 95% confidence level What do the results tell about the mean attractiveness ratings of the population of all adult females? 6,9,3,9,6,6,8,8.7. 10,5,9 PO What is the confidence interval for the population mean? <-- (Round to one decimal place as needed) What does the confidence interval tell about the population of all adult fernales? Select the correct choice below and, if necessary, fill in the answer box(es) to complete your choice. ative Area from the LEF 02 O A. The results tell nothing about the population of all adult females, because participants in speed dating are not a representative sample of the population of all adult females 5000 5178 03 5120 5517 5990 5871

Answers

Confidence interval are 5.9 < μ < 8.5 for the population mean.

Given:

Let x = 6,9,3,9, 6, 6, 8, 8, 7, 10,5,9

N = 12, ∑x = 86 x = 86/12 = 7.16

[tex]s=\sqrt{\frac{(x-\bar x)^2}{N-1} } = \sqrt{\frac{(6-7.16)^2+.....+(9-7.16)}{12-1} }[/tex]

[tex]\sqrt{\frac{45.66}{11} } =2.03[/tex]

At 98% confidence interval.

[tex]z=1-\frac{95}{100} =0.05\\[/tex]

[tex]t=2.201[/tex]

Confidence interval.

[tex]\bar x \pm t\frac{s}{\sqrt{n} } = 7.16\pm 2.201(\frac{2.03}{\sqrt{12} } )[/tex]

[tex]5.9 < \mu < 8.5[/tex]

Therefore, 95% confidence interval are 5.9 < μ < 8.5

Learn more about confidence interval here:

https://brainly.com/question/32279456

#SPJ4

y= 5x - 9; domain = { 1,3,7 }
what is the range values?

Answers

Answer:

Step-by-step explanation:

range = [-4,6,26]

Step-by-step explanation:

y = 5x - 9.....domain = [1,3,7]....the domain is ur x values, and I am assuming ur looking for the y values that go with the x ones

y = 5x - 9.....when ur domain (ur x) = 1

y = 5(1) - 9

y = 5 - 9

y = -4

y = 5x - 9...when ur domain (x) = 3

y = 5(3) - 9

y = 15 - 9

y = 6

y = 5x - 9...when ur domain(x) is 7

y = 5(7) - 9

y = 35 - 9

y = 26

so ur range (ur y valus) = [-4,6,26]

f(x) = 9x-7. If f(x)= -7, find x.​

Answers

Answer: the answer is 56

Step-by-step explanation: since the f(x) is -7 it would be 9 times -7 then minus 7 and get the answer.

Other Questions
Solve for x, and angle c You have a bag of chips at a constant pressure of 1 Atm with a volume of .5 L and a temperature of 10C. The bag is left under the sun for a couple of hours at a temperature of 35 C, what will its new volume be? The facility is thinking about purchasing an espresso machine. The cost of the machine is $3250.00. The FSD believes they can expect a net yearly income of $1500.00 from the sale of espresso. How many months would it take to see payback on this machine? A. 2.166 B. 26 C. 5.54 D. there is not enough information to calculate payback time frame. I'm not trying to be rude but my friend wanted me to post this and I agreedWHO IS PRETTIERGod bless keep y'alls heads up lovesNo hate pls.......Part 2 a) CJ Patel Ltd has a share price of $1.95. The company has made a renounceable rights issue offer and the offer is a two-for-six pro-rata issue of ordinary shares at $1.65 per share. (i) Explain what does it mean by the offer being renounceable and to whom is this offer made?(ii) Calculate the price of the right.(iii) Calculate the theoretical ex-rights share price. What is the value of ywhen 8y/4y +5 = 5/6?A: 25/7B: 5/28C: 15/8D: 25/28 click clack the rattlebag summary The correct write yes if it wrong correct the answer now In Were Going to Mars! the authors viewpoint is that there are many positive benefits of colonizing Mars and other planets.How is this viewpoint best conveyed in the text?by explaining that colonizing Mars will allow NASA and private companies to work togetherby explaining that colonizing Mars will be more exciting than when humans landed on the moonby explaining that colonizing Mars will make moving to the moon possible and inexpensiveby explaining that colonizing Mars will lead to new sources of renewable energy for EarthI NEED A REAL ANSWER I DONT DO LINKS OR FILES THANKS I WILL GIVE YOU BRAINLYIEST AND PLZ HELP FOR A ELA UNITEST In An Hour with Abuelo, how does the author develop the viewpoint of young Arturo after his grandfather finishes reading his life story?By stating that Arturo will not allow life to get in the way of accomplishing his dreams, it shows that Arturo is disappointed that his Abuelo did not do that.By mentioning that Arturo thinks his grandfather is sleeping, it shows that Arturo is ready to leave before his hour is over.By explaining that Arturo liked the story, it shows that Arturo has started to appreciate Abuelo for what he had to do to survive.By saying that Arturo has trouble wording the questions he wants to ask Abuelo, it shows that Arturo has a lot of work to do before he can communicate with his grandfather.Part AIn First Steps, how does Maria change by the end of the story?Maria becomes homesick and wants to return to the lander.Maria becomes disgusted by the strange smells on the planet.Maria becomes excited to live on the new planet.Maria becomes skeptical that the planet will make a good home.Question 2Part BWhich text evidence best supports the answer to Part A?Hurry up! she yelled, unable to contain her enthusiasm. Our new home is extraordinary!She scrunched up her nose as an unfamiliar assortment of odors hit her nostrils. Some smelled sweet, some disgusting, and some were just strange.She let go of the ladder and took soft, slow steps and realized her arms and legs felt like they were full of lead.She was doing what others had previously thought impossibletaking steps on a new world. On January 1, 2020, Sitra Company leased equipment from National Corporation. Lease payments are $100,000, payable annually beginning on January 1, 2020 for 20 years. The lease is non-cancelable.The following information pertains to the agreement:1. The fair value of the equipment on January 1, 2020 is $850,0002 The estimated economic life of the equipment was 25 years on January 1, 2020 with guaranteed residual value of $25,0003. The lease is non-renewable. At the termination of the lease, the equipment reverts to the lessor 4. The lessor's implicit rate is 10% which is known to Sitra. Sitra's incremental borrowing rate is 12% (The PV of $1 for 20 periods at 10% is 0.14864 and the PV for an ordinary annuity of $1 for 20 periods at 10% is 8.51356).5. Sitra uses straight-line method for depreciation.Instructions:A) Compute the present value of minimum lease payments.B) Prepare all necessary journal entries on the lessee's books for the year 2020 Please help i am give brainliest what form of energy is available from an electrical wall outletA. AC powerB. DC powerI don't want to see any link If i do you will be reported Please help, thank you! I'll give brainliest to the correct answer :)In order to get the most accurate information from an online source, a savvy researcher will do which of the following? Pick only one answer if you know it's correct.Look up unfamiliar words in the urban online dictionary.Explore pop-up ads.Identify the publisher of the online source.Stick to Wikipedia.Thank you for answering! I can't find the questions anywhere- TRUE / FALSE. The top management team are the organization's group of senior executives responsible for the day to day functions and these are the people that make the most contributions to any organization. True F The Silk Road was established because A. religious travelers needed a route to return home B. Middle Eastern merchants wanted more trade with Africa C. merchants from China began trading goods with other countries in Asia D. more inns and guesthouses were needed in China and other parts of Asia Courtney and Kenzie are doing an experiment to determine which fish food gives their fish more energy. They have two fish tanks, each with the same number, size, and type of fish. The tanks are the same size and have identical filters and decorations. They were both filled with store-bought spring water and are cleaned at the same time. When the girls submitted their results to a journal for publication, scientists criticized the experiment. What about the experiment would need to be changed so that scientists might accept their findings?A) The fish would need to be fed more food. B) The tanks would need more fish in each one. C) There would need to be several more tanks of fish. D) The tanks would need to have a different type of water How long will it take by 50W heater to melt 100g of ice at 0degreeC? Specific heat capacity of water = 4.2J/ (g0C), latent heat of fusion = 340 J/ g 7. In multiplying 0.125 x 0.08, Dina knew the rule that says she should multiply 125 x 8 and then move the decimal point 5 places. When she did it on the calculator, she saw it was 0.01. She was confused. How would you help her? 100 points brainliest!!! plz answer all to the best of your ability no links they don't work for meAnswer the following questions using what you've learned from this unit. Write your responses in the space provided.1. Part I: The degree of a polynomial is the (greatest / least) of the degrees of its terms. (Circle the term that correctly completes this definition.) (1 point)Part II: In order to write a polynomial in descending order, you must write the terms with the exponents (decreasing / increasing) from left to right. (Circle the term that correctly completes this rule.) (1 point)Part III: For each polynomial, determine the degree and write the polynomial in descending order. (4 points: 2 points each)A. 4x2 12 + 11x4 B. 2x5 + 14 3x4 + 7x + 3x32. Use addition and subtraction to simplify the following polynomials.A. Add polynomials: (3 4x + 8x2) + (6 + 2x 5x2)Step 1: Rewrite the polynomials without the parentheses. (1 point)Step 2: Write the polynomial in descending order and use parentheses around like terms. (1 point)Step 3: Add the like terms identified in Step 2 to simplify the polynomial. (1 point)B. Subtract polynomials: (3x 5 7x2) (2 + 6x2 5x)Step 1: Rewrite the polynomials without the parentheses. Remember to multiply each term in the second parentheses by 1. Show your work. (2 points)Step 2: Write the polynomial in descending order and use parentheses around like terms. (1 point)Step 3: Add the like terms identified in Step 2 to simplify the polynomial. (1 point)3. Use the FOIL method to multiply binomials.Part I: When multiplying binomials, the FOIL method helps you to organize the multiplication of each term of the first binomial by each term of the second. Fill in each blank with the word used to show how the binomials' terms are multiplied. (2 points: 0.5 point each)F O I L Part II: Using the FOIL method, multiply the terms in the binomials below. Show your work in the blanks provided. Then, add any like terms and write the polynomial in standard form in the space provided. Show your work. (8 points: 2 points each)A. (3x + 7)(2x 5) B. (x2 + 2x)(5x2 3x)______ + _______ + _______ + _______ ______ + _______ + _______ + ___________________________________________________C. (5x + 4)(5x 4) D. (x2 7)(x2 4)______ + _______ + _______ + _______ ______ + _______ + _______ + _____________________________ ______________________4. Use the distributive property to multiply the trinomial by the binomial.Circle the first term in the trinomial, multiply it by each term in the binomial, and place each result in the blank spaces provided. Repeat this process for the second and third terms of the trinomial until all of the spaces are filled in. Finally, in the space provided beneath the blanks, simplify the expression by combining like terms and arranging the terms from highest to lowest order. Show your work. (4 points)(3x2 2x + 7)(x2 + 2x)______ + _______ + _______ + _______ + ______ + _______5. Use the vertical method to multiply two trinomials.Step 1: Multiply the top trinomial by the last term in the bottom trinomial. Place each result in the blank spaces provided. (2 points)Step 2: Multiply the top trinomial by the middle term in the bottom trinomial. Place each result in the blank spaces provided. (2 points)Step 3: Multiply the top trinomial by the first term in the bottom trinomial. Place each result in the blank spaces provided. (2 points)Step 4: Add the three partial products to find the final answer. Place the result at the bottom. (1 point)6. Sabrina is making an open box from a piece of cardboard that has a width of 12 inches and a length of 18 inches. She'll form the box by making cuts at the corners and folding up the sides. If she wants the box to have a volume of 224 in3, how long should she make the cuts?Part I: Each dimension (width, length, and height) of the finished box can be represented by a polynomial expression. If the height is x inches, what is the length in terms of x? (2 points)Height = xWidth = 12 2xLength =Part II: The formula for volume is v = l w h. Use the polynomial expressions from Part I to write an equation to represent the volume of the box. Simplify on the right side by multiplying the polynomials and writing the answer in descending order. Show your work.HINT: First multiply the binomials representing length and width. Next, multiply the resulting trinomial by the expression representing height. (3 points)v =Part III: The length of each cut at the corners is represented by x. To make a box, x must fall in a certain range of values. For example, x cannot be 15 because that would make the flap longer than the width of the box. Identify one reasonable value of x. Why did you choose that value? (2 points)Part IV: Use the polynomial equation you wrote in Part II to find the volume of the box for each value of x. Show your work. (5 points) Can someone plz help me with these United rates and explain step by step ? PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!! PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!! PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!! PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!!PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!! PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!! PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!!In the following sentence, luster probably meansfor example, diamonds are a clear, very hard crystal with a shiny luster, while talc has a very soft texture and is a whitish gray color.A. dullnessB. hardnessC. transparentD. shining by reflecting light