Write the quadratic function in the form g(x)= a (x-h)^2 +k . Then, give the vertex of its graph. g(x)=3x^2+30x+72
Writing in the form specified: g(x)= ___
Vertex:___

Answers

Answer 1
so hmmm as you may know by now...   [tex]\bf \begin{array}{cccccllllll} {{ a}}^2& + &2{{ a}}{{ b}}&+&{{ b}}^2\\ \downarrow && &&\downarrow \\ {{ a}}&& &&{{ b}}\\ &\to &({{ a}} + {{ b}})^2&\leftarrow \end{array}\qquad % perfect square trinomial, negative middle term \begin{array}{cccccllllll} {{ a}}^2& - &2{{ a}}{{ b}}&+&{{ b}}^2\\ \downarrow && &&\downarrow \\ {{ a}}&& &&{{ b}}\\ &\to &({{ a}} - {{ b}})^2&\leftarrow \end{array}[/tex]

is a perfect square trinomial

now, let's take a closer look at the middle guy
is just 2 * guy on the left * guy on the right
so the middle term is just the product of the  two terms of the binomial, without the exponent, or square rooted, and 2

alrite... that said.... now let's do some grouping

[tex]\bf g(x)=3x^2+30x+72\implies g(x)=(3x^2+30x)+72 \\\\\\ g(x)=3(x^2+10x)+72\implies g(x)=3(x^2+10x+\boxed{?}^2)+72[/tex]

so hmm we're missing the guy on the right there... who may that be?

well, we know the middle term is 10x, wait a minute, 10x is just 2 * 5 * x

so, if the guy on the left is "x", the other guy must be "5", 2*5*x = 10x

now, what we do is, we add 5²

however, bear in mind that, all we're doing is, borrowing from our very good friend Mr Zero, 0

so, if we add 5², we also have to subtract 5², so +5² - 5²

let's do so

[tex]\bf g(x)=3(x^2+10x)+72\implies g(x)=3(x^2+10x\boxed{+5^2-5^2})+72 \\\\\\ \textit{let's take out the negative from the group} \\\\\\ g(x)=3(x^2+10x+5^2)+\boxed{3(-5^2)}+72 \\\\\\ g(x)=3(x^2+10x+5^2)-75+72\implies g(x)=3(x+5)^2-3 \\\\\\ g(x)=3[x-(-5)]^2-3[/tex]

[tex]\bf \qquad \textit{parabola vertex form}\\\\ \begin{array}{llll} y=a(x-{{ h}})^2+{{ k}} \end{array} \qquad\qquad vertex\ ({{ h}},{{ k}})\\\\ -------------------------------\\\\ \begin{array}{lcclll} g(x)=3[x-&(-5)]^2&-3\\ &\uparrow &\uparrow \\ &h&k \end{array}[/tex]

Related Questions

In how many ways can 5 starting positions on a basketball team be filled with 8 men who can play any of the positions?

Answers

8 men, 5 positions

 so multiply 8*7*6 =336

divide by 3*2 =6

336/6 =56

 56 different ways

What is 16.35 written as a fraction

Answers

16.35 as a fraction16 7⁄20

Improper fraction:
327⁄20
hello  here isa solution :
16.35 = 1635/100

110 students are surveyed about their pets. The results are shown in the table. Which statement is true?

Answers

Can I see the table?

The only true statement is b. 40% of the boys surveyed have at least one pet.

To determine which statement is true, let's analyze the data provided in the table:

- Total number of boys surveyed: 45

- Total number of girls surveyed: 65

Now, let's break down the information based on the provided table:

1. **At least one pet:**

  - Boys: 18

  - Girls: 39

  - Total: 57

2. **No pets:**

  - Boys: 27

  - Girls: 26

  - Total: 53

Now, let's check each statement:

a. 27% of the boys surveyed have no pets.

  - Percentage of boys with no pets = (Number of boys with no pets / Total number of boys surveyed) * 100%

  - = (27 / 45) * 100% ≈ 60%

  - This statement is false.

b. 40% of the boys surveyed have at least one pet.

  - Percentage of boys with at least one pet = (Number of boys with at least one pet / Total number of boys surveyed) * 100%

  - = (18 / 45) * 100% = 40%

  - This statement is true.

c. 49% of the girls surveyed have no pets.

  - Percentage of girls with no pets = (Number of girls with no pets / Total number of girls surveyed) * 100%

  - = (26 / 65) * 100% ≈ 40%

  - This statement is false.

d. 57% of the students surveyed have at least one pet.

  - Percentage of students with at least one pet = (Total number of students with at least one pet / Total number of students surveyed) * 100%

  - = (57 / 110) * 100% ≈ 52%

  - This statement is false.

So, the only true statement is b. 40% of the boys surveyed have at least one pet.

The probable question may be:

110 students are surveyed about their pets. The results are shown in the table. Which statement is true?

  Boys | Girls | Total

At least one pet | 18 | 39 | 57

No pets | 27 | 26 | 53

Total | 45 | 65 | 110

a. 27% of the boys surveyed have no pets.

b. 40% of the boys surveyed have at least one pet.

c. 49% of the girls surveyed have no pets.

d. 57% of the students surveyed have at least one pet.

What is 2/15 in simplest form

Answers

2/15 is already simplified as much as possible, but as a decimal it can be 0.1333...
2/15 is already in simplest form

Hope this helps : )

"what is the binary equivalent of the decimal value 97?"

Answers

01100001 = 97 64+32+1=97  (if the leading bit is 0 it's usually not shown)
very easy
8 bits
Bit 1 Value 128
Bit 2 value 64
Bit 3 value 32
Bit 4 value 16
Bit 5 value 8
Bit 6 value 4
Bit 7 value 2
Bit  8 value 1

Final answer:

To find the binary equivalent of the decimal number 97, one divides it by 2 repeatedly and records the remainders in reverse order, resulting in the binary number 1100001.

Explanation:

The binary equivalent of the decimal value 97 can be found using a process of dividing by 2 and keeping track of the remainders. Firstly, divide 97 by 2, which gives a quotient of 48 and a remainder of 1. We write down the remainder. Continuing this process:

48 divided by 2 equals 24 with 0 remainder.24 divided by 2 equals 12 with 0 remainder.12 divided by 2 equals 6 with 0 remainder.6 divided by 2 equals 3 with 0 remainder.3 divided by 2 equals 1 with 1 remainder.1 divided by 2 equals 0 with 1 remainder (as we have now reached a value less than 2).

After collecting all the remainders in reverse order, the binary equivalent of decimal 97 is 1100001.

Given p(a)=0.40, p(b)=0.50. if a and b are independent, what is the value of p(a intersection b)?

Answers

Final answer:

The value of P(A intersection B) is 0.20.

Explanation:

Given that events A and B are independent, the probability of their intersection can be found by multiplying their individual probabilities. So, P(A ∩ B) = P(A) * P(B). From the given information, P(A) = 0.40 and P(B) = 0.50. Therefore, P(A ∩ B) = 0.40 * 0.50 = 0.20.

Tatiana wants to give friendship bracelets to her 32 classmates. She has 5 bracelets now. She can buy more bracelets in packages of 4. If p is the number of packages Tatiana needs to buy to have at least 32 bracelets, the inequality representing the problem is: 4p+5≥32 What is the minimum number of packages Tatiana needs to buy?

Answers

7 packages would equal 28 bracelets, then add the 5 she already has and you get 33 total bracelets. 

7 packages is the answer

Let

p--------> the number of packages Tatiana needs to buy

we know that

[tex] 4p+5 \geq 32\\ 4p \geq (32-5)\\ 4p \geq 27\\\\ p \geq \frac{27}{4} \\ \\ p \geq 6.75 [/tex]

therefore

the minimum number of packages does Tatiana needs to buy is [tex] 7 [/tex]

let's check

[tex] 7*4+5=33 [/tex] bracelets

[tex] 33 \geq 32 [/tex] ------> is ok

the answer is

the minimum number of packages is [tex] 7 [/tex]

The front of an a frame cabin in a national park is the shape of a triangle, with an area of 189 ft.². If the height is 1 foot less than twice the base, find the base and the height of the front of the cabin.

Answers

check the picture below.

it can't be a negative value, since it's a measurement unit, thus it can't be -27.

so, anyhow, base is "b", and the height is "2b - 1".

Final answer:

The student needs to solve a quadratic equation to find the base and height of a triangle using the area formula and the given relationship between height and base. The solution involves substitution, expansion, and application of the quadratic formula or factoring.

Explanation:

The problem involves finding the base and height of a triangular front of an A-frame cabin based on its given area and a relationship between the height and base. It's a typical quadratic equation problem found in the high school mathematics curriculum when dealing with geometry and algebra.

To find the base (b) and height (h) of the triangle, we first use the area formula of a triangle A = 1/2 × base × height. We know that the area (A) is 189 ft² and that the height (h) is 1 foot less than twice the base, so h = 2b - 1. Substituting h into the area formula, we get 189 = 1/2 × b × (2b - 1). Solving this quadratic equation, we find the values for the base (b) and substitute back to find the height (h).

The process entails expanding the equation, moving all terms to one side to set the equation to zero, and then using the quadratic formula or factoring to find the value of b. Once the base is found, we use the relationship h = 2b - 1 to determine the height.

Can the sum of two irrational numbers ever be a rational number?

Answers

Irrational numbers are numbers that can not be written as a ratio of two integers.  (example: square root of 2). Rational numbers on the other hand can be written as a ratio, as decimal or percentage.
If X is a irrational number, than the number Y=1-X is also irrational and the sum of these two irrational numbers is: X+Y=X+1-X=1 is rational number.
So, the sum of two irrational numbers can be a rational number. 

Jack and Andrea want to create a right triangle together using values of x and y and the polynomial identity to generate Pythagorean triples. If Andrea picks a value of x = 2, and the hypotenuse of the resulting right triangle is 5, what natural number value of y did Jack pick? y = 1 y = 2 y = 3 y = 4

Answers

A right triangle can be considered as a special type because the relationship of its sides can be described using the hypotenuse formula:

c^2 = a^2 + b^2

or

c^2 = x^2 + y^2

where,

c is the hypotenuse of the triangle and is the side opposite to the 90° angle

while a and b are the sides adjacent to the 90° angle

 

In the problem statement, we are given that one of the side has a measure of 2 = x, while the hypotenuse is 5 = c, therefore calculating for y:

y^2 = c^2 – x^2

y^2 = 5^2 – 2^2

y^2 = 21

y = 4.58

 

The natural number is the number before the decimal. Therefore the answer is:

y = 4

Answer:

it is now y=4, i swear!! I put this, and it was wrong!!!

Step-by-step explanation:

Write an appropriate inverse variation equation if y = 9 when x = 3.

Answers

[tex]\bf \qquad \qquad \textit{direct proportional variation}\\\\ \textit{\underline{y} varies directly with \underline{x}}\qquad \qquad y=kx\impliedby \begin{array}{llll} k=constant\ of\\ \qquad variation \end{array}\\\\ -------------------------------\\\\ \begin{cases} y=9\\ x=3 \end{cases}\implies 9=k3\implies \cfrac{9}{3}=k\implies \boxed{3=k} \\\\\\ thus\qquad y=3x[/tex]

Which of the following are true statements about any regular polygon? Check all that apply.

A. All of its angles measure 90.
B. It is a quadrilateral.
C. It is a closed figure.
D. It is a hexagon.
E. All of its angles have equal measures.
F. Its sides are congruent line segments.

Answers

Answer:

Statement C, E and F are true.        

Step-by-step explanation:

We have to find the true statements about a regular polygon.

Regular Polygon  

A regular polygon is a polygon that is equiangular that is all angles are equal in measure and equilateral that is all sides have the same length.

A) False

This is not a necessity that all angles measure 90 degrees.

B) False

It may or may not be a a quadrilateral.

C) True

All regular polygons are closed figure.

D) False

All regular polygons are not hexagon but hexagon is a polynomial.

E) True

All the angles of a regular polygon are equal.

F) True

Since all the sides of a regular polygon are equal, thus, its sides are congruent line segments.

,,,Help Please.. Question in the file.

Answers

so hmmm there are 5pennies in a nickel, and 10pennies in a dime and 25pennies in a quarter

now, in $6.10, there are 610 pennies

n = amount of nickels coins
d = amount of dime coins
q = amount of quarter coins

so... we know, there are 5*n or 5n pennies in the nickels, and 10*d or 10d pennies in the dimes and 25*q or 25q in the quarter coins, and we know their sum is 610 pennies total, thus

5n + 10d + 25q = 610

now, there are 4 more "n" then "d", so whatever "d" is, "n" is 4  more than that
n = d + 4

and twice as many "q" than "n", so, whatever "n" is, then
q = 2n

[tex]\bf 5n+10d+25q=610\implies n+2d+5q=122\qquad \begin{cases} n=d+4\\ q=2n\\ ------\\ q=2(d+4)\\ \qquad 2d+8 \end{cases} \\\\\\ \boxed{d+4}+2d+5\left( \boxed{2d+8} \right)=122[/tex]

solve for "d", to see how many dimes are there

what about the nickels? well, n = d + 4
what about the quarters?  well, q = 2d + 8

A box contains 5 plain pencils and 7 pens. A second box contains 3 color pencils and 3 crayons. One item from each box is chosen at random. What is the probability that a plain pencil from the first box and a color pencil from the second box are selected?

Answers

Multiply the two desired probabilities to find the answer.

5/12 is the probability for the plain pencil since there are 5 pencils out of 12 total items.

1/2 is the probability for the colored pencil since there are 3 colored pencils out of 6 total items. 3/6 simplifies to 1/2.

5/12*1/2= 5/24

Final answer: 5/24

Jeremiah is asked to write the equation of an ellipse. He is given one vertex along the major axis and the location of the center. He realizes he does not have enough information to write the equation. He asks his teacher for one additional piece of information. What information could Jeremiah ask for to help him write the equation? Check all that apply.
-the location of the focus nearest the given vertex
-the location of the focus nearest the other vertex
-the location of the other vertex along the major axis
-the location of one covertex along the minor axis
-the location of the directrix nearest the given vertex
-the location of the directrix nearest the other vertex
-the length of the minor axis

Answers

Jeremiah needs additional information such as the location of the foci, the other vertex on the major axis, a covertex along the minor axis, or the length of the minor axis to write the equation of the ellipse that is options A, B, C, D and G are correct.

Jeremiah is asked to write the equation of an ellipse given one vertex along the major axis and the location of the center.

He realizes he does not have enough information. He could ask for the following additional pieces of information to help him write the equation:

The location of the focus nearest the given vertexThe location of the focus nearest the other vertexThe location of the other vertex along the major axisThe location of one covertex along the minor axisThe length of the minor axis

With any of these pieces of information, he could determine the necessary parameters to complete the equation of the ellipse.

Jeremiah could ask for the other information that is the location of the other vertex along the major axis, the location of one covertex along the minor axis, the length of the minor axis and the location of the focus nearest the given vertex.

To write the equation of an ellipse, Jeremiah needs more information. Given the center and one vertex along the major axis, he can ask for:

The location of the other vertex along the major axis: This will help determine the length of the major axis.The location of one covertex along the minor axis: This will help find the length of the minor axis.The length of the minor axis: Directly needed to formulate the equation.The location of the focus nearest the given vertex: This helps identify the distance from the center to the foci, which is necessary for finding the equation.

With any of this additional information, Jeremiah can confidently determine the parameters required to write the equation of the ellipse.

The sum of the roots of 8x² - 2x = 1 is:
-1/4
1/4
-1/8

Answers

8x^2-2x-1=0

8x^2-4x+2x-1=0

4x(2x-1)+1(2x-1)=0

(4x+1)(2x-1)=0

x=1/2 and -1/4

So the sum is 1/2-1/4=1/4

1/4
8x^2 - 2x = 1
8x^2 - 2x - 1 = 0

(2 +/-√(-2)^2 - 4(8)(-1))/ 2(8)
(2 +/-√4 + 32) / 16
(2 +/-√36) / 16
(2 +/- 6) / 16

2+6/16
1/2

2-6/16
-1/4

now since they want the sum of the roots
1/2 - 1/4

sum = 1/4

IHELP ME OUT WITH THIS MATH QUESTION
f DE is a mid segment of the triangle, then the measure of AC:

7.5
15.
30.
None of the choices are correct.

Answers

The mid segment of the triangle is always // to the base and is equal to half this base, then


DE = (AC)/2

15 = (AC/2) → AC = 30 (3rd answer)

57​% of men consider themselves professional baseball fans. you randomly select 10 men and ask each if he considers himself a professional baseball fan. find the probability that the number who consider themselves baseball fans is​ (a) exactly​ five, (b) at least​ six, and​ (c) less than four.

Answers

this was my question and I don't need the answer anymore!

(a) [tex]\( P(X = 5) \approx 0.234 \)[/tex]

(b) [tex]\[ P(X \geq 6) \approx 0.892 \][/tex]

(c) [tex]\[ P(X < 4) \approx 0.020 \][/tex]

To solve this problem, we can use the binomial probability formula since each man's response (considering themselves a baseball fan or not) is independent and there are only two possible outcomes (success or failure).

Given:

- Probability of success (considering themselves a baseball fan) [tex]\( p = 0.57 \)[/tex]

- Probability of failure (not considering themselves a baseball fan) [tex]\( q = 1 - p = 1 - 0.57 = 0.43 \)[/tex]

- Number of trials [tex]\( n = 10 \)[/tex]

We'll calculate the probabilities for each case:

(a) To find the probability that exactly five men consider themselves baseball fans:

[tex]\[ P(X = 5) = \binom{10}{5} \times (0.57)^5 \times (0.43)^{10 - 5} \][/tex]

(b) To find the probability that at least six men consider themselves baseball fans, we can find the probability of six, seven, eight, nine, and ten men being baseball fans, and then sum them up.

(c) To find the probability that less than four men consider themselves baseball fans, we need to find the probabilities of zero, one, two, and three men being baseball fans, and then sum them up.

Let's calculate each probability:

(a) [tex]\[ P(X = 5) = \binom{10}{5} \times (0.57)^5 \times (0.43)^{5} \][/tex]

(b) To find the probability of at least six men being baseball fans:

[tex]\[ P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) \][/tex]

(c) To find the probability of less than four men being baseball fans:

[tex]\[ P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) \][/tex]

We'll use these formulas to find the probabilities for each case. Let me do the calculations.

(a) To find the probability that exactly five men consider themselves baseball fans:

[tex]\[ P(X = 5) = \binom{10}{5} \times (0.57)^5 \times (0.43)^{5} \][/tex]

Using the binomial coefficient formula [tex]\(\binom{n}{k} = \frac{n!}{k!(n - k)!}\)[/tex], where [tex]\(n = 10\)[/tex] and [tex]\(k = 5\)[/tex]:

[tex]\[ \binom{10}{5} = \frac{10!}{5!(10 - 5)!} = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} = 252 \][/tex]

Now, we plug in the values:

[tex]\[ P(X = 5) = 252 \times (0.57)^5 \times (0.43)^{5} \][/tex]

[tex]\[ P(X = 5) \approx 0.234 \][/tex]

(b) To find the probability of at least six men being baseball fans:

[tex]\[ P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) \][/tex]

For each [tex]\(k = 6, 7, 8, 9, 10\)[/tex], we calculate [tex]\(P(X = k)\)[/tex] using the binomial formula and sum them up.

(c) To find the probability of less than four men being baseball fans:

[tex]\[ P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) \][/tex]

Similarly, for each [tex]\(k = 0, 1, 2, 3\)[/tex], we calculate [tex]\(P(X = k)\)[/tex] using the binomial formula and sum them up. Let me do the calculations.

(a) [tex]\( P(X = 5) \approx 0.234 \)[/tex]

(b) To find the probability of at least six men being baseball fans:

[tex]\[ P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) \][/tex]

Using the binomial formula for each [tex]\( k = 6, 7, 8, 9, 10 \)[/tex] and summing the probabilities:

[tex]\[ P(X \geq 6) \approx 0.892 \][/tex]

(c) To find the probability of less than four men being baseball fans:

[tex]\[ P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) \][/tex]

Using the binomial formula for each [tex]\( k = 0, 1, 2, 3 \)[/tex] and summing the probabilities:

[tex]\[ P(X < 4) \approx 0.020 \][/tex]

what is the unit rate

Answers

A unit rate tells the rate in lowest terms or the amount of one it has a denominator of 1
The ratio compares two quantities (in this case blue and white parts).
A unit rate (or unit ratio) describes how many units of the first type of quantity corresponds to one unit of the second type of quantity. In our case the first type of quantity is blue parts and the second is white parts, so we should find how many blue parts correspond to one white part.
The ratio is: 5/4
We will obtain the unit ratio if we divide each number with 4 in order to get 1 - as a second quantity.
So, (5/4)/(4/4)= (5/4)/1
The unit ratio is:
(5/4)/1.

What is the value of s in the equation 3r=10+5s when r=10

Answers

3*10 = 10+5*s
30 = 10+5s
20 = 5s 
s = 4

Answer:

[tex]s=4[/tex].

Step-by-step explanation:

We have been given an equation [tex]3r=10+5s[/tex]. We are asked to find the value of 's', when [tex]r=10[/tex].

To find value of 's', we will substitute [tex]r=10[/tex] in our given equation as shown below:

[tex]3(10)=10+5s[/tex]

[tex]30=10+5s[/tex]

Upon subtracting 10 from both sides of our given equation, we will get:

[tex]30-10=10-10+5s[/tex]

[tex]20=5s[/tex]

Now, we will divide both sides of our equation by 5.

[tex]\frac{20}{5}=\frac{5s}{5}[/tex]

[tex]4=s[/tex]

Therefore, the value of 's' is 4, when [tex]r=10[/tex].

3. A carpenter is framing a window with wood trim where the length of the window is 6 and 2\3 feet. If the width of the window is 7 and3\4 feet, how many feet of the wood is needed to frame the window?

Answers

We can see that window is in shape of rectangle. So the length of the required wood to frame window is equal to the perimeter of rectangle.

SO the length of rectangular window is [tex]= 6 \frac{2}{3} = \frac{20}{3} [/tex] feet.

Width of the rectangular window is = [tex]7 \frac{3}{4} = \frac{31}{4} [/tex] feet.

In general parameter of rectangle is = [tex]2(l+b)[/tex]

So the parameter of window is = [tex]2( \frac{20}{3} + \frac{31}{4}) = 2* \frac{(80+ 93)}{12} = 2* \frac{173}{12} = 28.834 [/tex]

So the required length of wood to frame window is = 28.834 feet

Which of the following are solutions to the equation below? (4x - 1)2 = 11

Answers

(4x - 1)2 = 11
(4x - 1) = 22
4x - 1 = 22
4x = 23
x = 5.75

Answer:

X = - sqrt 12 / 4

X = sqrt 11 + 1 / 4

Let r(t)=⟨t2,1−t,4t⟩. calculate the derivative of r(t)⋅a(t) at t=5, assuming that a(5)=⟨−4,4,−5⟩ and a′(5)=⟨−5,9,3⟩

Answers

[tex]\mathbf r(t)=\langle t^2,1-t,4t\rangle[/tex]
[tex]\implies\mathbf r'(t)=\langle 2t,-1,4\rangle[/tex]

[tex]\dfrac{\mathrm d(\mathbf r(t)\cdot\mathbf a(t))}{\mathrm dt}\bigg|_{t=5}=\mathbf r'(5)\cdot\mathbf a(5)+\mathbf r(5)\cdot\mathbf a'(5)[/tex]
[tex]=\langle10,-1,4\rangle\cdot\langle-4,4,-5\rangle+\langle25,-4,20\rangle\cdot\langle-5,9,3\rangle[/tex]
[tex]=(-40-4-20)+(-125-36+60)[/tex]
[tex]=-165[/tex]

Of 13 possible​ books, you plan to take 6 with you on vacation. How many different collections of 6 books can you​ take?

Answers

Taking into account the definition of combination, you can take 1716 different collections of 6 books.

Combination

Combinations of m elements taken from n to n (m≥n) are called all the possible groupings that can be made with the m elements in which the order in which the elements are chosen is not taken into account and repetition is not possible.

The combination is calculated by:

[tex]C=\frac{m!}{n!(m-n)!}[/tex]

The term "n!" is called the "factorial of n" and is the multiplication of all numbers from "n" to 1.

Collections of 6 books that you can take

In this case it is possible to apply a combination, not all the elements enter, the order in which the books are chosen does not matter, and they are not repeated.

Being m= 13 and n=6, the combination is calculated by:

[tex]C=\frac{13!}{6!(13-6)!}[/tex]

Solving:

[tex]C=\frac{13!}{6!7!}[/tex]

C= 1716

Finally, you can take 1716 different collections of 6 books.

Learn more about combination:

https://brainly.com/question/25821700

Expressions 4 tens + 6 tens in standard form

Answers

40+60=100
I hope this helps^^

The population of a town is modeled by the equation P = 16,581e0.02t where P represents the population t years after 2000. According to the model, what will the population of the town be in 2020?

Answers

2020 is 20 years after 2000, so put 20 where t is in the equation and evaluate.

P = 16,581e^(0.02·20) = 16,581e^0.4

P ≈ 24,736

The model predicts the population in 2020 will be about 24,736.

In a literal question what does f and c represent

Answers

If your talking about math, science, or weather f and c will most likely represent fahrenheit and celsius

which of the following is irrational? 7.51•(-4)

Answers

-30.04 is the best i came up with in my head

The irrational number among the options is root 3 + 8.486. option C.

An irrational number is a number that cannot be expressed as a fraction of two integers and has a non-repeating, non-terminating decimal expansion.

Let's examine each option:

A. [tex]\(7.51\ldots \times -4\)[/tex]

This is a rational number because it's the product of a rational number [tex](\(7.51\ldots\)) and \(-4\),[/tex] which is also rational. So, option A is not irrational.

B. [tex]\(\sqrt{16} + \frac{3}{4}\)[/tex]

[tex]\(\sqrt{16} = 4\)[/tex], so this expression simplifies to [tex]\(4 + \frac{3}{4}\)[/tex], which is a rational number. So, option B is not irrational.

C. [tex]\(\sqrt{3} + 8.486\)[/tex]

If [tex]\(\sqrt{3}\)[/tex] is not exactly equal to 8.486 , then this expression is irrational because it's the sum of an irrational number and a rational number. However, if [tex]\(\sqrt{3}\)[/tex] does happen to be exactly 8.486, then this expression would be rational. To determine if [tex]\(\sqrt{3}\)[/tex] is exactly 8.486, we need to compute [tex]\(\sqrt{3}\).[/tex] Since [tex]\(\sqrt{3}\)[/tex] is irrational (it's not a perfect square), 8.486 is not [tex]\(\sqrt{3}\)[/tex], so this expression is irrational. Therefore, option C is the correct answer.

D.[tex]\(8 \frac{2}{3} \times 17.75\)[/tex]

This is a rational number because it's the product of a rational number [tex](\(8 \frac{2}{3}\)) and \(17.75\),[/tex] which is also rational. So, option D is not irrational.

Complete question: Which of the following is irrational?

A. 7.51... x -4

B. root 16 + 3/4

C. root 3 + 8.486

D. 8 2/3 x 17.75

Explain how the phrase "oh heck another hour of algebra" can help a student recall the trigonometric ratios

Answers

It's suppose to stand for OH AH OA which is for sine, cosine, and tangent. Sine, opposite divide by hypotenuse, cosine adjacent divided by hypotenuse, and tangent, opposite divided by adjacent. I personally like SOHCAHTOA more since it actually has the S,C, and T before what it means
Final answer:

The phrase "oh heck another hour of algebra" can help a student recall the trigonometric ratios by associating key words in the phrase with math concepts. The phrase contains words related to math, such as "algebra" and "hour," as well as a word similar to "angle." By linking these words to the trigonometric ratios, a student can better remember and understand them.

Explanation:

The phrase "oh heck another hour of algebra" can help a student recall the trigonometric ratios by focusing on the key words within the phrase. The phrase contains the words "algebra" and "hour," which are related to math, and the word "heck," which is similar to the word "angle." By associating these words with the phrase, a student can remember the trigonometric ratios, which involve angles and algebraic calculations. For example, the phrase can remind a student that the sine ratio involves the ratio of opposite and hypotenuse sides, similar to finding lengths in algebraic equations.

Learn more about Recalling trigonometric ratios here:

https://brainly.com/question/25122832

#SPJ3

What is the value 6,035

Answers

6035 theres nothing to take from or add to it

6- thousands
0-hundreds
3-tens
5-ones

Good luck on your assignment!

~MeIsKaitlyn
Other Questions
A "man-made mountain" is another term for a ________. In the british caribbean colonies, slaves from __________ wore garments made of cloth woven in __________ from cotton grown in __________ What the Mexican government attempt to improve their economy What was the period that immediately preceded the ars nova called? If the rate of inflation is higher than your interest rate on your savings account are you gaining buying power What is a soliloquy in a drama Adrienne had contracted to convey real estate to rich. however adrienne died before the conveyance is completed. what is the status of the parties? Which core domain are you exploring when you ask the question: does this person have opportunities to get to know the people in their neighborhood and be member of local organizations? How many window coverings are necessary to span 50 windows if each window covering is 15 windows long? 3 4 5 6? In a gothic work, one commonly encounters Which of the following pieces of evidence would best support an argument in favor of healthy school lunch options? (10 points) a)A survey of students' favorite school lunch options bAn online petition requesting more fruits and vegetables in school lunches c) A student newspaper report on the taste of healthy school lunchesd)An interview with a nutritionist who describes the benefits of healthy school lunches which statement about capillaries is correct? a. their walls are only one cell thick b. they move mucus through the lungs c. their walls are covered with cilia d. they warm and humidify inhaled air Which best describes the structure of 2-butene Solve this inequality: 8z + 3 2z < 51 The sata/600 standard is also known by what other name? Which labeled placemark in the layers folder represents the stratosphere? Use cavalieri's Principle to calculate the exact of an oblique cylinder with a radius of 10 meters and a height of 11 meters. find the x-intercepts of the parabola with vertex (2,13) and y intercept (0,5)round to the nearest hundredth i have no idea how to do this problem please help! Based on the imagery of this stanza what season is the poet describing What can dr. williams or her staff say to the mother of the deceased patient when she calls for information? Steam Workshop Downloader