P(x;y)= -mx3m-1 y2m-7

Un monomio que cumple : GA=17. Calcula

E= GR(x). GR(y)

Answers

Answer 1

According to given data GR(x) * GR(y) = 3 * 2m - 5

The given monomial is P(x;y) = -mx^3m-1 * y^2m-7, and it is known that GA(P) = 17.

We need to find the values of GR(x) and GR(y), which are the degrees of the monomial with respect to x and y, respectively.

Using the formula GA(P) = GR(x) + GR(y), we get GR(x) + GR(y) = 17.

Now, we can write the monomial as P(x;y) = (-m) * x^(3m-1) * y^(2m-7).

Therefore, GR(x) = 3m-1 and GR(y) = 2m-7.

Multiplying these two values, we get GR(x) * GR(y) = (3m-1) * (2m-7) = 6m^2 - 23m + 7.

Hence, the final answer is GR(x) * GR(y) = 6m^2 - 23m + 7.

For more questions like Monomial click the link below:

https://brainly.com/question/9183135

#SPJ11


Related Questions

Helppp translation and reflection

Answers

The images of points B and C are B'(x, y) = (- 2, 6) and C'(x, y) = (- 1, 7), respectively.

How to compute the image of a point by translation

In this problem we find must determine the image of two points by translation, whose formula is introduced below:

T(x, y) = P'(x, y) - P(x, y)

Where:

P(x, y) - Original point.P'(x, y) - Resulting point.T(x, y) - Translation vector.

First, determine the translation vector:

T(x, y) = (1, 4) - (0, 0)

T(x, y) = (1, 4)

Second, determine the images of points B and C:

B'(x, y) = (- 3, 2) + (1, 4)

B'(x, y) = (- 2, 6)

C'(x, y) = (- 2, 3) + (1, 4)

C'(x, y) = (- 1, 7)

To learn more on translations: https://brainly.com/question/12463306

#SPJ1

The null and alternate hypotheses are:


H0 : μd ≤ 0

H1 : μd > 0


The following sample information shows the number of defective units produced on the day shift and the afternoon shift for a sample of 4 days last month.


Day: 1, 2, 3, 4

Day Shift: 12, 16, 20, 24

Afternoon Shift: 12, 10, 16, 18


At the 0. 05 significance level, is there a difference in the mean number of citations given by the two shifts?


a. What is the p-value?

Answers

Note that where the above statistics are give, the p-value is 0.04.

What is the explanation for the above ?

1st , we calculate the differences between the number of citations given in the day shift and afternoon shift for each day

Differences -  0, 6, 4, 6

The mean difference is  (m)  = (0 + 6 + 4 + 6) / 4 = 4

The sample standard deviation of the differences is    s = √ ([((0-4)² + (6-4)² + (4-4)² + (6-4)²)/3]) = 2.31

The standard error of the mean difference is  SE(m) = s / √(n) = 2.31 / √(4) = 1.155

The t-statistic is  t = (m - 0) / SE(m) = 4 / 1.155 = 3.4632034632

The paired t-test has n-1=3 degrees of freedom. We calcu0late the p-value associated with a t-statistic of 3.46 using a t-table or a t-distribution calculator with three degrees of freedom.

Learn more about  p-value:
https://brainly.com/question/30078820
#SPJ4

Liquid a has a density of 1. 2 g/cm'
150 cm of liquid a is mixed with some of liquid b to make liquid c.
liquid c has a mass of 220 g and a density of 1. 1 g/cm
find the density of liquid b.

Answers

If Liquid a has a density of 1. 2 g/cm³, 150 cm of Liquid a is mixed with some of Liquid b to make Liquid c whose mass is 220 g and has a density of  1.1 g/cm³, then the density of liquid B is 0.8 g/cm³.

To find the density of liquid B, you can follow these steps:
1. Calculate the mass of liquid A using its density and volume:
Liquid A has a density of 1.2 g/cm³ and a volume of 150 cm³.

Mass of A = Density of A × Volume of A = 1.2 g/cm³ × 150 cm³ = 180 g

2. Calculate the mass of liquid B using the mass of liquid C and mass of liquid A:
Liquid C has a mass of 220 g.
Mass of B = Mass of C - Mass of A = 220 g - 180 g = 40 g

3. Calculate the volume of liquid C using its mass and density:
Liquid C has a density of 1.1 g/cm³.
Volume of C = Mass of C ÷ Density of C = 220 g ÷ 1.1 g/cm³ = 200 cm³

4. Calculate the volume of liquid B using the volume of liquid C and the volume of liquid A:
Volume of B = Volume of C - Volume of A = 200 cm³ - 150 cm³ = 50 cm³

5. Calculate the density of liquid B using it's mass and volume:
Density of B = Mass of B ÷ Volume of B = 40 g ÷ 50 cm³ = 0.8 g/cm³

So, the density of liquid B is 0.8 g/cm³.

Learn more about Density:

https://brainly.com/question/1354972

#SPJ11

Use a calculator or program to compute the first 10 iterations of Newton's method for the given function and initial approximation.
f(x) = 4 tan x- 6x, Xo = 1,4

Answers

After performing these calculations using a calculator or a program like Python, MATLAB, or Excel, you will have the values of the first 10 iterations of Newton's method for the given function and initial approximation.

To compute the first 10 iterations of Newton's method for the given function and initial approximation, follow these steps:

1. Write down the function and its derivative:


[tex]f(x) = 4 * tan(x) - 6 * x  

f'(x) = 4 * sec^2(x) - 6[/tex]
2. Define the initial approximation, X₀ = 1.4.

3. Apply Newton's method formula to find the next approximation, X₁:
  X₁ = X₀ - f(X₀) / f'(X₀)

4. Repeat steps 3-4 for a total of 10 iterations (X₁ to X₁₀).

Note that I'm unable to perform calculations on this platform, but I'll provide a general outline for performing the iterations:

Iteration 1 (X₁):
[tex]X₁ = 1.4 - (4 * tan(1.4) - 6 * 1.4) / (4 * sec^2(1.4) - 6)[/tex]

Iteration 2 (X₂):
[tex]X₂ = X₁ - (4 * tan(X₁) - 6 * X₁) / (4 * sec^2(X₁) - 6)[/tex]

Repeat these steps up to the 10th iteration (X₁₀).

After performing these calculations using a calculator or a program like Python, MATLAB, or Excel, you will have the values of the first 10 iterations of Newton's method for the given function and initial approximation.

To know more about Newton's method, refer here:

https://brainly.com/question/14865059

#SPJ11

How much would you have to deposit in
an account with a 4.75% interest rate,
compounded continuously, to have
$20,000 in your account 20 years later?

Answers

Answer:

Pe^(.0475 × 20) = $20,000

P = $7,734.82

Find the perimeter of a square that has a side length of 4.3x + 2 inches.

Answers

The calculated perimeter of the square from the side length is 17.2x + 8

Finding the perimeter of a square from the side length

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

A square that has a side length of 4.3x + 2 inches.

Using the above as a guide, we have the following:

Perimeter = 4 * side length

Substitute the known values in the above equation, so, we have the following representation

Perimeter = 4 * (4.3x + 2)

When teh brackets are opened, we have

Perimeter = 17.2x + 8

Hence, the perimeter is 17.2x + 8

Read more about perimeter at

https://brainly.com/question/19819849

#SPJ1

A coin (H: heads; T: tails) is flipped and a number cube (1, 2, 3, 4, 5, 6) is rolled. What is the sample space for this experiment?

Answers

The sample space for this experiment contains a total of 12 possible outcomes.

How to find the probability and determine the sample space?

The sample space for this experiment is the set of all possible outcomes. In this case, we have two independent events: flipping a coin and rolling a number cube.

The possible outcomes for flipping a coin are H (heads) and T (tails).

The possible outcomes for rolling a number cube are 1, 2, 3, 4, 5, and 6.

To determine the sample space for the experiment, we need to consider all possible combinations of these outcomes. Therefore, the sample space consists of all possible pairs of outcomes:

Sample space = {(H, 1), (H, 2), (H, 3), (H, 4), (H, 5), (H, 6), (T, 1), (T, 2), (T, 3), (T, 4), (T, 5), (T, 6)}

So the sample space for this experiment contains a total of 12 possible outcomes.

Learn more about probability and sample space.

brainly.com/question/11666439

#SPJ11

How much must be deposited today into the following account in order to have a $110,000 college fund in 17 years? Assume no additional deposits are made.
An account with quarterly compounding and an APR of 4.9%

Answers

Therefore, an initial deposit of $37,728.66 is required to have a college fund of $110,000 in 17 years with quarterly compounding and an APR of 4.9%.

What is a deposit used for?

An amount held in an account is referred to as a deposit. It might be put up in a bank as collateral for goods that are being rented out or bought. A deposit is used in many different sorts of economic transactions.

Compound interest can be calculated using the following formula to determine the required down payment:

A = P(1 + r/n)(nt)

where:

A = the future value of the account (in this case, $110,000)

P = the principal or initial deposit

r = the annual interest rate (4.9%)

n = the number of times the interest is compounded per year (4 for quarterly compounding)

t = the number of years (17)

When we enter the specified numbers into the formula, we obtain:

$110,000 = P(1 + 0.049/4)(4*17)

$110,000 = P(1.01225)⁶⁸

$110,000 = P * 2.9126

Dividing both sides by 2.9126, we get:

P = $37,728.66

To know more about initial deposit visit:-

https://brainly.com/question/28429845

#SPJ9

If donuts are 12 cents a dozen how much does 100 donuts cost.

Answers

The cost of 100 donuts is $ 1 if a dozen of donuts cost 12 cents.

This question is solved using the unitary method. The unitary method is a method in which you find the value of a unit and then the value of the required number of units.

1 dozen refers to a group of 12.

Cost of 1 dozen donuts or 12 donuts = 12 cents

Cost of 1 donut = [tex]\frac{12}{12}[/tex] = 1 cent

Cost of 100 donuts = 1 * 100 = 100 cents

100 cents = 1 dollar.

Thus, the cost of 100 donuts is 100 cents or 1 dollar.

Learn more about Unitary Method:

https://brainly.com/question/24587372

#SPJ4

In the expression πr² + πrℓ, what
part of the expression is π?
a constant
a coefficient
a variable
a term

Answers

In the expression πr² + πrℓ, the part of the expression that is π is a constant.

A constant is a value that does not change in an expression, and in this case π represents a fixed value of approximately 3.14159. It is not a coefficient, which is a numerical factor that multiplies a variable, nor a variable or term, which represent varying quantities in an expression.

6. (07.06 LC)
Given a polynomial f(x), if (x-4) is a factor, what else must be true? (3 points)
Of(0) = 4
Of(0) = -4
Of(4) = 0
Of(-4)=0

Answers

None of the other statements necessarily follow from (x-4) being a factor of f(x). So the correct statement is Of(4) = 0

What is a statement?

A statement is a proposition that is either true or false, but not both. It may be a mathematical equation, an inequality, or a proposition that can be tested for its truth value.

What is meant by factor?

A factor refers to a number or algebraic expression that is multiplied by another number or expression to obtain a product. Factors can be either integers or polynomials.

According to the given information

If (x-4) is a factor of f(x), then f(4) = 0. This is because when you divide f(x) by (x-4), the remainder is zero when x=4.

Therefore, the correct statement is: f(4) = 0

To know more about factor visit

brainly.com/question/14549998

#SPJ1

Help with this please

Answers

Answer:

sin(θ) = (2/9)√14; csc(θ) = (9√14)/28cos(θ) = 5/9; sec(θ) = 9/5tan(θ) = (2/5)√14; cot(θ) = (5√14)/28

Step-by-step explanation:

Given cos(θ) = 5/9, you want the six trig functions of θ.

Identities

The relevant identities are ...

sin(θ) = ±√(1 -cos(θ)²)tan(θ) = sin(θ)/cos(θ)csc(θ) = 1/sin(θ)sec(θ) = 1/cos(θ)cot(θ) = 1/tan(θ)

Sine

The sine of θ is ...

  sin(θ) = √(1 -(5/9)²) = √(81 -25)/9 = (√56)/9

  sin(θ) = (2/9)√14

Then the cosecant is ...

  csc(θ) = 1/sin(θ) = (9/2)/√14

  csc(θ) = (9√14)/28

Tangent

The tangent of θ is ...

  tan(θ) = sin(θ)/cos(θ) = ((2/9)√14)/(5/9)

  tan(θ) = (2/5)√14

Then the cotangent is ...

  cot(θ) = 1/tan(θ) = (5/2)/√14

  cot(θ) = (5√14)/28

Secant

The secant of θ is ...

  sec(θ) = 1/cos(θ) = 1/(5/9)

  sec(θ) = 9/5

The cosine is given in the problem statement.

Traffic Jam
There are 8 cans of strawberry jam, 7 raspberry jam,
and 5 cherry jam in the cellar. You're trying to sneak
some out, but don't want to attract attention or take
too many. It's dark, so you can't tell what kind of jam
you're taking.
How many cans can you sneak out of the
cellar in the dark with the certainty that there
will still be at least 4 cans of one kind of jam
and 3 cans of another left over?

Answers

Answer:

Hey!
You could obviously count how many you're taking, so that's 7 left behind.  My guess is that you could taste the jam... but that's the best I've got.

The requreid we can sneak out 9 cans of jam in the dark and still be sure that there will be at least 4 cans of one kind of jam and 3 cans of another left over.

What is arithmetic?

It involves the basic operations of addition, subtraction, multiplication, and division, as well as more advanced operations such as exponents, roots, logarithms, and trigonometric functions.

Let's first find the minimum number of cans that need to be left in the cellar to meet the given criteria. We want at least 4 cans of one kind of jam and 3 cans of another leftover. This means we can take a maximum of:

8 - 4 = 4 cans of strawberry jam

7 - 3 = 4 cans of raspberry jam

5 - 3 = 2 cans of cherry jam

So, we can take a maximum of 4 + 4 + 2 = 10 cans in total.

To have certainty that we meet the criteria, we need to take one less than the maximum number of cans, which is 9 cans. So, we can sneak out 9 cans of jam in the dark and still be sure that there will be at least 4 cans of one kind of jam and 3 cans of another left over.

Learn more about arithmetic here:

https://brainly.com/question/11424589

#SPJ2

Select the correct answer from each drop-down menu. José and Manuel are soccer players who both play center forward for their respective teams. The table shows the total number of goals they each scored in each of the past 10 seasons. Season José Manuel 1 7 17 2 12 23 3 17 21 4 4 31 5 18 30 6 25 5 7 38 26 8 32 37 9 37 19 10 11 9 The measure of center that best represents the data is mean , and its values for José and Manuel are and , respectively. Comparing this measure of center for José’s and Manuel's data sets shows that generally scores more goals in a game

Answers

The measure of center that best represents the data is mean and its values for José and Manuel are 20.1 and 21.8, respectively. Comparing the mean values, José generally scores less goals in a game than Manuel.

What is the measure of center for the number of goals scored?

To find the measure of center that best represents the data, we will use the mean.

The measure is calculated by adding up all the values and dividing by the total number of values.

The mean number of goals for José is:

= (7+12+17+4+18+25+38+32+37+11)/10

= 20.1

The mean number of goals for Manuel is:

= (17+23+21+31+30+5+26+37+19+9)/10

= 21.8.

Read more about measure of center

brainly.com/question/15214370

#SPJ4

When Nabhitha goes bowling, her scores are normally distributed with a mean of 115
and a standard deviation of 11. What percentage of the games that Nabhitha bowls
does she score between 93 and 142, to the nearest tenth?

Answers

The percentage of the games that Natasha scores between 93 and 142 is given as follows:

96.9%.

How to obtain probabilities using the normal distribution?

The z-score of a measure X of a normally distributed variable that has mean represented by [tex]\mu[/tex] and standard deviation represented by [tex]\sigma[/tex] is obtained by the equation presented as follows:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The z-score represents how many standard deviations the measure X is above or below the mean of the distribution of the data-set, depending if the obtained z-score is positive(above the mean) or negative(below the mean).The z-score table is used to obtain the p-value of the z-score, and it represents the percentile of the measure X in the distribution.

The mean and the standard deviation are given as follows:

[tex]\mu = 115, \sigma = 11[/tex]

The proportion of games with scores between 93 and 142 is the p-value of Z when X = 142 subtracted by the p-value of Z when X = 93, hence:

Z = (142 - 115)/11

Z = 2.45

Z = 2.45 has a p-value of 0.992.

Z = (93 - 115)/11

Z = -2

Z = -2 has a p-value of 0.023.

0.992 - 0.023 = 0.969, hence the percentage is of 96.9%.

More can be learned about the normal distribution at brainly.com/question/25800303

#SPJ1

A smart phone screen measures 5 inches by 7 inches. It is surrounded by a frame of width w. Write an expression in standard form for the total area of the screen and frame

Answers

Answer:

4x² + 24x + 35

Step-by-step explanation:

Total area = (7 + 2x)(5 + 2x)

= 35 + 10x + 14x + 4x²

= 4x² + 24x + 35

Given y = 4x² + 3x, find dy/dt when x= -1 and dx/dt = 3(Simplify your answer.)

Answers

Given the function y = 4x² + 3x, we will find dy/dt by differentiating y with respect to t. Therefore, the value of dy/dt is -15.

Using the chain rule, we have:

dy/dt = (dy/dx)(dx/dt)

Differentiating y with respect to x, we get:

dy/dx = 8x + 3

Now, we are given that x = -1 and dx/dt = 3. We can substitute these values into our equation:

dy/dt = (8(-1) + 3)(3)

dy/dt = (-5)(3)

dy/dt = -15

So, when x = -1 and dx/dt = 3, the value of dy/dt is -15.

Visit here to learn more about the Differentiable function:

brainly.com/question/15185509

#SPJ11

G(x)=5−2xg, left parenthesis, x, right parenthesis, equals, 5, minus, 2, x Determine for each x xx-value whether it is in the domain of g gg or not

Answers

The domain of function is the set of all possible values of x for which the function is defined. In this case, the function G(x) = 5 - 2x is defined for all real numbers of x.

The collection of all feasible input values (x-values) for which a function may be defined is known as the domain of function. In other words, it is the collection of all x values that may be passed into the function and provide a legitimate result (a y-value).

The function G(x) = 5 - 2x in this instance is a linear function, meaning it is defined for all real values of x. This is so that we may plug in any real value for x, and the function will output a real number for G(x) that corresponds. As an illustration, when we enter x = 0, we obtain G(0) = 5 - 2(0) = 5, and when we enter x = 2, we obtain G(2) = 5 - 2(2) = 1.

To learn more about domain of function, refer to:
https://brainly.com/question/28934802

#SPJ4

QuestionThe mean monthly salary of the 12 employees of a firm is Rs. 1450. If one more person joins the firm who gets Rs. 1645 per month, what will be the mean monthly salary of 13 employees?ARs. 1465BRs. 1954CRs. 2175DRs. 2569Medium

Answers

1465 will be the mean monthly salary .The answer is (A) Rs. 1465.

Let the sum of the 12 employees' salaries be S.

Then, the mean monthly salary of the 12 employees is given by:

S/12 = 1450

S = 12 * 1450

S = 17400

If one more person joins with a salary of Rs. 1645, the new sum of the 13 employees' salaries is:

S' = S + 1645

S' = 17400 + 1645

S' = 19045

The new mean monthly salary of the 13 employees is:

S'/13 = 19045/13

S'/13 = 1465

Therefore, the answer is (A) Rs. 1465.

Learn more about mean monthly salary,

https://brainly.com/question/19563851

#SPJ4

Jessica's cookie recipe calls for 1 1/2
cups of flour. She only has enough
flour to make 1/3 of a batch. How much
flour does she have?
A 1/3 cup
B 1/2 cup
C 1 cup
D 2 cups

Answers

Answer:

B

Step-by-step explanation:

1 1/2 x 1/3

=1/2

So therefore the answer is B (1/2 cup)

Answer:

The answer is B ( 1/2 cup)

La probabilidad de que un vuelo se retrase es 0. 2 (=20%),¿Cuales son las probabilidades de que no haya demoras en un viaje de ida y vueta

Answers

La probabilidad de que no haya demoras en un viaje de ida y vuelta es 0.64 (64%).

How to calculate the probabilities?

La probabilidad de que no haya demoras en un viaje de ida y vuelta se puede calcular utilizando la probabilidad complementaria. Si la probabilidad de que un vuelo se retrase es 0.2 (20%), entonces la probabilidad de que no haya retrasos en un vuelo individual es 1 - 0.2 = 0.8 (80%).

Para un viaje de ida y vuelta, la probabilidad de que no haya retrasos en ambos vuelos se calcula multiplicando las probabilidades de no retraso de cada vuelo.

Entonces, la probabilidad de que no haya demoras en un viaje de ida y vuelta sería 0.8 * 0.8 = 0.64 (64%), o 64 de cada 100 viajes de ida y vuelta no experimentarían retrasos.

Learn more about calcular

brainly.com/question/14286676

#SPJ11

What 2 number multiple to make -14 and add to make -3?

Answers

By using factoring and the zero product property the two numbers that multiply to make -14 and add to make -3 are -7 and 4.

What is zero product property?

The zero product property is a fundamental property of algebra that states that if the product of two or more factors is zero, then at least one of the factors must be zero. In other words, if a × b = 0, then either a = 0 or b = 0 or both a and b are zero. This property is often used to solve equations and factor polynomials. For example, if we have the equation (x - 3)(x + 5) = 0, we know that the only way the product can be zero is if one of the factors is zero, so we set each factor equal to zero and solve for x:

(x - 3)(x + 5) = 0

x - 3 = 0 or x + 5 = 0

x = 3 or x = -5

Thus, the solutions to the equation are x = 3 and x = -5.

According to the given information

We can solve this problem by using factoring and the zero product property.

First, we need to find two numbers that multiply to make -14. The factors of -14 are (-1, 14) and (1, -14), so the two numbers could be -1 and 14, or 1 and -14.

Next, we need to find which pair of numbers adds up to -3. The only pair of numbers that works is -7 and 4 because (-7) + 4 = -3.

Therefore, the two numbers that multiply to make -14 and add to make -3 are -7 and 4.

To know more about zero product property visit:

brainly.com/question/26118201

#SPJ1

Hey, I'm struggling with this lately, please help!

Answers

The measure of the exterior angle of the triangle is 128°.

How to find the measure of the exterior angle?

Trigonometry deals with the relationship between the ratios of the sides of a right-angled triangle with its angles.

Trigonometric functions are the functions that denote the relationship between angle and sides of a right-angled triangle.

Sin θ = Opposite Side/Hypotenuse

Cos θ = Adjacent Side/Hypotenuse

Tan θ = Opposite Side/Adjacent

Recall that the measure of the exterior angle of a triangle is the sum of the opposite interior angles. That is:

x = 38 + 90

x = 128°

Learn more about Trigonometry on:

brainly.com/question/11967894

#SPJ1

5) Write the rule for the reflection shown below.

Answers

Answer: 2,2

Step-by-step explanation:  if you have the 2,-2 then that would be your answer because the reflection is the same as the 2,-2 but on a different thing

G
Given: ABCD is a trapezoid.
BA CD
CA
Prove: BD
Proving Trapezoid Theorems
C
Pretests
Assemble the proof by dragging tiles to
the Statements and Reasons columns.
Angles Segments Triangles Statements Reasons
ZBAD
Statements
ZCDA
Reasons

Answers

BD = CA is proved using the Pythagorean theorem.

What is a trapezium?

It is a quadrilateral that has one pair of parallel sides and a height.

The area is calculated as 1/2 x the sum of the parallel sides x height.

Examples:

Area of a trapezium that has the parallel sides as 3 cm and 4 cm and a heght o 5 cm.

Area = 1/2 x (3 + 4) x 5

Area = 1/2 x 7 x 5

Area = 35/2 = 17.5 cm^2

We have,

From the trapezium ABCD,

BA = CD ______(A)

Now,

We can have two triangles:

ΔABD and ΔACD

Using the Pythagorean theorem.

BD² = AB² + AD² _____(1)

And,

CA² = CD² + AD² ______(2)

From (1), (2), and (A).

BD² = BA² + AD²

CA² = BA² + AD²

This means,

BD² = CA²

BD = CA

Proved

Thus,

BD = CA can be Proven as above.

Learn more about trapezium here:

https://brainly.com/question/22607187

#SPJ5

Answer:

Step-by-step explanation:

67. 8 x 9. 7 pls someone answer within the next 20 Minutes with work I'm in school lol

Answers

the answer for this question for
657.66

Consider triangle ABC with vertices A(0,0), B (0,6), and C (4,0). The image of triangle ABC after a dilation has vertices A'(0,0), B' (0,21), and C' (14,0).
What is the scale factor of the dilation?
k = ?

Answers

Answer:

k=0.3

Step-by-step explanation:

Let's call the length of each of the other two sides x. Since the triangle is isosceles, it has two sides of equal length. Therefore, the perimeter of the triangle can be expressed as 6 + x + x Simplifying this equation, we get  2x + 6 We know that the perimeter is 22 cm so we can set up an equation and solve for x. 22 = 2x + 6 Subtracting 6 from both sides, we get  16 = 2x Dividing both sides by 2, we get x=8

Use the scatter plot to fill in the missing coordinate of the ordered pair.(,12)

Answers

Answer: Pairs (0, 14) and (10, 0

Step-by-step explanation:

ANSWER THE QUESTIONS A AND B ! 1ST ONE WHO ANSWERS WITH A CORRECT ANSWER WILL BE MARkED BRAINLIEST!

Answers

Answer:

A is -4.5,2 and B is 0,-3.5

Step-by-step explanation:

Answer:

Coordinates of A: (-4.5, 2), Coordinates of B: (0, -3.5)

Mrs. Ramirez worked on her personal trainer to help develop a nutrition plan. The circle graph shows the recommended percentages for her daily intake. If she will be eating 1800 cal, then how many calories should be from proteins?

Answers

630 calories of total calory intake of Mrs. Ramirez should be from proteins.

From the circle graph we can see that,

percentage of calories from fruits is = 15%

percentage of calories from grains is = 15%

percentage of calories from vegetables is = 25%

percentage of calories from proteins is = 35%

percentage of calories from Dairy is = 10%

Here it is also given that Mrs. Ramirez need to eat 1800 calories.

So the calories should be from proteins

= 35% of 1800 calories

= (35/100)*1800 calories

= 35*18 calories

= 630 calories.

Hence, 630 calories should be from proteins.

To know more about circle graph here

https://brainly.com/question/30494159

#SPJ1

The question is incomplete. The complete question will be -

Other Questions
Triangle XYZ is drawn with vertices X(1, 2), Y(2, 5), Z(3, 4). Determine the translation direction and number of units if Z(9, 4). 6 units down 6 units up 6 units to the right 6 units to the left Susan got a prepaid debit card with 20 on it.For her first purchase with the card, she bought some bulk ribbon at a craft store. The price of the ribbon was 16 cents per yard. If after that purchase there was 14.88 left on the card, how many yards of ribbon did Susan buy? Opioids are typically prescribed to improve attention and focus. Q11A ball is thrown vertically upward. After t seconds, its height, h (in feet), is given by the function h left parenthesis t right parenthesis equals 76 t minus 16 t squared. After how long will it reach its maximum height?Round your answer to the nearest hundredth. Group of answer choices90 seconds1.2 seconds0.17 seconds2.38 seconds Find the function, f, that satisfies the following conditions f"(x)=-sin x/2, f'() = 0, f(/3)=-3 Q. N. 12. State Avogadros hypothesis. A certain element X forms two different compounds with chlorine containing 50. 68% and 74. 75 % chlorine respectively. Show how these data illustrate the law of multiple proportions. 1. Explain two ways in which suburbs are segregated. 2. Describe why a "permanent underclass" has developed in many cities, and the problems that result A sample of iodine-131 has an activity of 200 mCi. If the half-life of iodine-131 is 8. 0 days, what activity is observed after 16 days?0. 5 half livesStep [1]: Determine the number of half lives. x 1285. 88 x10-37mci16 days128 half lives2 half lives80 half lives1 dayStep [2]: Find the final activity. 50. 0 mci200. Mci200. Mci(initial activity) John is planning an end of the school year party for his friends he has $155 to spend on soda and pizza he knows he has to buy 10 2 L bottles of soda choose the any quality and calculate the greatest number of pizzas he can buy The quantity of a product manufactured by a company is given by Q = aK^{0.6}L^{0.4}where a is a positive constant, Kis the quantity of capital and Listhe quantity of labor used. Capital costs are $44 per unit, labor costs are $11 per unit, and the company wants costs for capital and labor combined to be no higher than $330. Suppose you are asked to consult for the company, and learn that 6 units each of capital and labor are being used, (a) What do you advise? Should the company use more or less labor? More or less capital? If so, by how much? What was not a result of the car culture that developed in the postwar era?. Tanisha is playing a game with two different types of fair geometric objects. One object has eight faces numbered from 1 to 8. The other has six faces labeled M, N, oh, P, Q, and R. What is the probability of rolling a number greater than three and the R on the first role of both objects?A. 1/8B. 1/14 C. 5/48D. 43/48 A car dealership sells a car to a customer for $35,000. the customer makes a 10% down payment, and the dealership finances the remaining 90% in-house. how much will the car dealership record in accounts receivable for this customer HELP ME WITH THIS PLEASEWrite your own persuasive sentences using different persuasive techniques for each of the following scenarios. 1. You are trying to persuade members of your class to volunteer to tutor underprivileged children. 2. You are trying to persuade members of your class to volunteer to tutor underpriviledge children. 3. You are trying to convince the your friends to donate for those affected by the pandemic. Complete the balanced molecular chemical equation for the reaction below. If no reaction occurs, write NR after the reaction arrow. Be sure to include the proper phases for all species within the reaction.HSO(aq) + CsOH(aq) Answer ASAP PLEase The term postmodern was first used in reference to a certain style in group of answer choices happenings. conceptual art. installations. architecture. (a) Find an equation of the tangent plane to the surface at the given point. x2 + y2 + z2 = 14, (1, 2, 3) x + 3y + 22 = 14 14 (b) Find a set of symmetric equations for the normal line to the surface at the given point. Ox - 1 = y - 2 = z - 3 OX-1-y-2-2-3 14 14 Y Y 2 3 X-1 _ y - 2 2-3 2 3 y 14 14 14 o 1 2 A metal Q forms an oxide when 10. 4g of it reacts with 7. 48dm of oxygen gas at 27C and a pressure of 100KPa. (i) Determine the formula of the oxide(ii) Calculate the percentage by mass of oxygen in the oxideAtomic masses[ Q=52. 0 O=16. 0] Green co. has two long-term construction contracts. one contract, with blue co., qualifies for revenue recognition while the performance obligation is being satisfied. the other contract, with red co., does not qualify for revenue recognition until the performance obligation is fully satisfied. for either of these two contracts, what account would be debited when preparing the journal entry to record billings A brick wall be shaped like a rectangular prism.the wall needs to be 3 feet tall, and the builder have enough bricks for the wall to have a volumn of 330 cubic feet.