How many outcomes are there in the sample space for rolling 1 die?

How Many Outcomes Are There In The Sample Space For Rolling 1 Die?

Answers

Answer 1

Answer:

6

Step-by-step explanation:


Related Questions

susan has a circular koi pond in a square patio with sides measuring 30 feet each. Find the area of the shaded region to the nearest hundredth.use 3.14 for pi

Answers

The side of the square patio will equal the diameter of the circular pond. 

d=30 .  

Half of the diameter is the radus

30/2 = 15 .  r=15

Area of a circle is  A=[tex] \pi r^{2} [/tex] . 

Plug in the values A = (3.14)(15)^2 = 706.50 ft squared

An isosceles triangle has area of 125 ft. If the base is 16 ft, what is the length of each leg? Round your answer to the nearest tenth

Answers

Final answer:

To find the length of each leg of an isosceles triangle with an area of 125 ft² and a base of 16 ft, we first calculate the height and then apply the Pythagorean Theorem. The length of each leg is approximately 17.6 ft.

Explanation:

The question asks about finding the length of each leg of an isosceles triangle given the area and the base. To solve this, we use the formula for the area of a triangle, A = 1/2 × base × height, and apply the Pythagorean Theorem since the height creates a right triangle with the leg of the isosceles triangle and half of the base.

First, we find the height using the given area, A = 125 ft² and base, b = 16 ft. The formula rearranges to height = 2A / base, giving us height = 2(125) / 16 = 15.625 ft.

Next, using the Pythagorean Theorem, a² + b² = c², we let a represent half of the base (8 ft), b be the height (15.625 ft), and c be the leg of the triangle. Solving for c, we find c ≈ 17.6 ft, rounded to the nearest tenth.

Help Please..

On a regional map, one inch represents 68 miles. How many miles apart are two cities that are three inches apart on the map?

Answers

the formula you should use for this question is 1:68.  1 being inches and 68 being miles.  So if the cities are 3 inches apart, then all you need to do is times 68 by 3.

Please answer this question and give give a detailed answer. Brainliest to who ever answers first and gets it correct

Answers

Try this option:
note, that ∠GFB=∠CBH=117° (AD||EG!) and ∠x=∠CFG.
For ∠CFG: ∠CFG=117-∠CFB=117-42=75°

Answer: 75°

Kareem lives 4/10 of mile from the mall.Write two equivalent fraction that show what fraction of mile Kareem lives from the mall

Answers

They want two fractions that are equivalent to 4/10.

1) We can simplify 4/10 by dividing both #s by 2.

4/10 ÷ 2/2= 2/5

2) We can increase both #s by multiplying each by both by the same number. I choose the number 2 (bit this works with any number as long as you increase both numerator and denominator by the same amount).

=4/10 * 2/2
=(4*2)/(10*2)
=8/20

Two equivalent fractions are 2/5 and 8/20.

Hope this helps! :)

A couple has 12 children, what is the probability that child number 11 is female?

Answers

The probability is 1/12.

What is probability?

Probability is a measure of the likelihood of an event to occur. Many events cannot be predicted with total certainty. We can predict only the chance of an event to occur i.e. how likely they are to happen, using it.

Given:

Total children = 12

There is possibility of girl number 11.

So, the probability that child number 11 is female

=1/12.

Hence, the probability is 1/12.

Learn more about probability here:

https://brainly.com/question/12629667

#SPJ2

Final answer:

The probability that the 11th child is female is 50%, assuming an equal chance for the birth of either sex and that the gender of the previous children does not affect this outcome.

Explanation:

The question at hand is a basic probability question in the realm of mathematics. It attempts to find the likelihood of an event that is purely random and independent of previous outcomes. The event in question is the sex of a newborn child, which can either be male or female, generally with equal likelihood.

To determine the probability that child number 11 is female, we assume a 50% chance for either sex, since the likelihood of having a boy or girl is typically equal. The sex of the previous children has no influence on the gender of the next child. Therefore, the probability of child number 11 being female is simply 1/2 or 50%.

It is important to understand that each child's sex is determined independently of their siblings. This is akin to flipping a fair coin where each flip is independent of the previous flips.

I think that the answer is c can somebody help me out ?

Answers

Answer:
tan F = 40/9 which is the third option

Explanation:
Triangle DEF is a right-angled triangle. This means that we can apply the special trigonometric function.
This means that:
tan θ = opposite / adjacent
In the given:
θ = F
opposite is DE = 40
adjacent is DF = 9
Substitute in the above equation:tan F = 40/9

Hope this helps :)



The following stem-and-leaf plot represents the scores earned by Mr. Roberts's class on their most recent science test.

What is the median of the scores?
78
80
81
86

Answers

First we need to count the total number scores. This can be done from the stem and leaf plot. The total number of scores are 19. The total number of values is odd, so the median position will be:

[tex] \frac{19+1}{2}=10th [/tex]

Thus the 10th score is the median score for the class of Mr. Robert. The 10th score from the stem and leaf plot is 81.

Thus 81 is the median score of Mr. Robert's Class. 

Answer:

im pretty sure its 81

Step-by-step explanation:

Give a polynomial-time algorithm that takes a sequence of supply values s1, s2, . . . , sn and returns a schedule of minimum cost. for example, suppose r = 1, c = 10, and the sequence of values is

Answers

Assuming the sequence is unsorted.

Try a rudimentary proposition, do a bubble sort, that gives O(n^2) for worst and average case.  It is a polynomial algorithm.

We can also do a quick sort, with worst case O(n^2) and average case O(nlogn), which is already better.

Do we need to sort everything?  Not really.

What about a single pass, and store the minimum found, exchange as required, such as:

small=A(0)
for i:1, n {
  if A(i)<small small: A(i)
}
return small

This is a linear algorithm, best case n, worst case 2n so O(n)

Select all the expressions that have the following quotient

Answers

answer 2 is the right one for your equation
Answer:

The expression that have the following quotient is:

         [tex]\dfrac{-4x^2+20x-25}{-2x+5}[/tex]          [tex]\dfrac{-14x^2+35x}{-7x}[/tex]          [tex]\dfrac{12x^2-58x+70}{6x-14}[/tex]Step-by-step explanation:

1)

[tex]\dfrac{-4x^2+20x-25}{-2x+5}[/tex]

It could also be written as:

[tex]\dfrac{-(5-2x)^2}{5-2x}\\\\\\=-(5-2x)\\\\\\=2x-5[/tex]

Hence, we get the quotient:

    [tex]2x-5[/tex]

Option: (1) is correct.

2)

[tex]\dfrac{-14x^2+35x}{-7x}[/tex]

which is simplified as follows:

[tex]\dfrac{-7x(2x-5)}{-7x}\\\\\\=2x-5[/tex]

Option: (2) is correct.

3)

[tex]\dfrac{12x^2-58x+70}{6x-14}[/tex]

which is simplified as follows:

[tex]=\dfrac{2(2x-5)(3x-7)}{2(3x-7)}\\\\\\=2x-5[/tex]

Hence, option: (3) is correct.

4)

[tex]\dfrac{6x^2-10x-4}{3x+1}[/tex]

On simplifying:

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

Hence, option: (4) is incorrect.

5)

[tex]\dfrac{18x-45}{9x}[/tex]

on simplifying:

[tex]\dfrac{9(2x-5)}{9x}\\\\\\=\dfrac{2x-5}{x}[/tex]

Hence, option: (4) is incorrect.

What equation results from completing the square and then factoring? x^2 + 24x = 33

Answers

Answer:

[tex](x+12)^2=177[/tex]

Step-by-step explanation:

We have been given an equation: [tex]x^2+24x=33[/tex].

To complete the square we change the left hand side of the equation to a perfect square trinomial. For this we add [tex](\frac{b}{2})^2[/tex] to both sides of equation, where b is the coefficient of x.

We can see that coefficient of x for our given equation is 24. So we will add [tex](\frac{24}{2})^2=12^2=144[/tex] to both sides of our equation.

[tex]x^2+24x+144=33+144[/tex]

[tex]x^2+24x+144=177[/tex]

Let us factor left side of our equation as the square of  binomial.

[tex](x+12)^2=177[/tex]

Therefore, our resulting equation will be [tex](x+12)^2=177[/tex].

Answer: (x+12)^2=177

Step-by-step explanation:

The points A(12,7), B(12,−3), C(−2,−3), and D(−2,7) form rectangle ABCD. Which point is halfway between A and B? CLEAR CHECK (12,0) (12,5) (12,2) (12,−2)

Answers

we have that
coordinates  are
A(12,7), B(12,−3), C(−2,−3), and D(−2,7) 

i use the formula of midpoint between A and B
Xm=(x1+x2)/2    Ym=(y1+y2)/2
A(12,7) B(12,−3)
Xm=(12+12)/2=12
Ym=(7+(-3))/2=2

the point  (12,2)   is halfway between A and B

What are the values of a and b?

Answers

Answer:

[tex]A= \frac{400}{21} B=\frac{580}{21}[/tex]

Step-by-step explanation:

You just have to remember the rules of the triangles in order to be able to solve this:

The rule of trigonometry that you will have to use is a is similie to 20, B is simile to 29 and 20 is 20.

So you would have to put them like this:

[tex]\frac{21}{20}= \frac{20}{a}= \frac{29}{b}[/tex]

You just have to clear the equations for A and B:

[tex]a=\frac{20*20}{21}=\frac{400}{21}\\  b=\frac{29*20}{21} =\frac{580}{21}[/tex]

So that would be your answer.

The value of 'a' is 400/21 and the value of 'b' is 580/21 and this can be determined by using the properties of trigonometry.

According to the properties of trigonometry:

[tex]\dfrac{21}{20}=\dfrac{20}{a}=\dfrac{29}{b}[/tex]    --- (1)

Now, in order to determine the value of 'a' use the above equation:

[tex]\dfrac{21}{20}=\dfrac{20}{a}[/tex]

Cross multiply in the above equation.

[tex]21a = 20\times 20[/tex]

21a = 400

Divide 400 by 21 in order to get the value of a.

[tex]a = \dfrac{400}{21}[/tex]

Now, to determine the value of 'b' again use the equation (1).

[tex]\dfrac{20}{\dfrac{400}{21}}=\dfrac{29}{b}[/tex]

Cross multiply in the above expression.

[tex]20b = 29\times \dfrac{400}{21}[/tex]

[tex]20b = \dfrac{11600}{21}[/tex]

Now, divide on both sides by 20 in the above expression.

[tex]\rm b = \dfrac{11600}{21\times 20}[/tex]

[tex]\rm b = \dfrac{580}{21}[/tex]

For more information, refer to the link given below:

https://brainly.com/question/19237987

The summation expression in the following series has an absolute value in it. Expand and evaluate the summation notation. What is the sum of the series?

Answers

[tex]|3i-10|=\begin{cases}3i-10&\text{for }3i-10\ge0\\-(3i-10)&\text{for }3i-10<0\end{cases}=\begin{cases}3i-10&\text{for }i\ge\dfrac{10}3\\\\10-3i&\text{for }i<\dfrac{10}3\end{cases}[/tex]

We have that [tex]3<\dfrac{10}3<4[/tex], which means [tex]|3i-10|[/tex] reduces to [tex]3i-10[/tex] when [tex]i\ge4[/tex], or reduces to [tex]10-3i[/tex] when [tex]i\le3[/tex].

So we can expand the summation as

[tex]\displaystyle\sum_{i=1}^6|3i-10|=\sum_{i=1}^3(10-3i)+\sum_{i=4}^6(3i-10)[/tex]

Notice that the 10 contributes a total of 30 from the first sum, and -30 from the second sum, so those terms cancel, leaving us with

[tex]\displaystyle3\left(\sum_{i=4}^6i-\sum_{i=1}^3i\right)=3((4+5+6)-(1+2+3))=3(15-6)=3(9)=27[/tex]
Final answer:

To expand and evaluate the summation notation with an absolute value, we can use the binomial theorem. The expanded form of the series will depend on whether the sum inside the absolute value is positive or negative. Substituting the given values and simplifying the expression will give the sum of the series.

Explanation:

A binomial expansion is a way of expressing an algebraic quantity as a sum of an infinite series of terms. In this case, we have an absolute value in the summation expression.

To expand and evaluate the summation notation, we can use the binomial theorem.

The binomial theorem states that (a + b)^n = C(n,0)a^n + C(n,1)a^(n-1)b + C(n,2)a^(n-2)b^2 + ... + C(n,n)b^n, where C(n,k) represents the binomial coefficient.

In the given case, we have an expression of the form |a + b|.

To expand this, we can consider two cases: a + b ≥ 0 and a + b < 0. If a + b ≥ 0, then |a + b| = a + b. If a + b < 0, then |a + b| = -(a + b).

Thus, the expanded form of the series will be a + b when a + b ≥ 0, and -(a + b) when a + b < 0.

To evaluate the series, substitute the given values for a and b into the expanded form and simplify the expression.

What’s the answer to the question?

Answers

Try this option:
answer: A. (6;2;0)
Details are in the attachment.

In triangle XYZ,XY=15,YZ=21, and XZ=27. What is the measure of angle Z to the nearest degree?

Answers

Final answer:

Using the Law of Cosines, we find that the cosine of angle Z is approximately 0.6333, and therefore, angle Z in triangle XYZ is approximately 51° when rounded to the nearest degree.

Explanation:

To find the measure of angle Z in triangle XYZ, with sides XY = 15, YZ = 21, and XZ = 27, we can use the Law of Cosines. The Law of Cosines relates the lengths of the sides of a triangle to the cosine of one of its angles. In our case, we can find the cosine of angle Z by the equation:

cos(Z) = (XY² + XZ² - YZ²) / (2 · XY · XZ)

Plugging in the values, we get:

cos(Z) = (15² + 27² - 21²) / (2 · 15 · 27)

Calculating further:

cos(Z) = (225 + 729 - 441) / (810)

cos(Z) = 513 / 810

cos(Z) = 0.6333

The next step is to find the angle whose cosine is 0.6333. We can use a calculator to find the inverse cosine:

Z = cos⁻¹(0.6333)

Hence, the measure of angle Z to the nearest degree is approximately:

Z ≈ 51°

The measure of angle Z is approximately 70 degrees (rounded to the nearest degree).

To find the measure of angle Z in triangle XYZ, you can use the Law of Cosines. The formula is:

[tex]\[ c^2 = a^2 + b^2 - 2ab \cos(C) \][/tex]

where:

- c is the side opposite the angle you want to find (in this case, side XZ),

- a and b are the other two sides (XY and YZ),

- C is the angle opposite side c.

In this case, let C be the angle Z, and a = XY = 15, b = YZ = 21, and c = XZ = 27.

[tex]\[ 27^2 = 15^2 + 21^2 - 2(15)(21) \cos(Z) \][/tex]

Now, solve for cos(Z):

[tex]\[ 729 = 225 + 441 - 630 \cos(Z) \][/tex]

[tex]\[ 630 \cos(Z) = 441 - 225 \][/tex]

[tex]\[ 630 \cos(Z) = 216 \][/tex]

[tex]\[ \cos(Z) = \frac{216}{630} \][/tex]

[tex]\[ \cos(Z) \approx 0.343 \][/tex]

Now, find the angle Z:

[tex]\[ Z = \cos^{-1}(0.343) \][/tex]

[tex]\[ Z \approx 70.18 \][/tex]

So, the measure of angle Z is approximately 70 degrees (rounded to the nearest degree).

Jennifer bought 28 tickets to the museum for students and adult chaperones.She paid a total of $350.80, which included an $8.00 donation to the museum.Write a system of equations that can be used to determine the number of student tickets, s, and the number of adult tickets, a, Jennifer purchased. Algebraically solve the system of equations to determine the number of student tickets Jennifer purchased. Show or explain your work.
The price for students is 14.50 and the adults are 19.50

Answers

We know there are total of 28 people:
s+a=28

Total price paid is:
total_student_price + total_adult_price + $8 = $350.80

We know:
student_price = $14.50
adult_price = $19.50
Also:
total_student_price = $14.50*s
total_adult_price = $19.50*a

Now we have:
$14.50*s + $19.50*a + $8 = $350.80

System of equations that we have is:
s+a=28
$14.50*s + $19.50*a + $8 = $350.80

Now we solve first equation and insert it into second one:
s=28-a
14.50*(28-a) + 19.50a + 8 = 350.80
406 - 14.50a + 19.50a + 8 = 350.80
414 + 5a = 350.80
5a = 350.80 - 414
5a = -63.2
a= -12.64

This problem does not have solution for three reasons:
1) we got negative number of persons which is impossible
2) we got decimal number of persons which is impossible
3) total price paid ends in .80 while price per ticket for both types of tickets ends in .50. There is no way to get that final price using whole number of tickets

Shelly got 60 questions correct on her math test.If she got 75% how many questions were on the test?

Answers

There were 80 questions on the test.

A grain distributor can process 14.6 tons of grain an hour.How much can the distributor process in 8.75 hours?

Answers

Hi there! For this question, all you have to do is multiply the two numbers. 14.6 tons are processed every hour. With this rate, we can find the amount processed in 8.75 hours. Multiply decimals like you do regular numbers. 14.6 * 8.75 is 127.75. There. The grain distributor can process 127.75 tons of grain in 8.75 hours.
Final answer:

The grain distributor can process 127.75 tons of grain in 8.75 hours.

Explanation:

To find out how much the distributor can process in 8.75 hours, you can multiply the amount of grain it can process in one hour by the number of hours. The distributor can process 14.6 tons of grain in an hour, so to find out how much it can process in 8.75 hours, you would multiply 14.6 by 8.75.

14.6 x 8.75 = 127.75

Therefore, the distributor can process 127.75 tons of grain in 8.75 hours.

Learn more about Grain processing here:

https://brainly.com/question/33446503

#SPJ2

donna received a $70 gift card for a coffee store. she used it in buying some coffee that cost $7.84 per pound. after buying the coffee, she had $30.80 left on her card. how many pounds of coffee did she buy?

Answers

P= pounds of coffee

$70 minus the price per pound times the number of pounds equals the amount left on the card ($30.80).

$70 - $7.84p= $30.80

subtract 70 from both sides
-7.84p= -39.20

divide both sides by -7.84
p= 5 pounds of coffee

Hope this helps! :)
Hello!

Let's solve this step by step!
So, we know that after Donna will have $30.80 remaining after buying a certain number of pounds, and we also know that each pound of coffee costs $7.84.

Subtract the amount that will be left from the gift card.

70 - 30.80 = 39.2

Now, divide this by the cost per pound.

39.2 ÷ 7.84 = 5

A N S W E R:

Donna bought 5 pounds of coffee.

Good day!

NEED HELP ASAP!!!!!!!!

Answers

C = 2 pi r
C = 2 x 3 x 2
C = 12 units

answer
A. 12 units
Circumference = 2(pi)r
C= 2(3.14)(2)
C= 12.56

ANSWER: the best estimate is A) 12

Hope this helps! :)

help please!! just solve for y

Answers

From the markings and lines, we can tell this is an equilateral triangle. Since it is an equilateral triangle, we know that each angle is 60°.

Using this information, we can make and solve an equation:

8y - 4 = 60°    (we know that it is equal to 60°, since it is an equilateral triangle)
8y = 64°         (we added both sides by 4 to get the y's alone on one side)
y = 8°              (we divide both sides by 8 to find out what just y is)
-------------------------------------------------------------------------------------------------------------
Answer:

So y is equal to 8°

Which of the following is an odd function?

g(x) = x2
g(x) = 5x – 1
g(x) = 3
g(x) = 4x

Answers

An odd function is symmetrical about the origin: g(-x) = -g(x).

The 4th selection is appropriate.

Answer:

g(x) = 4x is an odd function.

Step-by-step explanation:

A function g(x) is odd if it satisfies that, for all x we have g(-x) = -g(x). Then,

[tex]g(x) =x^2[/tex] is not an odd function beacuse only give positive values, then for example if x= 2

[tex]g(-2) =(-2)^2 = 4 \neq -4 = -g(2)[/tex].

g(x) = 5x-1 is not an odd function. I'll also give you a counterexample: for x=1 we have

g(-1) = 5(-1)-1 = -6 ≠ -4 = -(5-1) = -g(1).

g(x) = 3 is not an odd function. I'll also give you a counterexample: for x=1 we have

g(-1) = 3 ≠ -3 = -g(1).

Finally, g(x) = 4x is an odd function because for all x we have g(-x) = -g(x):

g(-x) = 4(-x) = -4x = -g(x).

What can be determined about this data set before finding the range or the interquartile range? 19, 25, 35, 38, 41, 49, 50, 52, 99

Answers

Given:
19, 25, 35, 38, 41, 49, 50, 52, 99

Just upon looking at the data set, I can determine that there is an OUTLIER. An outlier is a point that is distant from other points.

The outlier in this data set is number 99.

These data set has the following five number summary:
1) minimum number - 19
2) 1st quartile - 30
3) 2nd quartile or median - 41
4) 3rd quartile - 51
5) maximum number - 99

Interquartile range = q3 - q1 → 51 - 30 = 21 

To determine if an observation point is an outlier, we need to determine the lower fence and the upper fence.

lower fence = q1 - 1.5(iqr)
lower fence = 30 - 1.5(21) → 30 - 31.5 = -1.5

upper fence = q3 + 1.5(iqr)
upper fence = 51 + 1.5(21) → 51 + 31.5 = 82.50

Any number outside the lower fence, -1.5, and upper fence, 82.50, is an OUTLIER. 

99 is beyond the upper fence. Thus, it is an outlier.


The data has an outlier, but the interquartile range will not change. The answer is c

Consider the function y = 9 - x2, where x ≥ 3. What is the inverse of the function? What is the domain of the inverse? Show all of your work for full credit.

Answers

Hello,
Please see the attached file.
Thanks.

Answer:

The inverse of the function is [tex]y^{-1}=\sqrt{9-x}[/tex].

The domain of the inverse function is [tex]D:(-\infty,0],\{x|x\in \mathbb{R}\}[/tex]

Step-by-step explanation:

Given : Function [tex]y=9-x^2[/tex] where, [tex]x\geq 3[/tex]

To find : What is the inverse of the function? What is the domain of the inverse?

Solution :

Function [tex]y=9-x^2[/tex]

To find the inverse we interchange the value of x and y,

[tex]x=9-y^2[/tex]

Now, we get the value of y

[tex]y^2=9-x[/tex]

[tex]y=\pm\sqrt{9-x}[/tex]

As [tex]x\geq 3[/tex] so x>0

[tex]y=\sqrt{9-x}[/tex]

The inverse of the function is [tex]y^{-1}=\sqrt{9-x}[/tex].

The domain of the inverse is the range of the original function.

The range is defined as the set of all possible value of y.

As [tex]x\geq 3[/tex]

Squaring both side,

[tex]x^2\geq 9[/tex]

Subtract [tex]x^2[/tex] both side,

[tex]9-x^2\leq 0[/tex]

[tex]y\leq 0[/tex]

The range of the function is [tex]R:(-\infty,0],\{y|y\in \mathbb{R}\}[/tex]

The domain of the inverse function is [tex]D:(-\infty,0],\{x|x\in \mathbb{R}\}[/tex]

Hilda has $210 worth of $10 and $12 stock shares. The number of $10 shares is five more than twice the number of $12 shares. How many of each type of share does she have?

Answers

Let's first define variables.
 y: number of shares of $ 10
 x: number of shares of $ 12
 We write the system of equations:
 10x + 12y = 210
 y = 2x + 5
 Solving the system:
 x = 75/17
 y = 235/17
 Answer: 
 she has: 
 75/17 shares of $ 12 
 235/17 shares of $ 10

Answer:

15 | 10-dollar shares, 5 | 12- dollar shares

Step-by-step explanation:

Write the equation by adding the total values of each type of share.

10(2t+5)+12t=210

We can solve this equation for t to find the number of $12 shares.

10(2t+5)+12t=210

20t+50+12t=210

32t=160

t=5

So, the number of $12 shares is 5. Since the number of $10 shares is 5 more than twice the number of $12 shares, the number of $10 shares is 2(5)+5=15.

Hilda bought 5 $12 shares and 15 $10 shares.

Evaluate 2LW + 2HL + 2HW for L = 3,W = 2, and H = 4.

Answers

2LW +2HL + 2HW

2(3)(2) + 2(4)(3) + 2(4)(2)

12 + 24 + 16 = 52
2LW + 2HL + 2HW
=2(3)(2) + 2(4)(3) + 2(4)(2)
=12 + 24 + 16
= 52

y=0.75(1.05)t Determine whether the function represents a exponential growth or decay.Identify the percent rate of change

Answers

The function ff(x) = 0.75(1.05)ˣ is an example of an exponential growth function.

The percent rate of change is 5%

What type of function is the equation

From the question, we have the following parameters that can be used in our computation:

f(x) = 0.75(1.05)ˣ

The function ff(x) = 0.75(1.05)ˣ is an example of an exponential growth function.

In exponential growth functions, the base (in this case, 1.05) is greater than 1, and as x increases, the function increases

Also, we have the percent rate of change to be

Rate = 1.05 - 1

Rate = 0.05

So, we have

Rate = 5%

Hence, the percent rate of change is 5%

complete the pattern and find the rule 87,91,95,99,___,___, ___

Answers

the rule is +4 
how did you find it you can 87-91=4
so that is your rule +4

Answer:

aₙ = a₁ + (n-1).d

103

107

Step-by-step explanation:

This is an arithmetic sequence because the difference (d) between 2 successive numbers is constant.

d = 91 - 87 = 95 - 91 = 99 - 95 = 4

If the first term is a₁, we can find the n term using the following expression.

aₙ = a₁ + (n-1).d

Here, we want to find the fifth and sixth elements.

a₅ = 87 + (5-1).4 = 103

a₆ = 87 + (6-1).4 = 107

Brigitte fostered 14 dogs this year which is 5 less than last year how many dogs did brigitte foster last year

Answers

For this case, what you should keep in mind is that you must add 5 to the amount of this year.
 We then have to make the addition:
 14 + 5 = 19
 19 dogs.
 Answer:
 brigitte fostered 19 dogs. last year

Answer:

9 DOGS

Step-by-step explanation:

5 LESS= 14-5

=9

Other Questions
Cancerous cells may continuously change their glycocalyx. this may result in if a cannon is fired from the front of a boat, the boat will drift backward. which on of Newton's laws best describes this motion?Newton's second law of motion: force is equal to mass time acceleration Newton's third law of motion: for every action, there is a equal and opposite reaction Newton's first law of motion: an object in motion stays in motion unless acted on by another force The formula for calculating work is ___.force divided by distanceforce multiplied by distancepower divided by timedistance multiplied by time A greenish area around a bacterial colony growing on blood agar indicates _______________. Which of these statements about the Prohibition Era are true? Check all of the boxes that apply.Americans carefully followed Prohibition laws.Corruption and crime increased greatly.Americans had no way of obtaining alcohol.Many Americans opened speakeasies to sell alcohol illegally.Prohibition led to higher homicide rates. Which statement most likely displays FDRs reason to pack the courtHe wanted to reorganize the federal court system to uphold his New Deal agenda to get the judicial branchs supportPacking the court would ensure that FDR would have the freedom to act as Commander-in-Chief during WW2Creating jobs for judges was FDRs primary way for decrease unemploymentGerrymandering was controlled by the courts and FDR wanted friendly congressional districts drawn after the 1930 census How do I calculate the volume of a circle? In yusef komunyakaa's "camouflaging the chimera," what is the significance of the tiger suit What is a negative externality of drinking a can of caffeine-free, diet soda?the cost of natural resources and energy to produce the can in the factorythe lack of calories in the sodathe space that the empty can will take up in a landfill if not recycledthe lack of caffeine in the soda a)Natalie has read 3/4 of a book that is 120 pages long. How many pages does she have left to read?b) What is: one half of 45?c) What is: one third of 50?d) What is one half of 1/4 ?e) what is one third of 73f) What is: one third of 1/3 ?g) what is one third of 1/9?Please help! I think I know but somehow, my answers are all wrong. 20 points what are the points of intersection of the lines below 2x-y=10 y=-4x+2 What is the overtime rate for a mail carrier who regularly earns $9.80 an hour? Select the sentence with a clause used as a predicate noun. A. The man who came here yesterday was selling magazines. B. We left the performance early because we were tired. C. The reason he opened the door was that the princess pointed to it. When a crowd gathers outside Less house, Steve comments, Lets not be a mob! What does this show about Steve? Write one to three sentences explaining your answer. what is the slope of a line that is perpendicular to the line that passes through (1,0) and is parallel to y=3x+5 Which would MOST significantly help combat the spread of AIDS in countries in Africa? A)Stricter laws prosecuting people who knowingly spread HIV. B)Improved education that would lead to better job opportunities. C)Clean air and water regulations that promote a healthier environment. D)Stable governments that can spend more money on infrastructure and healthcare. Which would be the impact on the environment if there were no estuariesA. There would be a droughtB. There would be more pollutants in the oceanC. There would be a decreased concentration of salt in the oceansD. There would be less boating, fishing and swimming in local rivers Minor political parties have most often contributed to us politics bya.causing major parties to adopt their ideas.b.placing their presidential candidates on the ballot.c.providing more candidates from which a voter can choose. eliminated.throwing presidential elections into the house of representatives. Emma is going camping. Each side triangle on her tent is 5 feet tall. The square base is 4 feet wide. What is the surface area of her tent? Yvonne purchased a jacket at Right Price, and the lowest price on the tag was $4. This was the sale price, which was calculated by taking 75% off of the original price. What was the original price of Yvonne's jacket?