Hamza found a pattern with some division expressions.

1. Calculate each quotient. (I already did this.)

2. Describe a pattern you see. (I can't find anything :)

Hamza Found A Pattern With Some Division Expressions.1. Calculate Each Quotient. (I Already Did This.)2.

Answers

Answer 1

The pattern in the following expressions is of square of numbers.

what are expressions?

Expressions in math are mathematical statements that have a minimum of two terms containing numbers or variables, or both, connected by an operator in between. The mathematical operators can be of addition, subtraction, multiplication, or division. For example, x + y is an expression, where x and y are terms having an addition operator in between. In math, there are two types of expressions, numerical expressions - that contain only numbers; and algebraic expressions- that contain both numbers and variables.

e.g. A number is 6 more than half the other number, and the other number is x. This statement is written as x/2 + 6 in a mathematical expression. Mathematical expressions are used to solve complicated puzzles.

Now,

In given expressions, In divisor the numerator and denominator are square of numerator and denominator in the dividend.

e.g. in (3/5)/(9/25)       9=3^2 and 25=^2

Hence,

            The pattern in the following expressions is of square of numbers.

To know more about expressions visit the link

https://brainly.com/question/13947055?referrer=searchResults

#SPJ1


Related Questions

Can you please help me answer these multiple choice math problems.

1. The __________________ identifies the steepness of a line and is used to locate other points on a line.
a.
Slope
b.
Range
c.
Domain
d.
x & y - intercepts

2. __________________ is the point where a graph crosses the x-axis.
a.
Origin
b.
Y-intercept
c.
X-intercept
d.
Ordinate

3. __________________ is the point where a graph crosses the y-axis.


a.
Origin


b.
Y-intercept


c.
X-intercept


d.
Ordinate

Answers

1. slope
2. x-intercept
3. y-intercept

Answer:

1) It's a slope

2) It's the x-intercept

3) It's the y- intercept

Answer 5,6,&7 for brainliest and 20 points!!!

Answers

Answer:

5 - b

6 - a

7 - d

Step-by-step explanation:

5. When a number has an exponent for a fraction, it is asking for the root of the number.

[tex]b(x) = 6(\sqrt{16})[/tex]

[tex]b(x)=6*4[/tex]

[tex]b(x)=24[/tex]

6. Same thing as the previous problem.

[tex]k(x)=6(\sqrt[3]{27})[/tex]

[tex]k(x)=4(3)[/tex]

[tex]k(x)=12[/tex]

7. In the table of values, gives the value of f(x) and x when the other value is zero.

When x is zero, the other value is -4.

When f(x) is zero, the other value is 24.

kareem makes muffins using a ratio of 3.5 cups of flour for every 1.75 cups of sugar.

If he has 3.5 cups of sugar, how much flour does he need to make the muffins

Answers

The required number of flour cups does he need to make the muffins are 7.

What is ratio?

An ordered pair of numbers a and b, represented as a / b, is a ratio if b is not equal to 0. A proportion is an equation that sets two ratios at the same value. For instance, you could express the ratio as follows: 1: 3 if there is 1 boy and 3 girls (for every one boy there are 3 girls) There are 1 in 4 boys and 3 in 4 girls.

According to question:

We have,

Ratio of 3.5 cups of flour for every 1.75 cups of sugar.

cups of flour/ cups of sugar = 3.5/1.75

= 2:1

So, for every two cups of flour, there is one cups of sugar.

The number of cups of flour for 3.5 cups of sugar.

= 2(3.5)

= 7 cups.

Thus, there are 7 cups of flour required.

To know more about Ratio visit:

brainly.com/question/13419413

#SPJ1

please answer question quickly, question from ixl.​

Answers

Lexi made more than 400 fluid ounces of punch.

What is linear inequality?

According to the mathematical definition of inequality, neither side is equal. When a relationship leads to a non-equal comparison between two expressions or numbers, it is known as an inequality in mathematics. The equal sign "=" in this phrase can be replaced by any of the inequality symbols, such as greater than (>), less than (<), more than or equal to (≥), less than (≤), or not equal to (≠).

Given Lexi made fruit punch for her Fourth of July party and split it equally among 50 cups There were more than 8 fluid ounces of punch in each one.

let x be the total punch Lexi made,

linear inequality for the condition is,

x/50 > 8

multiply both sides by 50

(x/50)*50 > 8*50

x > 400

Hence she made more than 400 ounces of punch.

Learn more about  linear inequality;

https://brainly.com/question/11897796

#SPJ1

you are 29 meters west of a stop sign (-29 meters east of the stop sign) when you start walking due east. let d represent the distance (in meters) you have walked east since you started walking. write an expression (in terms of d ) that represents your distance east of the stop sign (in meters). (hint: make a drawing, then consider your distance east of the stop sign when d

Answers

An expression (in terms of d ) that represents your distance east of the stop sign (in meters) is (29 - d).

You are 29 meters west of a stop sign (-29 meters east of the stop sign) when you start walking due east.

let d represent the distance (in meters) you have walked east since you started walking.

You have to cover total 29 meters distance.

You covered d meters from the 29 meters distance.

Since you have to cover total 29 and you covered d meters. Now the remaining distance should be differnce between the 29 and d meters distance.

So the equation should be

= 29 - d

Now you have to cover only 29 - d meters distance.

To learn more about expression link is here

brainly.com/question/14570710

#SPJ4

Find 96.1% of 146. Round to the nearest tenth.

Answers

The value of 96.1% of 146 is 140.31

What is Percentage?

percentage, a relative value indicating hundredth parts of any quantity.

We have to find the value of 96.1% of 146.

Convert 96.1% to the decimal value by dividing with 100

96.1/100=0.961

Now multiply 0.961 with the 146 to find the value.

0.961×146

140.306

Hence, the value of 96.1% of 146 is 140.31

To learn more on Percentage click:

https://brainly.com/question/28269290

#SPJ1

Assume you have two integer variables, num1 and num2. Which of the following is the correct way to swap the values in these two variables? a) num1 = num2;
num 2 = num 1;
b) int temp = num1;
num2 = num1;
num1 = num2;
c) int temp = num1;
num2 = temp;
temp = num2;
num1 = temp;
d) int temp = num2;
num2 = num1;
num1 = temp;

Answers

The following is the correct way to swap the values in these two variables is:

d) int temp = num2;

num2 = num1;

num1 = temp;

Swapping Integer Variables

This is because in d), the value of num2 is stored in a temporary variable temp before swapping. Then, the value of num1 is assigned to num2 and the value of temp is assigned to num1. This way the values of num1 and num2 are successfully swapped. The other options have logical errors in the swapping process.

Swapping values of variables is a basic concept in computer programming and is not a mathematical concept. However, it is related to mathematics in that programming can be used to solve mathematical problems.

For example, in mathematics, we might want to swap two values in a list so that we can sort the list in a certain order. In this case, the ability to swap values in programming can be applied to solving a mathematical problem. But the concept of swapping values itself is not a mathematical concept.

Learn more about Swapping Integer Variables here:

https://brainly.com/question/14549321

#SPJ4

6x-5=6x+5
given m||n find value of x

Answers

Answer:

x = 15º

Step-by-step explanation:

you see they are complementary angles in a straight line (180º), so:

6x - 5 + 6x + 5 = 180

12x = 180

x = 180 / 12

x = 15

And 6x - 5 is not equal 6x + 5 and will never be, I don't know where you got that from.

Joanna got a 14/15 on her first math quiz and a 94% on her second math quiz. On which quiz did she get a higher percent?

Answers

To compare the percentage scores, you will need to convert the fraction to a percentage. You can do this by multiplying the fraction by 100.
14/15 * 100 = 93.333...
So on her first math quiz, Joanna got 93.333%

So, Joanna got a higher percentage on her second math quiz (94%) than on her first math quiz (93.333%).

Katie and Erica both went bowling last weekend, but not together. Katie went during open
bowling time, paying $15 for shoe rental and $4 per hour. Erica went on family night, when
each hour was $6 and shoe rental was $5. As it turned out, they played for the same number
of hours and spent the same amount. How much did each one spend?

Answers

Katie and Erica each bowled for 5 hours, and they both ended up paying P = $35.

What is the solution to an equation?

In order to make the equation's equality true, the unknown variables must be given values as a solution. In other words, the definition of a solution is a value or set of values (one for each unknown) that, when used as a replacement for the unknowns, transforms the equation into equality.

If both Katie and Erica play for t hours, then  Katie pays a total of

$(15 + 4t), while Lisa pays a total of $(5+ 6t). If they both pay the same amount P, then

15 + 4t = P

5+ 6t= P

Solve for t :

15 + 4t = 5+ 6t

6t - 4t = 15-5 = 10

=> 2t=10

=> t=5

So Katie and Erica each bowled for 5 hours, and they both ended up paying P = $35.

To learn more about the solution of an equation from the given link

https://brainly.com/question/22688504

#SPJ1

Consider the following system with parameters h and k -x - 3y + 4z = -6 - 4x – 8y - 3z = 3 -11x – 7y + hz = k
Performing elementary row operations, the augmented matrix of the system can be put in upper triangular form: 1 -3 4 | -6 0 -20 13 | -21 0 0 h +18 | k - 24 For what values of h and k will the system have infinitely many solutions? a. Any value of h and k = 24. b. Any value of k and h -18 c. h = -18, k = 24 d. h= -18, k = 25 e. h = -17, k = 25 f. h = -17, k = 24

Answers

For any value of k and h = -18, the system will have infinitely many solutions.

Hence, option (b) is the correct choice.

A coefficient matrix in linear algebra is a matrix made up of the coefficients of the variables in a group of linear equations. In order to solve systems of linear equations, the matrix is employed.

The system will have infinitely many solutions when the determinant of the coefficient matrix is equal to 0.

The determinant can be calculated from the upper triangular matrix as the product of the diagonal elements, which is 0 * (-20) * (h + 18) = 0.

Therefore, the system will have infinitely many solutions when h + 18 = 0,

or h = -18.

This means the answer is (b) any value of k and h = -18.

For more questions on coefficient matrix

https://brainly.com/question/17582649

#SPJ4

help please I dont understand

Answers

Answer:

x = 34°

Step-by-step explanation:

The angle x and 146° are complementary angles, meaning that they form a 180° angle when combined. This is known because they share a straight line.

Because they are complementary, the sum of the angles is 180°:

x + 146° = 180°

Now we have a one-step equation! Solve by subtracting 146 from both sides:

x = 34°

express each of the complex numbers be-low in cartesian form (evaluate any trigonometricexpressions as decimal approximations). if using acalculator with complex number capability, you donot need to show your work, just state which calcu-lator you used to find the answer.

Answers

The following complex numbers are in cartesian form needs four decimal  places for accuracy.

15 < -35° in Cartesian form is 15cos(-35°) + i15sin(-35°) = 12.96 - 6.59i.2e^-j0.6π in Cartesian form is 2cos(-0.6π) + i2sin(-0.6π) = -1.17 + 1.95i.(0.25 < -175°) in Cartesian form is 0.25cos(-175°) + i0.25sin(-175°) = 0.25 + 0.25i.

-0.75e^j10° in Cartesian form is -0.75cos(10°) + i-0.75sin(10°) = -0.71 - 0.71i.

(25 - j15) × (-7.5 - j6) in Cartesian form is (25cos0° - 15sin0°) × (-7.5cos0° - 6sin0°) + i(25sin0° + 15cos0°) × (-7.5sin0° - 6cos0°) = -225 + 135i.

(16e^-j25°) × (10 < -13°) in Cartesian form is (16cos(-25°) + i16sin(-25°)) × (10cos(-13°) + i10sin(-13°)) = 145.29 + 70.56i.

The values for cosine and sine should be evaluated to at least 4 decimal places for accuracy.

To know more about complex numbers

brainly.com/question/20566728

#SPJ4

a billboard designer has decided that a sign should have 5-ft margins at the top and bottom and 2-ft margins on the left and right sides. furthermore, the billboard should have a total area of 150 ft2 (including the margins). if x denotes the width (in feet) of the billboard, find a function in the variable x giving the area of the printed region of the billboard.

Answers

If x denotes the width (in feet) of the billboard, find a function in the variable x giving the area of the printed region of the billboard as a function of x is (150/x - 10)(x - 4).

A billboard designer has decided that a sign should have 5-ft margins at the top and bottom and 2-ft margins on the left and right sides.

x = width of the billboard designer

Total Area including margin = 150 ft^2

Height of the billboard = Area/width

Height of the billboard = 150/x

Before the height of the billboard = (150/x - 5 × 2)

Before the height of the billboard = (150/x - 10) ft

The width of the printed region billboard = (x - 2 × 2)

The width of the printed region billboard = (x - 4) ft

The area of the printed region of the billboard = The width of the printed region billboard × The height of the printed region billboard

The area of the printed region of the billboard = (150/x - 10)(x - 4)

To learn more about area of rectangle link is here

brainly.com/question/20693059

#SPJ4

The complete question is:

A billboard designer has decided that a sign should have 5-ft margins at the top and bottom and 2-ft margins on the left and right sides. Furthermore, the billboard should have a total area of 150 ft^2 (including the margins).

If x denotes the width (in feet) of the billboard, find a function in the variable x giving the area of the printed region of the billboard.

Area as a function of x =

Please help me with this question.

Answers

A polynomial of degree 3 with real coefficients can be written in the form f(x) = a(x - r1)(x - r2)(x - r3), where r1, r2, and r3 are the roots of the polynomial. Since the given zeros are -4 and 2 + i, we can write the polynomial as follows: f(x) = a(x + 4)(x - (2 + i))(x - (2 - i)).

What is polynomial of degree?

A polynomial is a mathematical expression consisting of variables and coefficients, which are combined using only the operations of addition, subtraction, and multiplication. The degree of a polynomial is defined as the highest power of the variable in the polynomial. For example, the polynomial 3x^2 + 2x + 1 has a degree of 2, since the highest power of x is 2. A polynomial of degree 0 is a constant, a polynomial of degree 1 is a linear function, a polynomial of degree 2 is a quadratic function, and so on.

A polynomial of degree 3 with real coefficients can be written in the form f(x) = a(x - r1)(x - r2)(x - r3), where r1, r2, and r3 are the roots of the polynomial. Since the given zeros are -4 and 2 + i, we can write the polynomial as follows:

f(x) = a(x + 4)(x - (2 + i))(x - (2 - i))

The third root is the complex conjugate of the second root, and since the coefficients of the polynomial are real, the conjugate must also be included.

To determine the value of the coefficient a, we can use synthetic division or long division to divide (x + 4) into (x^3 + bx^2 + cx + d). To get the cubic polynomial:

x^3 + bx^2 + cx + d = (x + 4)(x - (2 + i))(x - (2 - i))

Expanding the right side of the equation, we get:

x^3 + bx^2 + cx + d = x^3 - 4x^2 + (4 + 4i)x^2 - (4 - 4i)x + 16

Comparing the coefficients of like terms on both sides of the equation, we get:

b = -4

c = 4 + 4i

d = -16

So the polynomial is:

f(x) = a(x + 4)(x - (2 + i))(x - (2 - i)) = a(x^3 - 4x^2 + (4 + 4i)x^2 - (4 - 4i)x + 16)

Since the coefficient a is arbitrary, we can set it to 1 for convenience:

f(x) = (x + 4)(x - (2 + i))(x - (2 - i))

= x^3 - 4x^2 + (4 + 4i)x^2 - (4 - 4i)x + 16

To learn more about polynomial of degree click here:

https://brainly.com/question/1600696

#SPJ1

september 11 a recent study asked u.s. adults to name 10 historic events that occurred in their lifetime that have had the greatest impact on the country. the most frequently chosen answer was the september 11, 2001, terrorist attacks, which was included by 76% of the 2025 randomly selected u.s. adults. construct and interpret a 95% confidence interval for the proportion of all u.s. adults who would include the 9/11 attacks on their list of 10 historic events.

Answers

We are 95% confident that the true population proportion is between 71.6% and 80.4%

The 95% confidence interval for the proportion of all U.S. grown people who would include those  on their list of 10 historic events can be constructed using the formula:

[tex]CI = pi ± z*(SE)[/tex]

Where:

[tex]pi[/tex] = sample proportion (76%)

SE = standard error (square root of [tex]pi(1-pi)/n[/tex])

z = the critical value for a 95% confidence level (1.96)

n = sample size (2025)

Plugging in the values, we get:

[tex]SE =\sqrt{(0.76(1-0.76)/2025)} = 0.0240\\CI = 0.76 ± (1.96)(0.0240) = (0.716, 0.804)[/tex]

The 95% confidence interval can be interpreted as follows: If we repeated this study many times, 95% of the intervals constructed would contain the true population proportion of all U.S. grown persons who would include on their list of 10 historic events. Based on this sample, we are 95% confident that the true population proportion is between 71.6% and 80.4%.

Learn more about confidence intervals here:

https://brainly.com/question/17097944

#SPJ4

Please help if you can, this is due in two days.

Answers

The length of side PT by using the ratio of similar triangles is 49/3 or 16 1/3. Option A is correct.

Calculating the sides of similar triangles.

Triangles that are similar to one another in terms of shape but not necessarily size are called similar triangles. In simple words, if two triangles are similar, their corresponding sides are proportionately equal and their corresponding angles are also equivalent.

In the event that two triangles are similar with sides P, Q, R and p, q, r, then the pair of their matching sides is also proportional.

From the given figure, using the ratios of similar triangles;

QP/QS = RP/RT

(12+28)/12 = (7 + x)/7

40/12 = (7 +x)/ 7

7(40/12) = 7 + x

70/3 = 7 + x

x = 49/3 o 16 1/3

Learn more about similar triangles here:

https://brainly.com/question/27996834

#SPJ1

The two-way frequency table shows the number of blue and green parrots and parakeets in a rescue facility. Green Blue Total Parrot 17 16 35 Parakeet 20 28 48 Total 37 44 83 Find the probability that a randomly selected bird is a parakeet given that it is green.

Answers

The required probability that a randomly selected bird is a parakeet given that it is green is 54.1%.

What is probability?

Probability can be defined as the ratio of favorable outcomes to the total number of events.

Here,
From the table,
Total green birds = 37
Total green parakeets = 20

Now,
The probability that a randomly selected bird is a parakeet given that it is green,
= 20 / 37 = 54.1%

Thus, the required probability that a randomly selected bird is a parakeet given that it is green is 54.1%.

Learn more about probability here:

brainly.com/question/14290572

#SPJ1

given a number a, find the smallest number which has only 1s and 0s as its digits which are divisible by the number a. for example:

Answers

The smallest number which has only 1s and 0s as its digits and is divisible by the given number a is "100...0" with a number of zeros equal to the number of digits in a.

To find the smallest number which has only 1s and 0s as its digits and is divisible by the given number a, we need to consider the divisibility rules of the number a. If the number a is divisible by 2, then the smallest number which has only 1s and 0s as its digits and is divisible by a is 100...0 (with a number of zeros equal to the number of digits in a).

If the number a is divisible by 5, then the smallest number which has only 1s and 0s as its digits and is divisible by a is 10...0 (with a number of zeros equal to the number of digits in a - 1).

Learn more about divisibility rules here:

https://brainly.com/question/9462805

#SPJ4

calculate the average speed of a cyclist who travels 30 km in 3 hr

Answers

[tex]\texttt{speed} = {\dfrac{d}{t}[/tex]

distance = 30 km

t = 3 hr

[tex]\texttt{speed}=\dfrac{30}{3}[/tex]

[tex]\fbox{\texttt{speed} = 10 km/hr}[/tex]

Which two values of x are roots of the polynomial below?
45x+7
□ A. x = 5-√17
B. x = 1/2
□ C. x==³-√3
□ D. x==³+√3
Ex=5
DEXT

Answers

For a given polynomial 45x+7, x will be -7/45.

What are polynomials?

Polynomials are algebraic expressions that consist of variables and coefficients. Variables are also sometimes called indeterminates. We can perform arithmetic operations such as addition, subtraction, multiplication, and also positive integer exponents for polynomial expressions but not division by variable. An example of a polynomial with one variable is x^2+x-12. In this example, there are three terms: x^2, x and -12.

Based on the number of terms present in the expression, it is classified as

Monomial:-A monomial is an expression which contains only one term. For an expression to be a monomial, the single term should be a non-zero term. A Examples of monomials are: 5x,3.

Binomial:-A binomial is a polynomial expression which contains exactly two terms. A binomial can be considered as a sum or difference between two or more monomials.  Examples of binomials are:

– 5x+3, 6a^4 + 17x.

Trinomial:-A trinomial is an expression which is composed of exactly three terms. A Examples of trinomial expressions are:

– 8a^4+2x+7, 4x^2 + 9x + 7.

Now,

Given polynomial is is in form of a linear equation i.e. 45x+7

To find value of x, put 45x+7=0

45=-7

x=-7/45

To know more about polynomials visit the link

https://brainly.com/question/11536910?referrer=searchResults

#SPJ1

Need help ASAP its due today

There are more than 1/4 million species of beetle. Assume the average length of a beetle is 1 cm and the average walking speed is 10 cm per second. These beetles walk up a gang-plank that is 5 meters long onto an ark. They do this in pairs, side by side, one male and one female from each species. The pairs of beetles are spaced so there is a gap of 7 cm between species. How many hours will it take for all 1/4 million species of beetles to embark onto the ark once the first pair starts up the gangplank?

Answers

It will take 27.8 hours for all beetles to embark onto the ark.

What is speed ?

Speed is measured as the ratio of distance to the time in which the distance was covered.

Given,

There are 1/4 million beetles

250,000 beetles

they move side by side in pairs

250,000 /2 = 125,000 pairs form a line.

Length of each beetle 1 cm

space of 7cm between them

total distance = 8cm.

125,000 form a line

so total length = 125,000 * 8 = 1000,000 cm is the length of the line.

the length of the plank = 500 cm

so the distance covered = 1000,000+500 = 1000,500 meters

distance = 1000,500 cm

speed = 10 cm/s

Time = distance / speed

Time = 1000,500/10

Time = 100050 seconds

         = 100050/3600 hours

         = 27.8 hours

Hence, all 1/4 million species will take 27.8 hours to embark onto the ark.

Learn more about speed here:

https://brainly.com/question/28224010

#SPJ1

Tom purchased an 80,000-kernel bag of seed corn for $255.60. He will plant 25,000 kernels of corn per acre. Estimate the cost of the seed corn per acre. (the answer is 60 I don't know how to get there though)

Answers

The cost of seed for one acre of land is $79.68

What is rate?

A rate is a special ratio in which the two terms are in different units. For example, if a 12-ounce can of corn costs 69¢, the rate is 69¢ for 12 ounces.

The cost of 80,000 kernel bag of seed is $255.60

He will plant 25,000 kernels of corn per acre

Therefore the cost of one seed = 255/80,000

. This means the cost of seed corn per acre = 255/80,000 × 25000

= $79.68

Therefore the cost of seed for 1 acre is $79.68

learn more about rate from

https://brainly.com/question/25793394

#SPJ1

28 represented 18% of the student body. How many students were in the student body

Answers

155 students. Because If you are using a calculator, simply enter 28×100÷18, which will give you the answer.

Answer:

below

Step-by-step explanation:

x = # of students in student body

.18 * x = 28

x = 28/.18 = ~ 156 students

An RSM student gets 60 problems for homework on Monday and completes 40% on Tuesday. How many more problems does she still need to solve?​

Answers

Answer: 36 problems

Step-by-step explanation:

40% is nothing but 40/100, which is just 4/10. To start, multiply 60 by the fraction 4/10. Cancel out the 10 from the denominator of the fraction to get 4 x 6 = 24. Now, we just found the number of problems that the student solved, but we need to find how many problems still need to be solved. To do that, do 60 - 24 = 36. The student needs to solve 36 more problems.


I hope this helps!

88 1
2
3
81°
4
5
64%
m/1 =
m/2 =
m23 =
m/4 =
m25 =

Answers

Answer:

m<1 = 92°

m<2 = 24°

m<3 = 64°

m<4 = 35°

m<5 = 81°

Step-by-step explanation:

Please help me with this question.

Answers

The coordinates of its P-intercept is -18.

What are the coordinates of its P-intercept?

The coordinate points give values of dependent and independent variables.

Coordinates on graphs, it is typically represented by a pair of numbers: the first number indicates the length along, while the second number indicates the length up or down. The point (12,5), for instance, is 12 units down and 5 units up.

The coordinates of its P-intercept is the value of the P intercept is the value of P(x) when t = 0.

The given function is as follows:

Given the function P(x) = -(x-1) (x+3) (x-6)

when x = 0

P(0) = -(0 - 1) (0 + 3) (0 - 6)

P(0) = -(-1) (3) (-6)

P(0) = -18

Learn more about intercepts of a function at: https://brainly.com/question/24212383

#SPJ1

Please help me with this question.

Answers

The missing angle is 70

Add.
4 5/12 + 6 2/12

Answers

Answer: 10 7/12 or if you don't want a mixed number 127/12

Step-by-step explanation: use 10 7/12 just realized it said used a mixed number so the answer is 10 7/12

If a1 = 4 and an = an-1 — 2, then find the value of a5


Also please explain, I’m struggling with this

Answers

Answer:

5

Step-by-step explanation:

Other Questions
In a certain game, Auntie Hall has four boxes B1, B2, B3, B4, exactly one of which contains a valuable gemstone; the other three contain cups of yogurt. You are told the probability the gemstone lies in box Bn is n/10 for n = 1, 2, 3, 4.Initially you may select any of the four boxes; Auntie Hall then opens one of the other three boxes at random (which may contain the gemstone) and reveals its contents. Afterwards, you may change your selection to any of the four boxes, and you win if and only if your final selection contains the gemstone. Let the probability of winning assuming optimal play be m/n, where m and n are relatively prime integers. Compute 100m + n. what is the picture above an example of? provide its name, a description of its attributes, and the location where it was found. Consider a cube which has a surface area of 54mm ^ 2 and a volume of 27mm ^ 2. What is the cube's surface area to volume ratio? Highlight the misplaced modifiers. Then, rewrite the following sentences to correct the misplaced modifiers. (5 Pts.)1. The young lady was walking the dog on the telephone. ________________________________________ Why does the arc of length /6 on the unit circle correspond to the point ( square root of 3 over 2, 1/2 ) on the unit circle? Explain without using trigonometric functions (sine, cosine, tangent, cosecant, secant, cotangent). Hint: Review the previous discussions. The National Association for the Advancement of Colored People was founded based largely on the beliefs of W. E. B. Du Bois.Booker T. Washington.John Marshall Harlan.Homer Plessy. W. E. B. Du Bois. gem city's internal service fund received a residual equity transfer of $50,000 cash from the general fund. this $50,000 transfer should be reported in gem's internal service fund as a credit to Three equal positive charges are placed on the x-axis, one at the origin, one at x=2m and the third one at x=4m. Of the following points, which has the greatest magnitude electric field?a. x = 1 mb. x = 3 mc. x = 5 md. The electric field has the same magnitude at all three positions. q1. at which point or points (marked a-e) is the object moving the slowest without being at rest? explain your reasoning. 26.5 %change to fraction in lowest terms Reread the last sentence in the poem. What might the speakermean by "something better"?Analyze Beread lines 5-7 What is compared to "a stone / on the The SSTs initial operating temperature was 5.5 K. At what wavelength (in micrometers) does the telescopes own blackbody emission peak? How does this wavelength compare with the wavelength range in which the telescope is designed to operate? A student plays volleyball on the beach ona hot day. She sweats a lot and she swimsto cool down, but she does not drinkmuch.a What will happen to this student'sblood? Why?bHow will her body react to this change?c What role will her kidneys play inmaintaining her water balance? Explainfully. 100 pointssss if u can answer 12 health questions 1. List the strategies for effective communication.2. What are refusal skills?3. What steps should you follow to resolve a conflict?4. Why are self-management skills important? Givean example of two of these skills.5. What are decision-making skills?6. Define the term value.7. Explain how the word HELP can assist you inweighing the possible consequences of a decisionand making the right choice.8. What are the six steps of a goal-setting action plan?9. Describe what it means to demonstrate thecharacter trait of trustworthiness.10. How does character impact your health?11. How can you take an active role in your characterdevelopment?12. What are some benefits of being a positive role model a nurse who provides care in a long-term care facility recognizes the need to promote health rather than solely treating illness. which measures should the nurse encourage among the older adult resident population of the facility? select all that apply. who are the victims of the montague theft? KNOWN:Scotch tape length = 13 0.05 cmLinear mass density (d) = 1.44 0.01 g/mQ8: Determine the magnitude of the Coulomb force on the tape using the value of tan and your equation from the previous exercise for FCoulomb.FCoulomb = .40 x 10^-3 NQ9: Determine the total charge on one piece of tape using Coulombs law and the magnitude of the Coulomb force calculated in the previous step. (Assume that both pieces have the same charge on them.)Q10: Calculate the number of elementary charges that are on each tape using the total charge on each tape that you calculated in the previous step and the elementary charge:Q11: Estimate the number of atoms at the surface of the tape. Assume the atoms are arranged in a square lattice, as shown in see Figure 1.2 (below), where the length of one side is S = (0.40 +/- 0.04) nm: what is peculiar about the interposition of media in human culture? A patient is brought to the ED with respiratory depression. The patient has a history of COPD. What acid-base imbalance is most likelyA.Metabolic alkalosisB.Respiratory acidosisC.Metabolic acidosis and respiratory acidosisD.Metabolic alkalosis and respiratory alkalosis Why does the bus driver ask the authors mother and sister to change their seats ?answer choicesBecause they were blackBecause women cant sit thereBecause they were sitting in seats designated for African AmericansBecause they were Jewish