Given f(x)=x-7 and g(x)=x^2
Find g(f(-1))
Find f(g(-1))
With explanation

Answers

Answer 1

Step-by-step explanation:

f (x)= x-7

= -1-7

= -6

g (x)= x^2

= (-1)^2

=1


Related Questions

I need help please I beg of you``` MATH/ GRAPH

I need help please I beg of you``` MATH/ GRAPH

Answers

The graph I did is pretty bad but here’s how to do it.

You start at -2 and then go down 3 and over 1 until you reach the end of the graph. Vice versa, you go up 3 and over 1 to get something like below.
I need help please I beg of you``` MATH/ GRAPH

What is 0.3666... (the 6 is repeating) expressed as a fraction?

Here is what I have so far, i dont know if It is helpful:
If X = 0.36666…, then 100x = 36.6666… and 10x = 3.6666…. We can subtract 10x from 100x to get 90x, which is equal to 36.6666 – 3.6666 or 33. That means 90x = 33.

Answers

Answer:

33/90 is the answer

Step-by-step explanation:

exactly what you have there is the procedure

Can someone please help me with math.

Can someone please help me with math.

Answers

Answer:

C and A

Step-by-step explanation:

So first, off, to find the length of a line, we can use pythagreons theorm.(A^2+B^2=C^2) The cahnge in x squared and the change in y squared will give us C, which is the line length. You can count the tiles like this:

From the bottom point, lets count up the x coordinates till we hit the x coordinates of the top point. I got 3.

Next is the y coordinates.

When I count up until I reach the top point, I get 7. Lets plug these numbers in:

3^2+7^2=C^2

Use the square root on eahc number except for the unknown(C)

=

9+49=c^2

Add the two numbers together:

=

58=c^2

Take square root:

7.61=c^2

This can just be rounded to 7.6

This looks like C

So that is your first answer.

Next we have a table.

We need to look at the section of people that have both brown hair and eyes.

When I look at the table, I see 30 people whom how both these charcteristics.

When you looka the total people in the bottom right corner, you see that there are 120 people.

We do not even need to calculate percentage.

30 is 1/4 of 120.

What is 1/4 of 100%

25%

So the people with both brown eye/hair color is 25%

THis looks like answer A

I hope this helps! :)

solve by factorising

\(x^{2}\)+16x+55=0

Answers

Step-by-step explanation:

\( \underline{ \underline{ \text{Solving \: a \: quadratic \: equation \: by \: factorisation \: method}}} : \)

In this method , the second order of polynomial ax² + bx + c is factorised and expressed as the product of two linear factors. Then each linear factor is separately solved to get the required solutions of the equation by applying zero factor property. In zero factor property , if p•q = 0 , then either p = 0 or q = 0 . In other words , if the product of two numbers is 0 , then one or both of the numbers must be 0.

\( \underline{ \underline{ \text{Let's \: solve}}} : \)

\( \tt{ {x}^{2} + 16x + 55 = 0}\)

Here , we have to find the two numbers that multiplies to 55 and adds to 16.

⤑ \( \tt{ {x}^{2} + (11 + 5)x + 55 = 0}\)

⤑ \( \tt{ {x}^{2} + 11x + 5x + 55 = 0}\)

⤑ \( \tt{x(x + 11) + 5(x + 11) = 0}\)

⤑ \( \tt{(x + 5)(x + 11) = 0}\)

Either :

\( \tt{x + 5 = 0 \: \: \: \: \: \: \: \: \: \: \: \: \: Or : \: \: x + 11 = 0}\)

\( \sf{⟶ x = 0 - 5} \: \: \: \: \: \: \: \: \: \: \: \: \: \: \:⟶ x = 0 - 11\)

\( \tt{⟶x = - 5 } \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \:⟶ x = - 11\)

\( \red{ \boxed{ \boxed{ { \tt{Our \: final \: answer : \boxed{ \underline{ \bold{ \tt{x = - 5 \: , - 11}}}}}}}}}\)

Hope I helped ! ♡

Have a wonderful day / night ! ツ

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁

for this lesson, you will come up with your own challenging algorithm for other students to trace. it must contain at least 4 if statements, 1 else statement and use at least one and or or boolean condition. note: elif statements will not count - your statements must be if statements. each if statement should use a unique variable name. for this challenge, try reading 3 or 4 of your classmates' code as well. trace their code and predict what it will output, then check the code by running it to see if you got it right, and submit your work for a grade.

Answers

By using Python, you will come up with your own challenging algorithm for other students to trace.

What are If else Statements ?

If a certain is true, the if/else expression triggers a sequence of instructions to run. Another piece of code may be run if the condition is false.

The if/else statement is a component of Python's "Conditional" Statements, which are used to carry out various operations based on various circumstances.

These conditional statements are available in Python:

If you want a block of code to run only if a certain condition is true, use the if statement.

If the same expression is false, use instead that to provide a set of instructions that should be run.

If the first expression is false, can use else if sentence to establish a comprehensive criterion to test.

To choose which of the several program code should be performed, use the switch.

How to write the code?

num = 100

if num < 20:

print('Less than 20')

if num < 30:

print('Less than 30')

if num < 40:

print('Less than 40')

if num < 50:

print('Less than 50')

if num > 100 or num == 100:

print('More than or equal to 100')

To learn more abou If else statements, visit:

https://brainly.com/question/17140925

#SPJ4

What's the predicted number of runs for the player with only 86 hits? Show your equations, plugging in the values, and your steps to the solution. (2 points)

Answers

The predicted number of runs for the player with only 86 hits can be calculated using the equation Runs = Hits + Walks - Home Runs. Plugging in the values given, we get: Runs = 86 + Walks - Home Runs. Therefore, the predicted number of runs for the player is dependent on the number of walks and home runs they have.



To solve for the predicted number of runs, we can use the following steps:

Calculate the number of walks by subtracting the number of hits (86) from the total number of plate appearances (number of hits + walks + strikeouts).Calculate the number of home runs by subtracting the number of hits (86) from the total number of home runs.Plug the number of walks and home runs into the equation, Runs = Hits + Walks - Home Runs, to calculate the predicted number of runs.



Therefore, the predicted number of runs for the player with only 86 hits can be calculated by plugging in the values of the number of walks and home runs into the equation Runs = Hits + Walks - Home Runs.

Learn more about player

brainly.com/question/29660844

#SPJ11

SHOW how you would use the distributive property to solve: 51 x 7

Answers

357 is your answer!!!

Question Four Consider the following production function: y = f(z)=z¼/^z/2. Assuming that the price of the output is p and the prices of inputs are w, and w₂ respectively: (a) State the firm's profit maximization problem. (2 marks). (b) Derive the firm's factor demand functions for z; and zo. (10 marks). (c) Derive the firm's supply function. (5 marks). = 2. (d) Derive the firm's profit function. (3 marks). an (e) Verify Hotelling's lemma for q(w, p), z₁(w, p) and z₂(w, p). (6 marks). az (f) State the firm's cost minimization problem. (2 marks), (g) Derive the firm's conditional factor demand functions. (8 marks). (h) Derive the firm's cost function. (4 marks). Cond: 69 Porat funct

Answers

The text discusses a production function and addresses various aspects of a firm's decision-making. It covers profit maximization, factor demand functions, supply function, profit function, Hotelling's lemma, cost minimization, conditional factor demand functions, and the cost function. These concepts are derived using mathematical calculations and formulas. Hotelling's lemma is verified, and the cost function is determined.

(a) The firm's profit maximization problem can be stated as follows: Maximize profits (π) by choosing the optimal levels of inputs (z and zo) that maximize the output (y) given the prices of output (p) and inputs (w, w₂).

(b) To derive the firm's factor demand functions, we need to find the conditions that maximize profits.

The first-order condition for input z is given by:

∂π/∂z = p * (∂f/∂z) - w = 0

Substituting the production function f(z) = z^(1/4) / z^(1/2) into the above equation, we have:

p * (1/4 * z^(-3/4) / z^(1/2)) - w = 0

Simplifying, we get:

p * (1/4 * z^(-7/4)) - w = 0

Solving for z, we find:

z = (4w/p)^(4/7)

Similarly, for input zo, the first-order condition is:

∂π/∂zo = p * (∂f/∂zo) - w₂ = 0

Substituting the production function f(zo) = z^(1/4) / z^(1/2) into the above equation, we have:

p * (1/2 * z^(1/4) * zo^(-3/2)) - w₂ = 0

Simplifying, we get:

p * (1/2 * z^(1/4) * zo^(-3/2)) - w₂ = 0

Solving for zo, we find:

zo = (2w₂ / (pz^(1/4)))^(2/3)

(c) To derive the firm's supply function, we need to find the level of output (y) that maximizes profits.

Using the production function f(z), we can express y as a function of z:

y = z^(1/4) / z^(1/2)

Given the factor demand functions for z and zo, we can substitute them into the production function to obtain the supply function for y:

y = (4w/p)^(4/7)^(1/4) / (4w/p)^(4/7)^(1/2)

Simplifying, we get:

y = (4w/p)^(1/7)

(d) The firm's profit function is given by:

π = p * y - w * z - w₂ * zo

Substituting the expressions for y, z, and zo derived earlier, we have:

π = p * ((4w/p)^(1/7)) - w * ((4w/p)^(4/7)) - w₂ * ((2w₂ / (pz^(1/4)))^(2/3))

(e) To verify Hotelling's lemma, we need to calculate the partial derivatives of the profit function with respect to the prices of output (p), input z (z₁), and input zo (z₂).

Hotelling's lemma states that the partial derivatives of the profit function with respect to the prices are equal to the respective factor demands:

∂π/∂p = y - z * (∂y/∂z) - zo * (∂y/∂zo) = 0

∂π/∂z₁ = -w + p * (∂y/∂z₁) = 0

∂π/∂z₂ = -w₂ + p * (∂y/∂z₂) = 0

By calculating these partial derivatives and equating them to zero, we can verify Hotelling's lemma.

(f) The firm's cost minimization problem can be stated as follows: Minimize the cost of production (C) given the level of output (y), prices of inputs (w, w₂), and factor demand functions for inputs (z, zo).

(g) To derive the firm's conditional factor demand functions, we need to find the conditions that minimize costs. We can express the cost function as follows:

C = w * z + w₂ * zo

Taking the derivative of the cost function with respect to z and setting it to zero, we get:

∂C/∂z = w - p * (∂y/∂z) = 0

Simplifying, we have:

w = p * (1/4 * z^(-3/4) / z^(1/2))

Solving for z, we find the conditional factor demand for z.

Similarly, taking the derivative of the cost function with respect to zo and setting it to zero, we get:

∂C/∂zo = w₂ - p * (∂y/∂zo) = 0

Simplifying, we have:

w₂ = p * (1/2 * z^(1/4) * zo^(-3/2))

Solving for zo, we find the conditional factor demand for zo.

(h) The firm's cost function is given by:

C = w * z + w₂ * zo

Substituting the expressions for z and zo derived earlier, we have:

C = w * ((4w/p)^(4/7)) + w₂ * ((2w₂ / (pz^(1/4)))^(2/3))

This represents the firm's cost function.

To know more about profit maximization problem, refer here:

https://brainly.com/question/29787532#

#SPJ11

plz help answer ASAP plz

plz help answer ASAP plz

Answers

Answer:

16 ft

Step-by-step explanation:

Because h = √20² - (24/2)² = √400-144 = √256 = 16

hope this is helpful!

Suppose you place $10,000 in a retirement fund that earns a nominal interest rate of 8 percent. If you expect inflation rate to be 5 percent or lower, then calculate the real interest rate you are expecting to earn.

Answers

Answer:

Real interest rate= 3%

Step-by-step explanation:

Giving the following information:

Suppose you place $10,000 in a retirement fund that earns a nominal interest rate of 8 percent. The inflation rate is 5 percent.

The effect of the inflation rate on the interest rate is counterproductive. The inflation rate diminishes purchasing power.

Real interest rate= nominal interest rate - inflation rate

Real interest rate= 0.08 - 0.05= 0.03

3W + 2n - W + 8 + 3
how do you simplify this expression ?

Answers

3w+2n-8w+3 I think but don't get me wrong

2w+2n+11 this should be the correct simplified expression


pls help (pic above)
also: expression was rewritten using?
a.commutative property of addition

b. associative property of addition

c. distributive property

d. Commutative property of multiplication

e.Associative property of multiplication

pls help (pic above) also: expression was rewritten using? a.commutative property of additionb. associative

Answers

Answer:

\((7 + 5) + 1 = 12 + 1 = 13 \\ 7 + (5 + 1) = 7 + 6 = 13 \\ here \: we \: use \: assosiative \: \: property \\ of \: addition\\ option (b) \\ \: thank \: you\)

Answer:

(7+5)+1 equals 12+1 which equals 13 7+(5+1) equals7+6 which equals to 13

Step-by-step explanation:

b: associative property of addition

An ice cream shop offers a choice of three types of cones and 31 flavors of ice cream. A
customer gets to choose a cone and a type of ice cream. How many different 1-scoop ice
cream cones can a customer order?

Answers

probably 93 because 31*3 which is 93 ;)

in tests about a population proportion, p0 represents the . a. observed p-value b. probability of c. hypothesized population proportion d. observed sample proportion

Answers

The correct answer is c. hypothesized population proportion. In tests about a population proportion, p0 (pronounced as "p-naught") represents the hypothesized population proportion.

Which is the proportion of individuals in the population who possess a particular characteristic or exhibit a particular behavior. The hypothesized population proportion is typically derived from prior knowledge or information about the population or based on theoretical considerations.

It is used as a reference value to compare against the sample proportion (phat) to determine whether there is evidence of a statistically significant difference between the sample and population proportions.

To learn more about  hypothesized population proportion, visit here

https://brainly.com/question/28187749

#SPJ4

Please help I’ll give brainiest!

Please help Ill give brainiest!

Answers

Answer: h(3)= -4 h(-3)=-16

Step-by-step explanation:

Plug in 3 and -3 for x and solve

h(3)= 2(3)-10

h(-3)= 2(-3)-10

Two sides of a triangle are
shown. Find the range of
values of the third side.
8, 5
< X <

Two sides of a triangle areshown. Find the range ofvalues of the third side.8, 5&lt; X &lt;

Answers

The range of values for the third side must be 5 < C < 13 this means that the third side must be a value greater than 5 and less than 13.

What is triangle?

A triangle is a two-dimensional geometric shape with three sides and three angles. It is a basic polygon and one of the simplest shapes in geometry. Triangles come in different types based on the length of their sides or the measure of their angles, such as equilateral triangles (all sides are equal), isosceles triangles (two sides are equal), scalene triangles (no sides are equal), right triangles (one angle measures 90 degrees), and obtuse triangles (one angle measures greater than 90 degrees).

The third side of a triangle must satisfy the triangle inequality theorem, which states that the sum of the lengths of any two sides of a triangle must be greater than the length of the third side. In other words, for a triangle with sides A, B, and C, we have:

                                    A + B > C

                                    B + C > A

                                    A + C > B

For the given sides of 8 and 5, the range of values for the third side can be found by considering the two inequalities:

                                    5 + C > 8

                                     8 + C > 5

Adding the two inequalities, we get:

                        13 > C

So the range of values for the third side must be:

                         5 < C < 13

This means that the third side must be a value greater than 5 and less than 13.

Learn more about triangle inequality theorem click here:

https://brainly.com/question/1163433

#SPJ1

A video game that usually costs $30.65 is marked down 60%. Kelvin determined that the new price of the game would be $18.39. Look at Kelvin's work and find his error.

Answers

Answer: The answer is provided below

Step-by-step explanation:

A price markdown is a reduction that is deliberate when selling a product. From the question, we are informed that a video game that usually costs $30.65 is marked down 60%.

The find the new price of the video game, we have to subtract the amount reduced from the original price. The amount reduced is:

= 60% of $30.65

= 60/100 × $30.65

= 0.6 × $30.65

= $18.39

The new selling price = $30.65 - $18.39

= $12.26

The error that Kelvin made when he determined that the new price of the game would be $18.39 was that he didn't subtract the value from the original price of the video game.

what is the prototype antiemetic??

Answers

Prochlorperazine is a dopamine receptor antagonist that is commonly used as an antiemetic to treat nausea and vomiting caused by various conditions.

The prototype antiemetic is a medication called prochlorperazine. Prochlorperazine belongs to a class of drugs known as phenothiazines, which are known to have antiemetic properties. It is commonly used to treat nausea and vomiting caused by various conditions, including motion sickness, chemotherapy, and postoperative nausea and vomiting. While prochlorperazine is often considered the prototype antiemetic, there are many other medications that can also be effective in treating nausea and vomiting, including ondansetron, metoclopramide, and promethazine, among others. The choice of antiemetic medication will depend on the underlying cause of the nausea and vomiting, as well as other individual patient factors.

Prochlorperazine works by blocking dopamine receptors in the brain, which can help to reduce nausea and vomiting. It is available in several forms, including tablets, suppositories, and injections, and can be prescribed by a healthcare provider.

The prototype antiemetic is dopamine antagonist, which works by blocking dopamine receptors in the brain. This reduces the activity of the chemoreceptor trigger zone (CTZ), which in turn reduces the signals sent to the vomiting center in the medulla oblongata, ultimately resulting in decreased nausea and vomiting. The chemical equation for this interaction can be represented as:

Dopamine antagonist + Dopamine receptor → Blocked dopamine receptor

Learn more about equation here:

https://brainly.com/question/29174899

#SPJ4

please helpp algebra honors is so hard

please helpp algebra honors is so hard

Answers

Answer:

36. \(\frac{a^{7} }{b^{8} }\)  | 37. 1 ( anything raise to 0 equal 1 ) | 38. \(g^{4}\)

Step-by-step explanation: Just flip the exponent degree to negative when you move it down and positive when you move it up. You will be able to solve the rest. :)

Which angles are corresponding angles?

Which angles are corresponding angles?

Answers

Answer:

I and H

Step-by-step explanation:

What is the product of 47.55(8.4)?

Answers

Answer:

399.420

Step-by-step explanation:

1) Use the algorithm method.

4 7 . 5 5

×     8 . 4

1 3  2 2

1 9 . 0 2 0

3 6 4  4  

3 8 0 . 4 0 0

3 9 9 . 4 2 0

2) Therefore, \(47.55\times 8.4=399.420\).

399.420

a concave mirror has a focal length of 16 cm . at what object distance will the magnification be -2.0?

Answers

The object distance is 0, which implies that the object is at the focus of the concave mirror.

For a concave mirror, the magnification is given by the formula:

m = -di/do

where m is the magnification, di is the image distance, and do is the object distance. Since we are given that the magnification is -2.0, we can write:

-2.0 = -di/do

Simplifying this expression, we get:

di = 2do

We can also use the mirror formula for a concave mirror:

1/f = 1/do + 1/di

where f is the focal length of the mirror. Substituting di = 2do and f = -16 cm (since the mirror is concave), we get:

1/-16 = 1/do + 1/(2do)

Multiplying both sides by -16do, we get:

do - 2f = -32

Substituting f = -16 cm, we get:

do - (-32) = -32 + 32

do = 0

This means that the object distance is 0, which implies that the object is at the focus of the concave mirror. This is a valid result, since a concave mirror can form a real, inverted image for an object placed at a distance equal to its focal length. In this case, the magnification would be -1, not -2. So, it is not possible to have a magnification of -2 for an object distance in front of a concave mirror with a focal length of 16 cm.

To learn more about concave mirrorvisit:https://brainly.com/question/3555871

#SPJ11

In the triangle below, ZABC is a right angle. Given that BDI AC, which statement must be true? (Hint: Look at your notes about similar right triangles). B AB AC AB AD DC DC BD BD AB BC DB BC DC AD DB DC

In the triangle below, ZABC is a right angle. Given that BDI AC, which statement must be true? (Hint:

Answers

In a right triangle, if the altitude drawn from the right angle to the hypotenuse divides the hypotenuse into two segments, the length of the altitude is the geometric mean of the lengths of the two segments.

According to this

\(\frac{AD}{DB}=\frac{DB}{DC}\)

Which is the fourth option.

Please need this now Hurry!

Rectangle ABCD is transformed to A’B’C’D’ by a dilation

What is the scale factor used for the dilation
1/6
1/3
3
6

Please need this now Hurry!Rectangle ABCD is transformed to ABCD by a dilation What is the scale factor

Answers

Answer:

1/3 the rectangle was dilated by a factor of 1/3

Step-by-step explanation:

9/3 = 3 and 6/3= 2

Answer:

1/3 the rectangle was dilated by a factor of 1/3

Step-by-step explanation:

9/3 = 3 and 6/3= 2

thank you help and good job to halp all

thank you help and good job to halp all

Answers

Answer:

your very welcome and if u need help on anyrhing i will be glad to take a look at it.

Step-by-step explanation:

how many gallons of gas would it take to drive to the moon and back

Answers

Answer:

239 miles per gallon for a round trip.

Step-by-step explanation:

you'd need to achieve 238,900 / 2000 = 119.5 miles per gallon for a one way trip,

What is PT? I need someone to answer

What is PT? I need someone to answer

Answers

Answer:

PT = 13

Step-by-step explanation:

First we need to find the value of x

4x + 1 = 6x - 5  Subtract 4x from both sides

4x - 4x +1 = 6x -4x -5

1 = 2x - 5  Add 5 to both sides

1 + 5 = 2x - 5 + 5

6 = 2x  Divide both sides by 2

3 = x

Now Find PT

4x  + 1

4(3) + 1

12 + 1

13

Measuring the height of a California redwood tree is a very difficult undertaking because these trees grow to heights of over 300 feet. People familiar with these trees understand that the height of a California redwood tree is related to other characteristics of the tree, including the diameter of the tree at the breast height of a person and the thickness of the bark of the tree. The data in the analysis represent the height, diameter at breast height of a person, and bark thickness for a sample of 21 California redwood trees.


a. ) State the multiple regression equation.


b. ) Briefly explain your interpretation of the two slopes in this equation.


c. ) Interpret the findings. Detail the meaning of all the p-values (for each independent variable and F statistic), r square, and adjusted r square.


Summary Output


Regression Statistics


Multiple R 0. 886444087


R Square 0. 78578312


Adjusted R Square 0. 761981244


Standard Error 22. 59816752


Observations 21


ANOVA


df SS MSF Significance F


Regression 2 33718. 47752 16859. 23876 33. 01349577 9. 50E-07


Residual 18 9192. 189151 510. 6771751


Total 20 42910. 66667


Coefficients Standard error t-stat P-value lower 95%


Intercept 62. 14112783 13. 50306426 4. 602001934 0. 000221273 33. 77224256


Diameter at breast height 2. 05671274 0. 442797529 4. 644815303 0. 000201409 1. 126429653


Bark thickness 15. 64180216 7. 148285403 2. 188189374 0. 042086628 0. 623811831

Answers

a) Height = 62.14112783 + 2.05671274 * Diameter at breast height + 15.64180216 * Bark thickness.

b) The slopes indicate the impact of diameter at breast height and bark thickness on tree height.

c) The model is significant (p < 0.05) with a high R Square (0.78578312), indicating good predictability of height based on variables.

a) The different relapse condition can be expressed as:

Level = 62.14112783 + 2.05671274 * Width at bosom level + 15.64180216 * Bark thickness

b) The two slants in the situation address the connection between the level of a California redwood tree and the width at bosom level (DBH) and the bark thickness.

The slant for the distance across at bosom level (DBH) is 2.05671274. This shows that for each unit expansion in the DBH of a tree, the anticipated level of the tree increments by roughly 2.06 units, it are held consistent to expect any remaining factors.

The slant for bark thickness is 15.64180216. This proposes that for each unit expansion in the bark thickness of a tree, the anticipated level of the tree increments by roughly 15.64 units, expecting any remaining factors continue as before.

c) The discoveries show that the various relapse model is genuinely huge in foreseeing the level of California redwood trees.

The p-values for both the breadth at bosom level and bark thickness are not exactly the customary edge of 0.05, showing that the two factors have a critical relationship with the level of the trees.

The F-measurement (33.01349577) is likewise critical with an exceptionally low p-esteem (9.50E-07), showing that the general model is ideal for the information.

The coefficient of assurance (R Square) is 0.78578312, demonstrating that around 78.6% of the changeability in the level of the redwood trees can be made sense of by the relapse model.

The changed R Square (0.761981244) represents the quantity of indicators and changes the R Square worth as needs be.

The standard blunder (22.59816752) addresses the typical distance between the noticed qualities and the anticipated qualities by the model.

In outline, the outcomes propose that both width at bosom level and bark thickness are significant elements in assessing the level of California redwood trees. The model by and large shows a solid match and gives important bits of knowledge into foreseeing tree level in light of these factors.

To learn more about redwood trees, refer:

https://brainly.com/question/29274938

#SPJ4

5/8 divided by 1/4
pls! Tysm

Answers

Answer:

2 1/2

Step-by-step explanation:

5/8 ÷ 1/4

5/8 x 4/1

SIMPLIFY (if you want; if you dont, you can always multiply like normal but i find this way easier)

5/2 x 1/1 = 5/2 = 2 1/2

Can you please help me

Can you please help me

Answers

Answer:

Fourth choice, 19/30

Step-by-step explanation:

Add 38 and 22 together, it's 60

Out of 60 times, he flipped heads 38 times, so it's 38/60

Simplify 38/60 with 2, 19/30

Other Questions
Please help me !!!! Time sensitive question!!!!! Submit your spelling word blog post. Remember to use a minimum of eight spelling words in your writing. Adhere to cling or attach quickly center the middle point collaborate to work together and cooperate complete entirely full and having all parts whole invisible hidden or not seen by the eye overdue something that is past due adverse to oppose or confront solve to find the answer *speak to communicate or talk suddenly occurring quickly without warning. True/False: For elastic pipe theory pipes are consider anchored or non-anchored.True/False: The speed of sound can also be referred to as Mach 1. 16d + 20c + 5d -7 - 8c - 7d + 3 Simplify the expression above: What do you mean by rewards and punishment? when a friend tells you that she will be vacationing at a particular beach resort, you immediately tell her that you would never go back to that beach resort because on one trip it rained the whole time and the other you got sunburned and sick from the seafood; thus, your negative attitude regarding this beach resort was acquired through chance conditioning. question 1 options: true false What are some risk factors you can control? The definition of states: The process of solving the everyday problems that occur. It is less formal than decision making and usually calls for quicker action. Paige earns $15.50 per hour and works 20 hours each week. She gets a 10% raise and decides to save 20% of her paycheck for a new phone. How much money will Paige have saved after 4 weeks?A. 297.60B. 68.20C. 136.40D. 272.80 identify the unknown amino acid by comparing the color of the unknown spot and its rf value to the known amino acids. record the identity of the amino acid in the unknown. scenario 1a 2. does this increase (they are less similar), decrease (they are more similar), or maintain (there is no change) the genetic diversity between the two populations? the following enlightenment concepts were presented by which political philosopher Sally purchased a home for $150,000. A recent appraisal of her home shows it to be worth only $125,000 because of a recession in the area. What is her rate of loss if she sells her home today for $125,000 Write a response to tell why edible spoons would be great alternative to plastic spoons Good luck Students have considerable experience with the Research Process covered in weeks no 1, 2, 3, and 4 lectures and can comment on the following questions: Students have a good experience in the Line A has a slope of -2 and a y-intercept of 4 is there enough information to get an a equation or not enough information for an equation and if yes then what's the equation If 14.2g of a gas occupy 45.6L at 10.0 C and 600.0 mmHg, determine the density at STP. Essay write Name the difference between formal and fallaciesUrgent need What two ways did Greeks travel? Which was easier? how did muhammads creation of islam influence the region?