For a 99% confidence interval with a sample size of 10 What is the critical t-value?

Answers

Answer 1
This can be found using a t-table or a calculator. Using a t-table, with 9 degrees of freedom (n-1 = 10-1), the critical t-value for a two-tailed test at a 99% confidence level is approximately 3.250.

An example using python code:
import scipy.stats as stats

alpha = 0.01 # significance level
df = 9 # degrees of freedom
t_critical = stats.t.ppf(1 - alpha/2, df)
print(t_critical)

This gives a critical t-value of 3.2498, which is very close to the value obtained from the t-table.

Related Questions

Which number is prime?
1) 19
2)14
3)10
4)20

Answers

Answer: 19

Step-by-step explanation:

number 19 is a prime number

Hello and Greetings YourDeath1.

The prime number is the number 19, since it is only divisible by 1 and itself, while the other numbers (14, 10, and 20) are divisible by other numbers besides 1 and themselves, making them composite numbers.

Option 1 being correct. (19)

Step-by-step explanation:

We are going to have which of the options in a prime number.

What is a prime number?

A prime number is a natural number greater than 1 that has exactly two different divisors, that is, it is only divisible by 1 and itself.

Prime numbers are important in mathematics and cryptography, since they are the basis for the factorization of integers and the security of encryption systems.

We see which of all is a prime number:

1. The number 19 is a prime number because it is only divisible by 1 and itself. That is, it has no more exact divisors than these two numbers. There is no other number that can divide 19 without leaving a remainder.

19/1 = 1919/19 = 1

2. The number 14 is a composite number because it has more than two exact divisors. In this case, 14 is divisible by 1, 2, 7, and 14. Therefore, it is not a prime number.

14/1 = 1414/2 = 714/7 = 214/14 = 1

3. The number 10 is a composite number because it has more than two exact divisors. In this case, 10 is divisible by 1, 2, 5, and 10. Therefore, it is not a prime number.

10/1 = 1010/2 = 510/5 = 210/10 = 1

The number 20 is a composite number because it has more than two exact divisors. In this case, 20 is divisible by 1, 2, 4, 5, 10, and 20. Therefore, it is not a prime number.

20/1 = 2020/2 = 1020/4 = 520/5 = 420/10 = 220/20 = 1

The prime number is the number 19, since it is only divisible by 1 and itself, while the other numbers (14, 10, and 20) are divisible by other numbers besides 1 and themselves, making them composite numbers.

\(^_^ )If you want to learn more, I share this link to complement your learning:

https://brainly.com/question/29059017

Which is an intercept of the function y = log base of 3 x?

Answers

The x-intercept of the function y = log base 3 x is (1, 0)

What is logarithm ?

A logarithm is a mathematical function that is used to solve equations involving exponential expressions. It is the inverse operation of exponentiation.

The logarithm of a number y to a given base b is the power or exponent to which the base must be raised to yield the number y. In other words, if we have the equation [tex]b^x = y[/tex], then the logarithm of y to the base b is x, which we can write as log base b y = x.

For example, if we take the base 2 and the number 8, the logarithm of 8 to base 2 is 3, because [tex]2^3 = 8[/tex]. This is written as log base 2 8 = 3.

According to the question:
The intercept of the function y = log base 3 x is the point where the graph of the function intersects either the x-axis or the y-axis. To find the intercepts, we set one of the variables to zero and solve for the other variable.

To find the y-intercept, we set x = 0 and evaluate the function:

y = log base 3 0

However, it is not possible to take the logarithm of 0 in any base, since 0 is not a positive number. Therefore, the function does not have a y-intercept.

To find the x-intercept, we set y = 0 and solve for x:

0 = log base 3 x

This equation can be rewritten in exponential form as:

[tex]3^0 = x[/tex]

Since any number raised to the 0th power is 1, we have:

1 = x

Therefore, the x-intercept of the function y = log base 3 x is (1, 0).

To know more about logarithm visit:
https://brainly.com/question/30226560
#SPJ1

The flag starts at 0 and moves 8 feet right to on the number line. Then the flag moves 12 feet left to on the number line. Then the flag moves 13 feet right to on the number line. Nine is less than 10.
PLEASE HELP

Answers

The flag starts at 0 on the number line and moves 8 feet right to 8.

We can calculate this by adding 8 to 0, which gives us 8. Then the flag moves 12 feet left to -4. We can calculate this by subtracting 12 from 8, which gives us -4. Then the flag moves 13 feet right to 9. We can calculate this by adding 13 to -4, which gives us 9. Nine is less than 10, so the flag ends up on the number line at a value less than 10.We can calculate the total distance moved by adding 8 + (-12) + 13, which gives us 9. This means the flag has moved a total of 9 feet. All of these calculations demonstrate that the flag has moved 8 feet right, 12 feet left, and 13 feet right to end up on the number line at 9, which is less than 10.

Learn more about distance here:

https://brainly.com/question/29130992

#SPJ1

How many 50ml can be filled from 5L

Answers

100 50ml containers can be filled from 5L.

What are the solutions of this quadratic equation

Answers

Solution :

2x² - 2x - 9 = 0

ax² + bx + c = 0 is the standard form of quadratic equation.

where,

a = 2 b = -2c = 9

Formula :

[tex]x = \dfrac{ - b + \sqrt{ {b}^{2} - 4ac } }{2a} \\[/tex]

Substituting the values,,

[tex] \sf x = \dfrac{ - ( - 2) \pm \sqrt{ {( - 2)}^{2} + 4 \times ( - 2) \times ( - 9) }}{2 \times 2 } \\ \\ \sf x = \dfrac{2 \pm \sqrt{4 + 4 \times 18 } }{4} \\ \\ \sf x = \dfrac{2 \pm \sqrt{4 + 72}}{4} \\ \\ \sf x = \frac{2 \pm \sqrt{ 76} }{4} \\ \\ [/tex]

Now, We can simplify √76.

Prime factorisation of √76 is [tex]\sqrt{2 \pm 2 \times 19}[/tex]

√19 can be written as 4.359.

Now,

[tex]\sf x = \dfrac{ 2 \pm 2 \times 4.359}{4} \\ \\ \sf x = \frac{2 \pm \sqrt{76} }{4} \\ \\ \sf { \boxed{ \red {x = \frac{1 \pm \sqrt{19} }{2} }}}\\ [/tex]

Therefore, Option (C) is the required answer.

Solve for x. Round to the nearest tenth.



x =

(40 points)

Answers

Answer:
x = 28
Explanation:

Elon is purchasing materials for a gardening project. Mulch costs $ 33 $33dollar sign, 33 per cubic yard. Edge material costs $ 60 $60dollar sign, 60 for 5 55 yards. Elon needs 60 6060 yards worth of edge material. Let � vv be the volume, in cubic yards, of mulch that Elon buys; and let � cc be the total cost, in dollars, of his purchase. Which of the following equations correctly relates � vv and � cc?

Answers

The correct equation relating the volume of mulch purchased (v) and the total cost of the purchase (c) is: c = 33v + 720

What is total cost?

The total cost formula is used to combine the variable and fixed costs of providing goods to determine a total.

The cost of the mulch depends on the volume purchased, so the equation relating the volume of mulch purchased (v) and the cost of the purchase (c) is:

c = 33v

The cost for 5 yards of edge material is $60, so the cost for 60 yards of edge material is:

60/5 x 60 = $720

Therefore, the total cost of the purchase is the sum of the cost of the mulch and the cost of the edge material:

total cost = cost of mulch + cost of edge material

c = 33v + 720

So the correct equation relating the volume of mulch purchased (v) and the total cost of the purchase (c) is: c = 33v + 720

To know more about  fixed costs visit,

https://brainly.com/question/17100497

#SPJ1

Make an expression with 4 terms where 3 of them are like terms.


2. Rewrite the expression by combining like terms. How many terms are there?

please help

Answers

Answer:

Step-by-step explanation:

An example of an expression with 4 terms where 3 of them are like terms is:

$5x^2 + 7x - 2x^2 + 3x$

To rewrite this expression by combining like terms, we add the coefficients of the terms with the same variables raised to the same power. In this case, the two terms with $x^2$ are like terms, so we can add their coefficients:

$5x^2 - 2x^2 + 7x + 3x = 3x^2 + 10x$

The resulting expression has 2 terms.

How many Fourths are there in Six-eighths

Answers

Answer:

There are 3/4 in 6/8

Step-by-step explanation:

6/8 = ?/4

To work the equation, use cross multiplication: 6 x 4 = 24

Then divide by the remaining denominator: 24 / 8 = 3

The solution is, There are  3/4 in 6/8.

What is  multiplication?

In mathematics, multiplication is a method of finding the product of two or more numbers. It is one of the basic arithmetic operations, that we use in everyday life.

here, we have,

given that,

we have to find  that How many Fourths are there in Six-eighths:

i.e.

6/8 = ?/4

let, there are x Fourths are there in Six-eighths:

i.e. 6/8 = x/4

now, we get,

To work the equation, use cross multiplication:

6 x 4 = 24

Then divide by the remaining denominator:

24 / 8 = 3

so, we get,

x = 3

Hence, The solution is, There are  3/4 in 6/8.

To learn more on multiplication click:

brainly.com/question/5992872

#SPJ2

Which two points would a line of fit go through to best fit the data? (6, 4) and (9, 1) (3, 5) and (10, 1) (1, 8) and (10, 1) (1, 5) and (7, 3)

Answers

Answer: Therefore, the set of points that have the smallest SSE is (1, 5) and (7, 3), and the line of fit would go through these two points to best fit the data.

Step-by-step explanation:

To determine the line of best fit, we need to find the equation of the line that passes through the given points. This can be done using the slope-intercept form of the equation of a line, y = mx + b, where m is the slope of the line and b is the y-intercept.

For each set of points, we can find the slope using the formula:

m = (y2 - y1) / (x2 - x1)

and then use one of the points to solve for b.

(6, 4) and (9, 1):

m = (1 - 4) / (9 - 6) = -3/3 = -1

Using point (6, 4):

4 = -1(6) + b

b = 10

So the equation of the line is y = -x + 10.

(3, 5) and (10, 1):

m = (1 - 5) / (10 - 3) = -4/7

Using point (3, 5):

5 = (-4/7)(3) + b

b = 41/7

So the equation of the line is y = (-4/7)x + 41/7.

(1, 8) and (10, 1):

m = (1 - 8) / (10 - 1) = -7/9

Using point (1, 8):

8 = (-7/9)(1) + b

b = 71/9

So the equation of the line is y = (-7/9)x + 71/9.

(1, 5) and (7, 3):

m = (3 - 5) / (7 - 1) = -1/3

Using point (1, 5):

5 = (-1/3)(1) + b

b = 16/3

So the equation of the line is y = (-1/3)x + 16/3.

To determine which two points would a line of fit go through to best fit the data, we need to choose the set of points that have the smallest average distance between the points and the line. One way to measure this is by calculating the sum of the squared errors (SSE) between the points and the line for each set of points, and choosing the set with the smallest SSE.

Using the equations we found for each set of points, we can calculate the SSE:

(6, 4) and (9, 1):

SSE = (4 - (-1(6) + 10))^2 + (1 - (-1(9) + 10))^2 = 29

(3, 5) and (10, 1):

SSE = (5 - (-4/7)(3) + 41/7)^2 + (1 - (-4/7)(10) + 41/7)^2 = 16.9

(1, 8) and (10, 1):

SSE = (8 - (-7/9)(1) + 71/9)^2 + (1 - (-7/9)(10) + 71/9)^2 = 28.7

(1, 5) and (7, 3):

SSE = (5 - (-1/3)(1) + 16/3)^2 + (3 - (-1/3)(7) + 16/3)^2 = 7.6

The diameter of a circle is 19 inches what is the area in inches square

Answers

283.53in² is the answer
283.53in2 is the response

On the bottom shelf there are 20 shirts . Three-fourths of them are red. Draw a picture to show the shirts.

Answers

Answer:

Step-by-step explanation:

What is the value of the angle?

Answers

The angle indicated by a green arc is 54 degrees.

What is the definition of a simple angle?

A straight line's angle size is 180°; the sum of the angles in a triangle's size is 180°; and a triangle can also have acute as well as obtuse angles.

The fact that the sum of the angles in a triangle equals 180 degrees can be used to determine the value of the angle in the given figure.

To begin, note that the angle denoted by a blue arc is the exterior angle of triangle ACD. According to the Exterior Angle Theorem, this angle is equal to the sum of the two remote interior angles, denoted by red and green arcs.

So we have:

The blue arc angle is equal to the sum of the red and green arc angles.

We get the following equation when we plug in the given angle measurements:

98° = 44° + Green arc angle

We can simplify this equation as follows:

Green arc angle = 98° - 44° = 54°

The green arc represents an interior angle of triangle ABD. As a result, we can use the fact that the sum of a triangle's angles equals 180 degrees to calculate the value of this angle.

We currently have:

Green arc angle + 70° + 56° = 180°

We get the following by substituting the value we found for the green arc angle:

54° + 70° + 56° = 180°

We can simplify this equation as follows:

180° - 70° - 56° = 54°

As a result, the angle indicated by a green arc has the value:

It is 54 degrees outside.

To know more about Angle Value visit:

https://brainly.com/question/30937335

#SPJ1

Suppose a man is 25 years old and would like to retire at age 60. ​Furthermore, he would like to have a retirement fund from which he can draw an income of ​$50,000 per year​forever! How can he do​ it? Assume a constant APR of ​8%.

Answers

Answer:

Step-by-step explanation:

0.08*X >= 100000,   i.e.   X >= 100000%2F0.08 = 1,250,000 dollars.

Then each year he will draw 100000, but the bank will return  equal or even greater amount than 0.08*1250000 = 100000,

so his balance will only increase from year to year.

It is a rough estimation.

If we want to consider more realistic case, when he withdraws 100000 at the first day of the year and the bank compounds 8% at the end of the year,

then the unknown starting amount X must satisfy inequality

0.08*(X-100000) >= 100000,   which gives

0.08X - 0.08*100000 >= 100000,

0.08X > (1+0.08)*100000

x >= %28%281%2B0.08%29%2A100000%29%2F0.08 = 1350000.

Answer.  Having  $1,350,000 or more initially on the account provides the sough condition.

Answer:

$26421.76

Step-by-step explanation:

We have to calculate final value i.e. balance to earn $50,000 annually from interest.

[tex]= \dfrac{50,000}{0.08} = \$625,000[/tex]

Now, N = n × y  = 12 × 25 = 300

        I  = 8% =  APR = 0.08

       PV = 0  = PMT = 0

      FV = 625,000 = A

[tex]\text{A}=\dfrac{\text{PMT}\times[(1+\frac{\text{apr}}{\text{n}})^{\text{ny}}-1 }{\frac{\text{apr}}{\text{n}} }[/tex]

[tex]\text{PMT}=\dfrac{\text{A}\times(\frac{\text{APR}}{\text{n}}) }{[(1+\frac{\text{APR}}{\text{n}})^{\text{ny}}-1 }[/tex]

[tex]\text{PMT}=\dfrac{625,000\times(\frac{0.08}{12}) }{[(1+\frac{0.08}{12})^{12\times25}-1] }[/tex]

[tex]\text{PMT}=\dfrac{625,000\times(0.006667) }{[(1+\frac{0.08}{12})^{12\times25}-1] }[/tex]  

[tex]\text{PMT}=\dfrac{625,000\times(0.006667) }{[(1+0.006667)^{300}-1] }[/tex]

[tex]\text{PMT}=\dfrac{\frac{33335}{8} }{[1.006667^{300}-1]}[/tex]

[tex]\text{PMT}=\dfrac{\frac{33335}{8} }{6.34090515}[/tex]

Monthly payment (PMT) = $26421.7591469 ≈ $26421.76

$26421.76 is required monthly payment in order to $50,000 interest.

Find the circumcenter of the triangle with the following vertices: P(-2,5) Q(5,1) R(-4,-5)

Answers

Answer:

(-0.5, -0.5)

Step-by-step explanation:

d = √ (a - ax)2 + (b - bx)2

plug in

Answer:

%......

............….

You flip a coin 100 times and record that 48 are heads and 52 are tails. What is the relative frequency or experimental probability of landing on heads?

whats the percentage

Answers

As a result, the experimental probability of landing on heads is 48%, probability which means that we should expect heads approximately 48 times out of 100 coin flips.

What is probability?

Probability is a measure of the likelihood of an event occurring. It is expressed as a number between 0 and 1, with 0 indicating an unlikely event and 1 indicating an unavoidable event. Because there are two equally likely outcomes, switching a fair coin and coin flips has a probability of 0.5 or 50%. (Either heads or tails). Probability theory, a branch of mathematics, is concerned with the investigation of random events rather than their properties. It is used in a variety of fields, including statistics, finance, science, and engineering.

The following formula can be used to calculate the relative frequency or experimental probability of landing on heads:

Number of Heads / Total Number of Flips = Experimental Probability of Heads

The number of heads in this case is 48, and the total number of flips is 100. Therefore,

Heads Experimental Probability = 48 / 100 = 0.48

We can multiply this by 100 to get a percentage:

Heads Experimental Probability = 0.48 * 100 = 48%

As a result, the experimental probability of landing on heads is 48%, which means that we should expect heads approximately 48 times out of 100 coin flips.

To know more about probability visit:

https://brainly.com/question/11234923

#SPJ1

13 Convert 20 to a percentage.​

Answers







the answer is 20/100

1. The Osbournes bought a color television set for $736.70. The installment contract required 15% down and the remainder in 18 installments of $41.16. What is the amount of the finance charge on the account?

2. Which would be the smarter buy?

a. Samuel Evans wants to buy a piano for his daughter. He can borrow $1289 from his credit union at an annual rate of 15%. He would repay the credit union $44.69 per month for 36 months.

Or

b. Samuel can finance the $1289 through the music dealer at an annual rate for 21%. He would pay the dealer $84.09 per month for 18 months.

What is the cost for each plan? Which plan costs less?

3. A promissory note for $300 at 19% interest per year is due in 6 months. What is the total amount due?

4. Marion needs to borrow $5000. Plan A will allow her to repay the $5000 in 6 monthly payments of $954. Plan B requires 18 monthly payments of $325. Which plan costs less?

5. The unpaid balance on a credit account was $7500.00. The annual interest rate is 19%, or 1.58% per month. A $150.00 minimum payment is required. Calculate each monthly payment and balance including the interest by paying only the minimum payment. How long will it take to pay off the entire balance?

Answers

The amount of the finance charge on the account is $96.48.

Here's how to calculate it:

The total cost of the television set is $736.70.

The down payment is 15% of $736.70, which is $110.50.

So the amount to be financed is $626.20.

The total amount paid in installments is 18 x $41.16 = $740.88.

Therefore, the finance charge is $740.88 - $626.20 = $114.68.

However, this amount includes the first installment of $41.16, which is not part of the finance charge.

So the actual finance charge is $114.68 - $41.16 = $73.52.

Rounded to the nearest cent, the finance charge is $96.48.

Plan a would cost a total of $1608.84, and Plan b would cost a total of $1513.62. Plan b would be the smarter buy because it has a lower total cost.

Here's how to calculate the cost of each plan:

For Plan a, the total cost is 36 x $44.69 = $1608.84 ($1289 borrowed + $319.84 in interest).

For Plan b, the total cost is 18 x $84.09 = $1513.62 ($1289 borrowed + $224.62 in interest).

The total amount due is $313.50.

Here's how to calculate it:

The interest rate is 19% per year, or 0.095 per 6-month period.

So the interest on the $300 loan is $300 x 0.095 = $28.50.

Therefore, the total amount due is $300 + $28.50 = $328.50.

Rounded to the nearest cent, the total amount due is $313.50.

Plan B costs less.

Here's how to calculate it:

Plan A requires 6 monthly payments of $954, for a total cost of $5,724.

Plan B requires 18 monthly payments of $325, for a total cost of $5,850.

Therefore, Plan B costs less.

The minimum monthly payment is $150.

Here's how to calculate the payments and balance:

The interest rate is 1.58% per month.

So the monthly interest on the unpaid balance of $7500 is $7500 x 0.0158 = $118.50.

Therefore, the monthly payment of $150 only covers $31.50 of the balance ($150 - $118.50).

So the new balance is $7500 + $118.50 - $31.50 = $7587.

The next month, the interest on the unpaid balance of $7587 is $7587 x 0.0158 = $120.02.

So the monthly payment of $150 only covers $29.98 of the balance ($150 - $120.02).

So the new balance is $7587 + $120.02 - $29.98 = $7677.04.

This process continues until the entire balance is paid off.

It will take 91 months (7 years and 7 months) to pay off the entire balance.

please help!!
angle relationships in circles

Answers

Answer:60

Step-by-step explanation:

30x2=60

The mean hourly salary for a high school graduate is $13.50 per hour with a standard
deviation of $5.75. The mean hourly sdiary for a person with an Associate's degree is
$19.75 with a standard deviation of $9.25. What is the standard deviation of the
difference in the hourly salaries between a high school graduate and a person who
earned an Associate's degree?

Answers

The standard deviation of the difference in the hourly salaries between a high school graduate and a person who earned an Associate's degree is approximately $10.89.

To find the standard deviation of the difference in hourly salaries between a high school graduate and a person with an Associate's degree, you need to use the formula for the standard deviation of the difference between two independent variables:

σ_diff = √(σ₁² + σ₂²)

Here, σ_diff represents the standard deviation of the difference, σ₁ represents the standard deviation of the high school graduate's salary ($5.75), and σ₂ represents the standard deviation of the Associate's degree holder's salary ($9.25).

Using the formula:

σ_diff = √(($5.75)² + ($9.25)²)

σ_diff = √(33.0625 + 85.5625)

σ_diff = √(118.625)

σ_diff ≈ 10.89

So, the standard deviation of the difference  is approximately $10.89.

For more such questions on standard deviation, click on:

https://brainly.com/question/475676

#SPJ11

The sum of the numerator and the denominator of a certain fraction is equal to 4140. When the fraction was reduced, the result was 7/13
What was the original fraction?

Answers

1449 + 2691 = 4140 and 1449%2F2691 = 7%2F13.

Answer:

Step-by-step explanation

The answer would be 1449/2691 because of you simply then it would be 7/13

A solid metal cone has radius 1.65 cm and slant height 4.70 cm. Find the angle the, slant height makes with the base of the cone.​

Answers

Answer:

Step-by-step explanation:

We can use trigonometry to find the angle between the slant height and the base of the cone.

The base of the cone is a circle with radius 1.65 cm. The slant height is the hypotenuse of a right triangle whose other two sides are the height (which we don't know) and the radius (1.65 cm).

Using the Pythagorean theorem, we can find the height of the cone:

height^2 = (slant height)^2 - (radius)^2

height^2 = (4.70 cm)^2 - (1.65 cm)^2

height^2 = 19.96 cm^2 - 2.72 cm^2

height^2 = 17.24 cm^2

height = sqrt(17.24) cm

height = 4.15 cm (rounded to two decimal places)

Now we can use trigonometry to find the angle between the slant height and the base of the cone.

tan(angle) = opposite / adjacent

tan(angle) = height / radius

tan(angle) = 4.15 cm / 1.65 cm

tan(angle) = 2.515

Taking the inverse tangent (or arctan) of both sides, we get:

angle = arctan(2.515)

angle = 70.32 degrees (rounded to two decimal places)

Therefore, the angle between the slant height and the base of the cone is 70.32 degrees.

dose 2+2=4?.............................

Answers

Answer:

[tex]yeah \: 2 + 2 = 4[/tex]

Find the mean of the data in the dot plot below. years A number line labeled from left to right 0 through five scaling by ones. The dot distribution is as follows: 1, 1; 2, 1; 3, 1; 4, 1.

Answers

Answer: The mean of 1 1 2 1 3 1 4 1 is 1.75.

Step-by-step explanation:

:D

hurry!!!!!!!!!!!!!!!!!!!!!!!

Answers

Ruth and Josie will each have collected 117 signatures in one minute.

How to define a linear function?

The slope-intercept representation of a linear function is given by the equation presented as follows:

y = mx + b

The coefficients of the function and their meaning are described as follows:

m is the slope of the function, representing the change in the output variable y when the input variable x is increased by one.b is the y-intercept of the function, which is the initial value of the function, i.e., the numeric value of the function when the input variable x assumes a value of 0. On a graph, it is the value of y when the graph of the function crosses tbe y-axis.

The slope and the intercept for this problem are given as follows:

Slope: number of new signatures per minute.Intercept: initial number of signatures.

Hence the functions are given as follows:

R(x) = 113 + 4x.J(x) = 116 + x.

They will have the same amount when:

R(x) = J(x)

113 + 4x = 116 + x

3x = 3

x = 1 minute.

The amount is of:

J(1) = 116 + 1 = 117 signatures.

More can be learned about linear functions at https://brainly.com/question/24808124

#SPJ1

The bookstore has 27 chapter books, 9 comic books, and 30 picture books. The shop sold
one-third of the books. How many books were sold?

Answers

Answer:

22

Step-by-step explanation:

first you would add all books from the book store to get 66

Then you would divide that by 3 to get

66÷3=22

Given that f( x ) = x^2 − 6x − 27 g(x)=x-9 find (f-g) (x) and express the result as a polynomial in simplest form.

Answers

The difference between f and g can be written as:

(f - g)(x) = x² - 7x - 18

How to express the difference between the polynomials?

Here we have two polynomials given by:

f(x) = x² - 6x - 27

g(x) = x - 9

We want to find an expression for:

(f - g)(x)

This difference can be written as:

f(x) - g(x)

Now replacing the polynomials, we will get:

x² - 6x - 27 - (x - 9)

Now we can simplify this to get.

x² - 7x - 18

That is the simplest form.

Learn more about polynomials at:

https://brainly.com/question/4142886

#SPJ1

Jamal has a single die with six faces numbered from one to six. He also has a coin.

If he rolls the die and tosses the coin what is the probability that he will end up with

tails on the coin and an even number on the die?

Answers

There is a 1/4 or 25% chance that Jamal will end up with tails on the coin and an even number on the die when he rolls the die and tosses the coin.

The probability of rolling an even number on the die is 3/6 or 1/2, since there are three even numbers (2, 4, 6) out of the six possible outcomes. Similarly, the probability of getting tails on the coin is 1/2 since there are two possible outcomes, heads or tails. To find the probability of both events happening simultaneously, we need to multiply the probabilities of each event. Thus, the probability of getting tails on the coin and an even number on the die is:

P(tails and even) = P(tails) × P(even)

= 1/2 × 1/2

= 1/4

Therefore, there is a 1/4 or 25% chance that Jamal will end up with tails on the coin and an even number on the die when he rolls the die and tosses the coin.

Learn more about probability here:

https://brainly.com/question/30034780

#SPJ1

A line has the equation y - 6 = 5x + 9 . work out the gradient and the y intercept of the line.

Answers

The gradient of the line is 5, and the y-intercept of the line is 15.

Equations

The given equation is in the form of y = mx + c, where m is the gradient (slope) of the line and c is the y-intercept of a straight line represented in 2D plane.

Rearranging the given equation, we get:

y - 6 = 5x + 9

Adding 6 to both sides, we get:

y = 5x + 15

Now we can see that the equation is in the required form of y = mx + c. The gradient (slope) of the line is 5, which is the coefficient of x in the equation. The y-intercept is 15, which is the constant term in the equation.

To know more about straight line, click here,

https://brainly.com/question/29223887

#SPJ1

1 The table below shows the cost of an attorney as a function of the number o
hours worked.
A C=355h
3 C= _—_h+355°
Number of
Hours, h
1
255
4
7
8
Based on the table, which function models this situation?
Total Cost, C
с
$355
$1120
$1885
$2140
D
C=255h+100
C=765h-410

Answers

All three data points are compatible with this set of equations, leading us to the conclusion that C = -195h + 550 is the function that best describes the scenario.

What does a function look like in math?

A function connects an input with an output. It works like a machine that has an input and an output. The traditional manner of writing a function is "f(x) = 5".

The following function represents this circumstance:

C = -195h + 550

The first two data points can be used to create two equations:

355 = -195(1) + C

1120 = -195(3) + C

When we solve for C in each equation, we obtain:

C = 550

C = 550 + 585 = 1135

We can try utilising the first and third data points as the second equation doesn't quite match the third data point:

355 = -195(1) + C

1885 = -195(4) + C

Solving for C in each equation, we get:

C = 550

C = 550 + 975

= 1525

To know more about function visit:-

https://brainly.com/question/12431044

#SPJ1

Other Questions
if AC = 57, find the measure of ABAnswer choices: A. 9B. 30C. 6D. 27 at what rate was the amount of oil in the well decreasing when there were 1.5 million barrels of oil remaining what specific windows defender policy setting will allow you to disable scanning and real-time protection for specific files or all files in specified folders? 2. how do our oceans help reduce the effects of climate change felt on the land and in the atmosphere? what does a take refer to? select one: a. one camera position and everything associated with it feedback: this is the basic definition of a take (p. 189). b. each time a planned shot is captured c. a performance by an actor in front of a rolling camera d. an uninterrupted run of the camera A bag of candy contained a total of 1,000 candies before it was opened. Four students each pulled out 20 candies at random and recorded the color of the candies in this table a reaction carried out and the rate measured. the experiment is repeated, but with doubling the concentration of a reactant. the measured rate does not change. what must be true about the reactants role in the reaction? which of the following is a false statement? group of answer choices fertility largely determines a population's age structure. the age-sex structure of a population partially determines how many births it will produce. fertility does not contribute to population growth. fertility change can create its own momentum via the age structure. i rlly dont understand this but i need the answer asap what was churchill hoping to encourage with this speech?for british citizens to feel fearful of the german advance.for britain to feel angry at france for their surrender.for british citizens to be brave in the coming war with germany. Just number 9 with work one reason why the plants of multinational corporations abroad may have better standards than domestic contractors in lowincome countries is because multinational corporations tend to reduce costs by using one standard in terms of capital equipment and technology for all markets.trure or false a force f applied to an object of mass m1 produces an acceleration of 7.36 m/s2. the same force applied to a second object of mass m2 produces an acceleration of 2.62 m/s2. what is the value of the ratio m1/m2? In circle R with the measure of minor arcQS= 120, find m/QTS. What are the two qualities required for a healthy relationship What do you think countries should do about population growth? If you were in control of a developing country, how would you slow population growth?Scholars have debated how many people the earth can support. Why do you think it is hard to set a definitive number on this? What considerations do you think the world should make in examining how many people are too many?For thirty-five years, China had a one-child policy that encouraged families to only have one child. Families who had more children faced possible fines and other restrictions. The policy was successful in slowing population growth in the country, although now it has been adjusted to allow families to have two children. Do you think policies like this are a good idea? Would you support a policy like this in your own country?Do you think people place too much faith in technology? Do you think that this affects environmental problems? If so, how? If not, why do you think its not an issue?What can you do to help reduce or solve environmental problems? Discuss at least three different things that you can do and why doing these things may help. Was the development of the nuclear weapons necessary to compete during the Cold War? lily wants to test if these results suggest intersection a is busier than intersection b. assume that the necessary conditions for inference were met. If you are exercising for a particular sport, one of the best ways to warm up is to perform the upcoming exercise at a slow pace. T/F? how many turns of wire would be required to make a 160- mh inductor out of a 25.0- cm -long air-filled solenoid with a diameter of 6.5 cm ?