Model Kara’s plan with a table,graph, and a explicit and recursive equation

Model Karas Plan With A Table,graph, And A Explicit And Recursive Equation

Answers

Answer 1

We will write functions for the money that Kara and Kevin will receive each day.

1) The first day, Kara receives $3, and then she receives $1 more each day.

The money that she receives the n day is given by the following recursive function

[tex]f(n)=f(n-1)+1[/tex]

where n is the nth day, and f(1) = 3. We can also write this function in the following form:

[tex]f(n)=3+(n-1)\cdot1[/tex]

2) In the case of Kevin, he receives $0.25 the first day, and the next day he will receive the double.

So we can write the following recursive function:

[tex]g(n)=2\cdot g(n-1)[/tex]

where n is the nth day, and g(0) = 0.25/2. We can also write this function in the following form:

[tex]undefined[/tex]


Related Questions

Given the following piecewise function, evaluate f(-1).f(x) =3x +4. X < -1-8x +8 x> -1

Answers

We have the expression:

[tex]3x+4\text{ if x}\leq-1[/tex]

So, when x=-1 we need to use this expression, so lets plot -1 on it:

[tex]3(-1)+4=-3+4=1[/tex]

so f(-1)=1.

Is this pretty or no? I’m using it for my wallpaper on my phone… and I just want peoples opinions.

Answers

Answer:

eh

Step-by-step explanation:

not really imo

but alas i am not a big fan of boats so i mean

what ever floats your boat (i am so funny)

a bank loaned out 2000, part of it at the rate of 8% per year and the rest at 16% per year. If the interest received in one year totaled $2000, how much was loaned at 8%?

Answers

The amount loaned at 8% interest is $15000

How to find how much was loaned at 8%?

Using the simple interest formula, we find the interest obtained at each rate.

Simple interest, I = PRT where

P = initial amount, R = rate and T = time

Now, the interest obtained at 8%,I₁ = P₁R₁T where

P₁ = amount loaned at 8%, R₁ = rate = 8% per year = 0.08 and T = time = 1 year  

Also, the interest obtained at 16%,I₂ = P₂R₂T where

P₂ = amount loaned at 16%, R₂ = rate = 16% per year = 0.16 and T = time = 1 year  

So, the total interest received is I = I₁ + I₂

=  P₁R₁T +  P₂R₂T

= P₁ × 0.08 × 1 +  P₂ × 0.16 × 1

= 0.08P₁ + 0.16P₂

Since the total interest received is $2000,we have that

I = $2000.

So, I = 0.08P₁ + 0.16P₂

0.08P₁ + 0.16P₂ = 2000  (1)

Since the amount loaned by the bank is P = P₁ + P₂ and P = $20000, we have that

P₁ + P₂ = 20000

P₂ = 20000 - P₁   (2)

Substituting equation (2) into (1), we have that

0.08P₁ + 0.16P₂ = 2000  (1)

0.08P₁ + 0.16(20000 - P₁) = 2000  

Expanding the brackets, we have

0.08P₁ + 0.16 × 20000 - 0.16P₁ = 2000  

0.08P₁ + 3200 - 0.16P₁ = 2000  

0.08P₁ - 0.16P₁ = 2000 - 3200

- 0.08P₁ = -1200

P₁  = -1200/-0.08

P₁  = 15000

So, the amount loaned at 8% is $15000

The question seems incomplete, here is the complete question

A bank loaned out ​$20,000​, part of it at the rate of 8 % per year and the rest at 16 % per year. If the interest received in one year totaled ​$2000​, how much was loaned at 8 %

Learn more about simple interest here:

https://brainly.com/question/28193741

#SPJ1

Andrea, Ben, Christine, and Doug all live on the same street as their school. The street runs from east to west.Andrea lives 5 1/2 blocks to the west of school.Ben lives 4 blocks to the east of school.Christine lives 2 blocks to the west of school.Doug lives 6 1/2 blocks to the east of school.Use this information to complete the following.Part ARepresent the relative position of the houses on a number line with the school at zero, points to the west represented by negative numbers, and points to the east represented by positive numbers.Part BHow far does Ben live from Andrea? Show how you arrived at your answer using sums or differences.

Answers

From the statement of the problem, we know that.

• Andrea lives 5 1/2 blocks to the west of school → x = -5.5,

,

• Ben lives 4 blocks to the east of school → x = +4,

,

• Christine lives 2 blocks to the west of school → x = -2,

,

• Doug lives 6 1/2 blocks to the east of school → x = +6.5.

A) Using the data above, we have:

B) The x coordinate of:

• Andrea is x_A = -5.5,

,

• Ben is x_B = +4.

The distance between Ben and Andrea is equal to the difference between its coordinates:

[tex]d=x_B-x_A=4-(-5.5)=4+5.5=9.5.[/tex]

We find that Ben lives 9.5 blocks from Andrea.

Write an equation for the line that passes through the given point and is perpendicular to the graph of the given equation y=-2x-1; (2, -1)

Answers

The product of the slopes of the perpendicular lines = -1

If the slope of one is m, then the slope of the other is -1/m

The given equation is y = -2x - 1

The form of the equation is y = m x + b, where

m is the slope of the line

So the slope of the given line is m = -2

To find the slope of the perpendicular line reciprocal it and change its sign

The slope of the perpendicular line = 1/2

Substitute it in the form of the equation

y = 1/2 x + b

To find b substitute x and y of the equation by the coordinates of any point on the line

The line passes through point (2, -1), then

x = 2 and y = -1

-1 = 1/2 (2) + b

-1 = 1 + b

Subtract 1 from both sides to find b

-1 - 1 = 1 - 1 + b

-2 = b

The equation of the perpendicular line is

y = 1/2 x - 2

[tex]y=\frac{1}{2}x-2[/tex]

Find the slope between the given points and write an equation in slope-intercept form. (2, -9) and (8, -6)

Answers

The slope of a line is given by the following formula:

[tex]m=\frac{y2-y1}{x2-x1}[/tex]

Where (x1, y1) and (x2, y2) are the coordinates of two points where the line passes through. By replacing (2, -9) and (8, -6) into the above equation, we get:

[tex]m=\frac{-6-(-9)}{8-2}=\frac{-6+9}{6}=\frac{3}{6}=\frac{1}{2}[/tex]

Then, the slope of the given line is 1/2. The equation of a line can be written in slope-intercept form like this:

y = mx + b = (1/2)x + b

We can find the value of b by replacing the coordinates of one of the point where the lie goes through, let's take (2, -9), then we get:

-9 = (1/2)(2) + b

-9 = 1 + b

-9 - 1 = 1 - 1 + b

-10 = b

b = -10

Then, we can rewrite the above equation to get: y = (1/2)x - 10

Solve this world problem

Answers

The function is

y=0,7x+80

and they ask you the point (6, )

this means x=6

so we need to replace x=6 on the function and find out the value of y

Y=0,7*6+80

Y=4.2+80=84.2

So the answer is: (6, 84.2)

and this means that 6 years before 1999, the number of households that have at least one microwave is 84.2 million

For C. 2014 is (2014-1999=15) 15 years after 1999

So we replace x=15

Y=15*0,7+80=90.5

So the answer is: 90.5 million households

Having a hard time explaining to my daughter how to explain her estimate of this problem.

Answers

In total Irene makes 4 2/3

She splits the batter into two bowls

Blueberries bowl 2 1/4

walnuts bowl ?

In order to do an estimation

[tex]4\text{ }\frac{2}{3}[/tex]

[tex]\frac{2}{3}\text{ is close to }\frac{3}{4}[/tex]

[tex]4+\frac{3}{4}=4\text{ }\frac{3}{4}[/tex]

Then for the other fraction

[tex]2\text{ }\frac{1}{4}[/tex][tex]\frac{1}{4}\text{ is close to }\frac{1}{4}[/tex]

Therefore we do the next estimation

[tex]4\frac{3}{4}-2\frac{1}{4}=2\text{ }\frac{2}{4}[/tex]

The estimation is 2 2/4 cups of batter with walnuts

For an exact value, we do the next operations

In order to know how much batter has walnuts

[tex]4\frac{2}{3}-2\frac{1}{4}=\frac{14}{3}-\frac{9}{4}=\frac{14(4)-9(3)}{12}=\frac{56-27}{12}=\frac{29}{12}[/tex]

Then we convert to a mixed number

[tex]2\text{ }\frac{5}{12}[/tex]

As we can see our estimation and the actual differ very a little therefore we do a good estimation

The population of a certain species of owl at a wildlife preserve can beapproximated by the functionN(t) =20401+39e-0.51where N(t) represents the number of owls and t is the time (in years).a.) What was the initial population of the owls?b.) How many owls will there be in the wildlife preserve in the long run? Inother words, what is the limit as t approaches infinity?c.) how many years will it take until there are 950 owls in the wildlife preserve?

Answers

Question A.

The initial population ocurrs at t=0. Then, by substituting this value into the given model ,we get

[tex]N(0)=\frac{2040}{1+39e^0}[/tex]

which gives

[tex]\begin{gathered} N(0)=\frac{2040}{1+30} \\ N(0)=\frac{2040}{40} \\ N(0)=51 \end{gathered}[/tex]

then, the answer is 51 owls.

Question B.

The limits when t approaches to + infinity is

[tex]\begin{gathered} N(0)=\frac{2040}{1+39e^{-\infty}} \\ N(0)=\frac{2040}{1+0} \\ N(0)=\frac{2040}{1}=2040 \end{gathered}[/tex]

then, the answer is 2040 owls.

Question 15.

In this case, we need to find t when N(t) is 950, that is,

[tex]950=\frac{2040}{1+39e^{-0.5t}}[/tex]

By moving the denominator to the left hand side, we have

[tex](1+39e^{-0.5t})950=2040[/tex]

then, by moving 950 to the right hand side, we obtain

[tex]\begin{gathered} (1+39e^{-0.5t})=\frac{2040}{950} \\ 39e^{-0.5t}=\frac{2040}{950}-1 \end{gathered}[/tex]

which is

[tex]39e^{-0.5t}=1.147368[/tex]

so, we get

[tex]\begin{gathered} e^{-0.5t}=\frac{1.147368}{39} \\ e^{-0.5t}=0.029419 \end{gathered}[/tex]

By applying natural logarithms to both sides, we have

[tex]\begin{gathered} -0.5t=\ln (0.029419) \\ t=\frac{-\ln(0.029419)}{0.5} \end{gathered}[/tex]

then, the answer is

[tex]t=7.05[/tex]

By rounding o the neares interger, the answer is 7 years

The safe load, L, of a wooden beam of width w, height h and length l, supported at both ends, varies directly as the product of the width and the square of the height and inversely as the length. A wooden beam 5 inches wide, 7 inches high and 144 inches long can hold a load of 8740 pounds. What load would a beam 6 inches wide, 9 inches high, and 216 inches long of the same material, support? Round your answer to the nearest integer if necessary.

Answers

Since the load L varies directly with the product of width and square of the height h, and inveresly as the length l, so

[tex]\begin{gathered} L=k(\frac{wh^2}{l}) \\ OR \\ \frac{L_1}{L_2}=\frac{w_1}{w_2}\times\frac{h^2_1}{h^2_2}\times\frac{l_2}{l_1} \end{gathered}[/tex]

We will use the second rule

Since L is 8740 pounds when w is 5 in., h is 7 in. and l is 144 in.

[tex]\begin{gathered} L_1=8740 \\ w_1=5 \\ h_1=7 \\ l_1=144 \end{gathered}[/tex]

We need to find L when w is 6 in., h is 9 in. and l is 216 in.

[tex]\begin{gathered} L_2=? \\ w_2=6 \\ h_2=9 \\ l_2=216 \end{gathered}[/tex]

Let us substitute them in the second rule

[tex]\begin{gathered} \frac{8740}{L_2}=\frac{5}{6}\times\frac{7^2}{9^2}\times\frac{216}{144} \\ \frac{8740}{L_2}=\frac{5}{6}\times\frac{49}{81}\times\frac{216}{144} \\ \frac{8740}{L_2}=\frac{245}{324} \end{gathered}[/tex]

By using cross multiplication

[tex]\begin{gathered} 245\times L_2=8740\times324 \\ 245L_2=2831760 \end{gathered}[/tex]

Divide both sides by 245

[tex]\begin{gathered} \frac{245L_2}{245}=\frac{2831760}{245} \\ L_2=11558.20408 \end{gathered}[/tex]

Round it to the nearest integer

[tex]L_2=11558\text{ pounds}[/tex]

The load is 11558 pounds

without graphing, identify the equation of the axis of symmetry for f(x)=-3|x-2|-7

Answers

Solution:

Given:

[tex]f(x)=-3|x-2|-7[/tex]

From the absolute function, the axis of symmetry is;

[tex]\begin{gathered} y=|x-a| \\ where: \\ a\text{ is the axis of symmetry} \end{gathered}[/tex]

Hence, comparing it to the equation given;

[tex]\begin{gathered} f(x)=-3|x-2|-7 \\ y=|x-a| \\ \\ a=2 \\ Hence,\text{ the axis of symmetry is at x = 2} \end{gathered}[/tex]

Therefore, OPTION C is correct.

Answer: other guy is wrong it’s x= -2

Step-by-step explanation:

the sum of three consecutive numbers is one hundred five.What is the smallest of the three numbers

Answers

For this problem we know that the sum of 3 consecutive numbers is one hundred five. Let's assume that the 3 numbers is: a, a+1, a+2

And we can set up the following equation:

[tex]a+(a+1)+(a+2)=105[/tex]

And we can solve for a like this:

[tex]3a+3=105[/tex]

We can subtract 3 in both sides and we got:

[tex]3a=102[/tex]

And we can divide both sides by 3 and we got:

[tex]a=\frac{102}{3}=34[/tex]

And we can conclude that the smallest number is 34

This is solving rational equationsI really need some help. Please explain how you get each step if u can.

Answers

We are given the following equation:

[tex]\frac{-4}{x+4}=-\frac{3}{x+6}[/tex]

we are asked to determine any extraneous solutions. To do that we will determine the values of "x" that solve the equation. First, we will cross multiply the equation:

[tex]-4(x+6)=-3(x+4)[/tex]

Now, we can multiply by -1, we get:

[tex]4(x+6)=3(x+4)[/tex]

Now we use the distributive property on both sides, we get:

[tex]4x+24=3x+12[/tex]

Now, we subtract "3x" from both sides:

[tex]\begin{gathered} 4x-3x+24=3x-3x+12 \\ x+24=12 \end{gathered}[/tex]

Now we subtract 24 from both sides:

[tex]\begin{gathered} x+24-24=12-24 \\ x=-12 \end{gathered}[/tex]

Therefore, the solution is x = -12. The extraneous solutions are the solutions that are not in the domain of the original function.

In the domain of the original function, we have that the values of:

[tex]\begin{gathered} x=-4 \\ x=-6 \end{gathered}[/tex]

Would make the denominators equal to zero, and therefore, they are not in the domain. Since the solution is none of these values there are no extraneous solutions.

name the vertex of anglea) name the vertex of the angleb)name the sides of the angle e)give three ways to name the anglec) classify the angle

Answers

(a) We can name the vertex as B.

(b) We can name the sides as A and C.

The image below shows the angles with their names.

(c) The angle on the left is an obtuse angle because it measures more than 90°. The angle on the right is a right angle because it's equal to 90°.

(e) At last, we name these angles in three ways, using a greek later, using the three letters on the points, or just given the letter of the vertex.

[tex]\begin{gathered} m\angle\alpha \\ m\angle\text{ABC} \\ m\angle B \end{gathered}[/tex]

Solve the system of equations by transforming a matrix representing the system of equation into reduced row echelon form. 2x+y-3z=-19 x+2y+z=-4 x-y+5z=21 what is the solution to the system of equations? Drag a choice into each box to correctly complete the table.

Answers

We want to write the following system

[tex]\begin{gathered} 2x+y-3z=-19 \\ x+2y+z=-4 \\ x-y+5z=21 \end{gathered}[/tex]

As a matrix. To do that, we just take the coefficients and plug them in the same order in a matrix. Our system can be rewritten as:

[tex]\begin{bmatrix}{2} & 1 & {}-3 \\ {1} & {2} & 1{} \\ {1} & {-1} & {5}\end{bmatrix}=\begin{bmatrix}{-19} \\ {-4} \\ {21}\end{bmatrix}[/tex]

Now, to solve this, we can use the gaussian elimination. It consists of adding, multiplying, and changing the order of the rows, until we have an identity matrix on the left side.

Let's start by subtracting the second row from the third row, and subtracting 2 times the second row from the first row.

[tex]\begin{gathered} \begin{bmatrix}{2-2\times1} & 1-2\times2 & {}-3-2\times1 \\ {1} & {2} & 1{} \\ {1-1} & {-1-2} & {5-1}\end{bmatrix}=\begin{bmatrix}{-19-2\times(-4)} \\ {-4} \\ {21-(-4)}\end{bmatrix} \\ \begin{bmatrix}{0} & -3 & {}-5 \\ {1} & {2} & 1{} \\ {0} & {-3} & {4}\end{bmatrix}=\begin{bmatrix}{-11} \\ {-4} \\ {25}\end{bmatrix} \end{gathered}[/tex]

Multiplying the first row by (- 1), we have:

[tex]\begin{bmatrix}{0} & 3 & {}5 \\ {1} & {2} & 1{} \\ {0} & {-3} & {4}\end{bmatrix}=\begin{bmatrix}{11} \\ {-4} \\ {25}\end{bmatrix}[/tex]

Adding the first row to the third row, we have:

[tex]\begin{gathered} \begin{bmatrix}{0} & 3 & {}5 \\ {1} & {2} & 1{} \\ {0} & {-3+3} & {4+5}\end{bmatrix}=\begin{bmatrix}{11} \\ {-4} \\ {25+11}\end{bmatrix} \\ \begin{bmatrix}{0} & 3 & {}5 \\ {1} & {2} & 1{} \\ {0} & {0} & {9}\end{bmatrix}=\begin{bmatrix}{11} \\ {-4} \\ {36}\end{bmatrix} \end{gathered}[/tex]

Multiplying the last row by 1/9:

[tex]\begin{bmatrix}{0} & 3 & {}5 \\ {1} & {2} & 1{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{11} \\ {-4} \\ {4}\end{bmatrix}[/tex]

Now, subtracting the third row from the second row, and subtracting 5 times the third row from the first row, we have:

[tex]\begin{gathered} \begin{bmatrix}{0} & 3 & {}5-5\times1 \\ {1} & {2} & 1-1{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{11-5\times4} \\ {-4-4} \\ {4}\end{bmatrix} \\ \begin{bmatrix}{0} & 3 & {0} \\ {1} & {2} & 0{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{-9} \\ {-8} \\ {4}\end{bmatrix} \end{gathered}[/tex]

Dividing the first row by 3:

[tex]\begin{bmatrix}{0} & 1 & {0} \\ {1} & {2} & 0{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{-3} \\ {-8} \\ {4}\end{bmatrix}[/tex]

Subtracting the twice the first row from the second row:

[tex]\begin{gathered} \begin{bmatrix}{0} & 1 & {0} \\ {1} & {2-2\times1} & 0{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{-3} \\ {-8-2\times(-3)} \\ {4}\end{bmatrix} \\ \begin{bmatrix}{0} & 1 & {0} \\ {1} & {0} & 0{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{-3} \\ {-2} \\ {4}\end{bmatrix} \end{gathered}[/tex]

And finally, permuting the first and the second row

[tex]\begin{bmatrix}{1} & 0 & {0} \\ {0} & {1} & 0{} \\ {0} & {0} & {1}\end{bmatrix}=\begin{bmatrix}{-2} \\ {-3} \\ {4}\end{bmatrix}[/tex]

And this is our answer.

[tex]\begin{bmatrix}{1} & 0 & {0} \\ {0} & {1} & 0{} \\ {0} & {0} & {1}\end{bmatrix}\begin{bmatrix}{x} \\ {y} \\ {z}\end{bmatrix}=\begin{bmatrix}{-2} \\ {-3} \\ {4}\end{bmatrix}[/tex]

Each gallon of gas cost $2.50. Nathan spent $30 on gas. Which value of x represents the number of gallons of gas Nathan purchased?

Answers

we have the following:

[tex]\begin{gathered} x=\frac{30}{2.5} \\ x=12 \end{gathered}[/tex]

therefore the number of galllons is 12

5y - 10 = -25A) y = 3 B) y = 7 C) y = -3 D) y = -7

Answers

We want to solve the equation;

[tex]5y-10=-25[/tex]

We start by collecting like terms;

[tex]\begin{gathered} 5y=-25+10 \\ 5y=-15 \\ y=-\frac{15}{5} \\ y=-3 \end{gathered}[/tex]

15/9 equals 40 over n

Answers

Given the following equation:

[tex]\begin{gathered} \frac{15}{9}=\frac{40}{n} \\ \\ \end{gathered}[/tex]

You need to solve for the variable "n" in order to find its value.

The steps are shown below:

1. You can multiply both sides of the equation by "n":

[tex]\begin{gathered} (n)(\frac{15}{9})=(\frac{40}{n})(n) \\ \\ \frac{15n}{9}=40 \end{gathered}[/tex]

2. Now you need to multiply both sides of the equation by 9:

[tex]\begin{gathered} (9)(\frac{15n}{9})=(40)(9) \\ \\ 15n=360 \end{gathered}[/tex]

3. Finally, you can divide both sides of the equation by 15:

[tex]\begin{gathered} \frac{15n}{15}=\frac{360}{15} \\ \\ n=24 \end{gathered}[/tex]

The answer is:

[tex]n=24[/tex]

[tex]4 \sqrt{5} (3 \sqrt{5} + 8 \sqrt{2} )[/tex]how do u do this

Answers

we have

[tex]4\sqrt{5}(3\sqrt{5}+8\sqrt{2})[/tex]

Apply distributive property

[tex]4\sqrt{5}(3\sqrt{5})+4\sqrt[]{5}(8\sqrt{2})[/tex][tex]12\sqrt[]{25}+32\sqrt[]{10}[/tex]

simplify

[tex]\begin{gathered} 12(5)+32\sqrt[]{10} \\ 60+32\sqrt[]{10} \end{gathered}[/tex]

ess BosseCoursesRead bar graprisBella counted the number of students who play various instruments in her school's marching band and graphedthe results.file48> 1 34032ASCNumber of students24As16MY8Со0TATUSFluteSaxophone DrumsTrombone TrumpetMYInstrumentProWhich instruments did the same number of students play?ProChoose 2 answers:TeaFluteTrombone

Answers

SOLUTION:

Step 1 :

In this question, we are told that Bella counted the number of students who play various instruments in her school's marching band and graphed

the results.

We are asked to find the instruments did the same number of students play.

Step 2:

From the graph, we can see clearly that the same number of students play

Saxophone and Drums.

CONCLUSION:

SAXOPHONE -- OPTION D

DRUMS -------------OPTIO

are these equivalent 12:8 and 18:12

Answers

To ascertain fi the ratio 12:8 is equivalent to 18:12 we have to reduce the ratios

[tex]12\colon8=\frac{12}{8}=\frac{3}{2}=3\colon2[/tex][tex]undefined[/tex]

A doughnut shop sells 24 boxes of doughnuts in 2 hours. How many boxes do they sell in 4 hours?

Answers

shop sells 24 boxes in 2 hrs

so in 1 hrs shop sells 24/2 = 12 boxes,

so in 4 hrs shop sells 12 x 4 = 48 boxes.

Which is less: (-25) + 12 or 40 + (-63)? Show your work.

Answers

The first expression

(-25) + 12

open the parentheses

-25 +12

= - 13

for the second expression

40 + (-63)

in mathematics

- x + = -

40 - 63

= -23

from the two results

-13 and -23

-13 is greater than -23, therefore -23 is less or 40 + (-63)

answer: 40 + (-63) is less

Need help with this thanks! The first equation is 4x-3

Answers

EXPLANATION

We can affirm by the triangle midsegment theorem that the segment DF is half of the segment BC, therefore:

[tex]DF=\frac{1}{2}BC[/tex]

Plugging in the terms into the expression:

[tex](4x-3)=\frac{1}{2}(6(x+1))[/tex]

Applying the distributive property and removing the parentheses:

[tex]4x-3=3x+3[/tex]

Subtracting -3x to both sides:

[tex]4x-3x-3=3[/tex]

Subtracting terms:

[tex]x-3=3[/tex]

Adding +3 to both sides:

[tex]x=3+3[/tex]

Adding numbers:

[tex]x=6[/tex]

In conclusion, the value of x is 6

Please help me find the volume of x for number two

Answers

[tex]\begin{gathered} cos36=\text{ }\frac{x}{10} \\ x=10(cos36) \\ x=10(0.81) \\ x\approx8.1 \end{gathered}[/tex]

8.1

Remember cos = adjacent side (in this case X) / hypotenuse (10)

The amount of detergent dispensed into bottles of liquid laundry detergent bottles for a particular brand is normally distributed with a mean of 87.9 ounces with a standard deviation of 1.3 ounces. If twenty-four bottles are randomly chosen from the factory, what is the probability that the mean fill is more than 88.2 ounces?

Answers

The probability that the mean fill is more than 84.8 ounces is 0.39358

From the question, the given parameters about the normal distribution are

Mean value of the set of data = 88.2

Standard deviation value of the set of data = 1.3

The actual data value = 88.2

The z-score of the data value is calculated using the following formula

z = (x - mean value)/standard deviation

Substitute the given parameters in the above equation

z = (88.2 - 87.9)/1.3

Evaluate the difference of 88.2 and 87.9

z = 0.3/1.3

Evaluate the quotient of 0.3 and 1.1

z = 0.23

The probability that the mean fill is more than 88.2 ounces is then calculated as:

P(x > 88.2) = P(z > 0.23)

From the z table of probabilities, we have;

P(x > 88.2) = 0.5910

Hence, the probability that the mean fill is more than 84.8 ounces is 0.5910

Learn more about probability at:

brainly.com/question/25870256

#SPJ1

textFor this fraction 12/13 the numerator is

Answers

It is given that the fraction is:

[tex]\frac{12}{13}[/tex]

If a fraction is given by:

[tex]\frac{p}{q}[/tex]

Then p is called numerator and q is called denominator.

Hence the numerator is 12 and denominator is 13.

An employee at a state park has 84 photos of animals found at the park. She wants to arrange the photos in rows so that every row except the bottom row has the same number of photos. She also wants there to be at least 8 rows. Complete the description of two different ways she can arrange the photos.​

Answers

Reverse the rows and photos in each row (ex 5 rows 10 photos=10 rows 5 photos) to get another 3 sets.

What is probability?The area of mathematics known as probability deals with numerical representations of the likelihood that an event will occur or that a statement is true.An event's probability is a number between 0 and 1, where, roughly speaking, 0 denotes the event's impossibility and 1 denotes certainty.The likelihood that an event will occur increases with its probability.A straightforward illustration is tossing a fair (impartial) coin.The chance of both outcomes ("heads" and "tails") is equal because the coin is fair, "heads" is more likely than "tails," there are no other conceivable outcomes, and the likelihood of either outcome is half.

5 rows of 10 photos and last row with 3 photos,

6 rows of 8 photos and last row with 5 photos,

7 rows of 7 photos and last row with 4 photos,

Hence, reverse the rows and photos in each row (ex 5 rows 10 photos=10 rows 5 photos) to get another 3 sets.

learn more about probability click here:

brainly.com/question/13604758

#SPJ1

The product of two consecutive odd numbers is 323. Find the numbers.

Answers

Let the two consecutive numbers be x and (x+2).

According to the given condition,

I mostly need to know if this are correct and if the answers would gave been affected.

Answers

Yes, your answers are correct.

And the answer would be different if the non-Normal because all the calculations are based on a normal ditributed production of the chocolate bars; if the production of the chocalte bars had a non normal distribution, for example a skewed distribution (to the left or to the right) all the values used in the calculation would be different.

Other Questions
Find the measure of the angle between the two vectors.7) u = (6,-2)v = (8,-8)9) u =(2, 6)v = (-5, -8)8) u = (-2, 3)v = (4, -6)10) u = (-9, 4)v = (-7, -1) Roselle has three cups of popcorn and 6 oz of soda for a total of $246 calories. Carmel has one cup of popcorn and 14 oz of soda for a total of $274 calories. determine the number of calories per cup of popcorn and per ounce of soda A science fair poster is a rectangle 36 inches long and 24 inches wide what is the area of the poster in square feet with sure to include the correct unit in your answer when a weak acid react with a weak base. what's the result the basketball game had 600 people in attendance if the ratio of hawk fans to cyclone fans is 2:10 how many more cyclone fans were there 2. Yan also has three times as many apples as Xavier. Write a second expression for how many apples Yanhas. Find the sum of the interior angles of the shape. Use the remaining angles to solve for x. Polygons Help91120899Sum of interior angles =degreesX =degrees Write a program that asks the user to enter a city name, and then prints Oh! CITY is a cool spot. Your program should repeat these steps until the user inputs Nope.Sample RunPlease enter a city name: (Nope to end) San AntonioOh! San Antonio is a cool spot.Please enter a city name: (Nope to end) Los AngelesOh! Los Angeles is a cool spot.Please enter a city name: (Nope to end) PortlandOh! Portland is a cool spot.Please enter a city name: (Nope to end) MiamiOh! Miami is a cool spot.Please enter a city name: (Nope to end) Nope What is numeral value of 3/4 + 5/8 A cylinder shaped above ground pool is 4.5 deep. If the diameter of the pool is 16 ft, determine the capacity of the swimming pool in cubic feet. Write your awnser in terms of pi 6. 6.5 ounces g7.45 miles km8.2.3 miles cmCovert #6#7#8 How many electrons can be held in a sublevel l = 3? A gas occupies 12.3 L at a pressure of 40 mmHg. What is the volume when the pressure is increases to 60 mmHg? Which of the following notations correctly describe the end behavior of the polynomial graph below? Write an inequality for the word problem and answer the question about the inequality. Eric has an equal number of dimes and quarters that total less than 4 dollars. Could he have 12 dimes The question is in the picture. Using the answer choice word bank, fill in the proportion to find the volume of the larger figure. Why is the population of the Manufacturing Belt shrinking while the population of the Sunbelt is growing? The restriction enzyme EcoR1 recognizes the DNA sequence GAATTC. Which DNA strands will be cut byEcoR1?i. TTCAGGAATTCGGAAACCAAGTCCTTAAGCCTTTGGii. TGAATCGAACCTGACTTAGCTTGGACiii. TTAAGCGGCCGAATTCAGTCCAAATTCGCCCGCTTAAGTCAGGTiv. CAGTAGGATTTCTGTGTCGTCATCCTAAAGACACAG 30 POINTS PLS HELPBecause it is so popular, a store owner increases the cost of a toy by $4.99. The new cost of the toy is $14.84. (a)Write an equation that represents the situation. Use c to represent the original cost of the toy. (b)Solve the equation using a related equation. Show your work.(c)What does the solution of the equation represent? Can someone help me on this Im confused