The graph below represents which of the following functions?

The Graph Below Represents Which Of The Following Functions?

Answers

Answer 1

Answer:

D

Step-by-step explanation:

The correct answer is D, try graphing them on desmos.


Related Questions

c program to generate prime numbers from 1 to 100.Also count prime numbers. ​

Answers

Answer:

Step-by-step explanation:

#include <stdio.h>

int main()

{

  int num1, num2, flag_var, i, j;

 

  /* Ask user to input the from/to range

   * like 1 to 100, 10 to 1000 etc.

   */

  printf("Enter two range(input integer numbers only):");

  //Store the range in variables using scanf

  scanf("%d %d", &num1, &num2);

 

  //Display prime numbers for input range

  printf("Prime numbers from %d and %d are:\n", num1, num2);

  for(i=num1+1; i<num2; ++i)

  {

     flag_var=0;

     for(j=2; j<=i/2; ++j)

     {

        if(i%j==0)

        {

           flag_var=1;

           break;

        }

     }

     if(flag_var==0)

        printf("%d\n",i);

 }

 return 0;

}

solve the following equations
x-1=6/x​

Answers

Answer:

or,x2-x=6

or,x2-x-6=0

or,x2-3x+2x-6=0

or,x(x-3)+2(x-3)=0

or,(x-3)(x+2)=0

so either x=3

or x=-2

What is 22 x 2 + 6 = x

Answers

Answer:

x=50

Step-by-step explanation:

22•2=44

44+6=50

Answer:

50

Step-by-step explanation:

22×2=44+6=50.

jjjjjjjjjjjjjjjjjj

Scores on a college entrance examination are normally distributed with a mean of 500 and a standard deviation of 100. What percent of people who write this exam obtain scores between 350 and 650?

Answers

Answer:

The percentage is [tex]P(350 < X 650 ) = 86.6\%[/tex]

Step-by-step explanation:

From the question we are told that

   The population mean is  [tex]\mu = 500[/tex]

     The standard deviation is  [tex]\sigma = 100[/tex]

The  percent of people who write this exam obtain scores between 350 and 650    

    [tex]P(350 < X 650 ) = P(\frac{ 350 - 500}{ 100} <\frac{ X - \mu }{ \sigma } < \frac{650 - 500}{ 100} )[/tex]

Generally  

               [tex]\frac{X - \mu }{\sigma } = Z (The \ standardized \ value \ of \ X )[/tex]

   [tex]P(350 < X 650 ) = P(\frac{ 350 - 500}{ 100} <Z < \frac{650 - 500}{ 100} )[/tex]

   [tex]P(350 < X 650 ) = P(-1.5<Z < 1.5 )[/tex]

   [tex]P(350 < X 650 ) = P(Z < 1.5) - P(Z < -1.5)[/tex]

From the z-table  [tex]P(Z < -1.5 ) = 0.066807[/tex]

   and [tex]P(Z < 1.5 ) = 0.93319[/tex]

=>    [tex]P(350 < X 650 ) = 0.93319 - 0.066807[/tex]

=>  [tex]P(350 < X 650 ) = 0.866[/tex]

Therefore the percentage is  [tex]P(350 < X 650 ) = 86.6\%[/tex]

Read the following scenario, which is represented by a polynomial expression. Then answer the questions to interpret the parts of the expression in terms of the given context.

The volunteers at a high school football team’s concession stand are trying to decide on the price of the hot dogs they are selling. When they charge $2 for a hot dog, they sell an average of 70 hot dogs per game. With every $1 increase in the price, the number of hot dogs sold per game decreases by 8.

The volunteers can calculate the revenue earned from selling the hot dogs at each game using the expression -8x2 + 54x + 140, where x is the number of $1 increases in price.

Part A
What is the constant term in the polynomial expression, and what does it represent?

Answers

Answer:

x is the number of $1 increase in the price.

If there is no increase, then the total money earned is

2 × 70 = 140

If there is $1 increase, then the total money earned is

(2 + 1) × [70 - 8(1)]

If there is $2 increase, then the total money earned is

(2 + 2) × [70 - 8(2)]

If we continue the pattern, for x times $1 increase, total money earned is

(2 + x)(70 - 8x) = -8x^{2} +54x+140−8x2+54x+140

If we substitute x = 0 in the above equation, we will get

the total money earned = $140.

It means if there is no increase, then the total money earned = 140.

Hence, 140 is the constant term and it represents that there is no increase in price.

Given the number of trials and the probability of success, determine the probability indicated: a. n = 15, p = 0.4, find P(4 successes) b. n = 12, p = 0.2, find P(2 failures) c. n = 20, p = 0.05, find P(at least 3 successes)

Answers

Answer:

A)0.126775 B)0.000004325376 C) 0.07548

Step-by-step explanation:

Given the following :

A.) a. n = 15, p = 0.4, find P(4 successes)

a = number of trials p=probability of success

P(4 successes) = P(x = 4)

USING:

nCx * p^x * (1-p)^(n-x)

15C4 * 0.4^4 * (1-0.4)^(15-4)

1365 * 0.0256 * 0.00362797056

= 0.126775

B)

b. n = 12, p = 0.2, find P(2 failures),

P(2 failures) = P(12 - 2) = p(10 success)

USING:

nCx * p^x * (1-p)^(n-x)

12C10 * 0.2^10 * (1-0.2)^(12-10)

66 * 0.0000001024 * 0.64

= 0.000004325376

C) n = 20, p = 0.05, find P(at least 3 successes)

P(X≥ 3) = p(3) + p(4) + p(5) +.... p(20)

To avoid complicated calculations, we can use the online binomial probability distribution calculator :

P(X≥ 3) = 0.07548

Need the help thanks guys

Answers

Answer:

Option D is the correct answer.

Step-by-step explanation:

The equation of the function is in vertex form. Thus, we can analyze the equation to determine the x and y values of the vertex. We know that the template format of a vertex form equation is as follows:

f(x) = a(x – h)2 + k . The only constants we need are h and k, where 'h' is the x-value of our vertex and 'k' is the y-value of our vertex.

The value of 'k' can be found quite simply by looking at the equation: -9.

The value of 'h' is a little trickier, as we must take into account the 'subtract' sign of the template equation, meaning that the '+7' in the given equation actually means that we are subtracting negative seven. Thus, the value of 'h' is -7.

Thus, the vertex of this graph is (-7,-9).

This means that option D is correct.

Answer:

The vertex is at ( -7, -9)

Step-by-step explanation:

y = (x+7)^2 -9

This is written in vertex form

y = a( x-h)^2 +k where ( h,k) is the vertex

y = ( x - -7)^2 + -9

The vertex is at ( -7, -9)

plz help i'm having a really hard time with this

Answers

Answer:

Domain all reals

Range  all reals

Step-by-step explanation:

The domain is the values that x can take, or the values of the input

x can be any real number

The range is the values that y can take, or the values of the output

y can be any real number

Answer:

C)

Step-by-step explanation:

it's fully continous, linear function thus all values are possible for both, x and y

which terms are like terms in the following expression ? 6x + 8xy - 3x + 9y + 4x^2

Answers

Answer:

[tex]\Large \boxed{{6x \ \mathrm{and} \ -3x}}[/tex]

Step-by-step explanation:

Like terms have identical variables and exponents, the coefficients don’t have to be the same.

The like terms from the expression are 6x and -3x.

Step-by-step explanation:

Hey, there!!

6x and -3x are like terms.

Like terms in algebraic terms are those terms which has same variable or exponents. In This expression "6x+8xy-3x+9y4x^2"

6x and -3x has "x" common in them so, The answer is 6x and -3x.

Hope it helps..

Y=-×+1 and y=2×+4 how many solutions when graphed

Answers

Answer:

One solution (-1,2)

Step-by-step explanation:

Since these two linear equations have different slopes, different y-intercepts, and are indeed linear, these equations will only have one crossing when graphed, and hence one solution.

To find that solution, we can simply set the equations equal to each other.

y = -x + 1

y = 2x + 4

-x + 1 = 2x + 4

-3 = 3x

-1 = x

Now plug that value back into one of the equations:

y = -x + 1

y = -(-1) + 1

y = 2

So now you know the crossing for these two equations occurs at (-1,2).

Cheers.

Find a set of parametric equations for y= 5x + 11, given the parameter t= 2 – x

Answers

Answer:

[tex]x = 2-t[/tex] and [tex]y = -5\cdot t +21[/tex]

Step-by-step explanation:

Given that [tex]y = 5\cdot x + 11[/tex] and [tex]t = 2-x[/tex], the parametric equations are obtained by algebraic means:

1) [tex]t = 2-x[/tex] Given

2) [tex]y = 5\cdot x +11[/tex] Given

3) [tex]y = 5\cdot (x\cdot 1)+11[/tex] Associative and modulative properties

4) [tex]y = 5\cdot \left[(-1)^{-1} \cdot (-1)\right]\cdot x +11[/tex] Existence of multiplicative inverse/Commutative property

5) [tex]y = [5\cdot (-1)^{-1}]\cdot [(-1)\cdot x]+11[/tex] Associative property

6) [tex]y = -5\cdot (-x)+11[/tex]  [tex]\frac{a}{-b} = -\frac{a}{b}[/tex] / [tex](-1)\cdot a = -a[/tex]

7) [tex]y = -5\cdot (-x+0)+11[/tex] Modulative property

8) [tex]y = -5\cdot [-x + 2 + (-2)]+11[/tex] Existence of additive inverse

9) [tex]y = -5 \cdot [(2-x)+(-2)]+11[/tex] Associative and commutative properties

10) [tex]y = (-5)\cdot (2-x) + (-5)\cdot (-2) +11[/tex] Distributive property

11) [tex]y = (-5)\cdot (2-x) +21[/tex] [tex](-a)\cdot (-b) = a\cdot b[/tex]

12) [tex]y = (-5)\cdot t +21[/tex] By 1)

13) [tex]y = -5\cdot t +21[/tex] [tex](-a)\cdot b = -a \cdot b[/tex]/Result

14) [tex]t+x = (2-x)+x[/tex] Compatibility with addition

15) [tex]t +(-t) +x = (2-x)+x +(-t)[/tex] Compatibility with addition

16) [tex][t+(-t)]+x= 2 + [x+(-x)]+(-t)[/tex] Associative property

17) [tex]0+x = (2 + 0) +(-t)[/tex] Associative property

18) [tex]x = 2-t[/tex] Associative and commutative properties/Definition of subtraction/Result

In consequence, the right answer is [tex]x = 2-t[/tex] and [tex]y = -5\cdot t +21[/tex].

In the 30-60-90 triangle below, side s has a length of__and side q has a
length of
30°
g
8
90°
60"
S
O A. 16-3,5
OB. 1613, 16-3
O C. 4,8-13
O D. 8-5, 16
O E. 4, 4.5
O F. 4/2, 412

Answers

Answer:

Option E, 4, 4√3

Step-by-step explanation:

s = 4

q = 4√3

Two sides of a triangle are equal length. The length of the third side exceeds the length of one of the other sides by 3 centimeters. The perimeter of the triangle is 93 centimeters. Find the length of each of the shorter sides of the triangle

Answers

Answer:

30 cm

Step-by-step explanation:

let x be the lenght of the two sides of equal lenghts, so the other is x+3

and the perimeter is x+x +x +3

P=3x+3

P=3(x+1)

93=3(x+1)

31=x+1

x=30

so the shorter sides are of 30 centimeters and the longest is 33

Solve for x: −3x + 3 −1 b. x −3

Answers

Answer:

2/3

Step-by-step explanation:

Your −3x + 3 −1 is not an equation and thus has no solution.

If, on the other hand, you meant

−3x + 3 = 1

then -3x = -2, and  x = 2/3

Find the solution set of the inequality and what is the number? 16x − 7 ≤ − 71 A. C. ≤ D. ≥ E. =

Answers

x  ≤  −  4

Step-by-step explanation:

Answer:

x ≤ -4

Step-by-step explanation:

16x − 7 ≤ − 71

Add 7 to both sides.

16x ≤ -64

Divide both sides by 16.

x ≤ -4

Which is a factor of: 2x2+10x+8 ?

Answers

Answer:

2 ( x+4) ( x+1)

Step-by-step explanation:

2x^2+10x+8

Factor out 2

2 ( x^2 +5x+4)

What two numbers  multiply to 4 and add to 5

4*1 = 4

4+1 = 5

2 ( x+4) ( x+1)

[tex] \large{ \underline{ \underline{ \bf{ \pink{To \: factorise}}}}}[/tex]

2x² + 10x + 8

Factorisation:

By middle term factorisation,

⇛ 2x² + 2x + 8x + 8

⇛ 2x(x + 1) + 8(x + 1)

⇛ (2x + 8)(x + 1)

⇛ 2(x + 4)(x + 1)

☃️ Now you can break it down and check which are the factors of the polynomial according to options.

━━━━━━━━━━━━━━━━━━━━

Evaluate 3h(2) + 2k(3) =

Answers

Answer:

6h + 6k

Step-by-step explanation:

[tex]3h\left(2\right)+2k\left(3\right)\\\\\mathrm{Remove\:parentheses}:\quad \left(a\right)=a\\\\=3h\times \:2+2k\times \:3\\\\\mathrm{Multiply\:the\:numbers:}\:3\times \:2=6\\\\=6h+2\times \:3k\\\\\mathrm{Multiply\:the\:numbers:}\:2\times \:3=6\\\\=6h+6k[/tex]

Answer:

Answers for E-dge-nuityyy

Step-by-step explanation:

(h + k)(2) = 5

(h – k)(3) = 9

Evaluate 3h(2) + 2k(3) = 17

Which points are on the graph of a linear function? Select all that apply.
(-1, 7), (0,5), (1,3)
(-1, 1), (0, 0), (1, 1)
(0,5), (2,5), (3, 14)
(0, -3), (2, 5), (4, 13)

Answers

Answer:

Step-by-step explanation:

(-1,7), (0,5), (1,3)

and

(0,-3), (2,5), (4,13)

Whats 18x^3 divided by 7x?????

Answers

18/7 is about 2.6 and x^3 / x = x^2 so the answer is 2.6x^2 or 18/7 * x^2.

Pls help!!
An educator hypothesizes that the median of the number of students enrolled in cyber schools in school districts in southwestern Pennsylvania is 25. At a = 0.05, is there enough evidence to reject the educator’s claim? The data are shown here. What benefit would this information provide to the school board of a local school district? 12 41 26 14 4 38 27 27 9 11 17 11 66 5 14 8 35 16 25 17​

Answers

Answer:

nbbhhghhhjjjjjjjjjkjjjjnnmmmmmmmmbv b b j

After how many years, to the nearest whole year, will an investment of $100,000 compounded quarterly at 4% be worth
$213,022?
Provide your answer below:

Answers

9514 1404 393

Answer:

  19 years

Step-by-step explanation:

The compound interest formula tells you the future value of principal P invested at annual rate r compounded n times per year for t years is ...

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

Solving for t, we get ...

  t = log(A/P)/(n·log(1 +r/n))

Using the given values, we find t to be ...

  t = log(2.13022)/(4·log(1 +0.04/4)) ≈ 19.000

The investment will be worth $213,022 after 19 years.

Hi people, Please if someone can give me a hand, l already have done the first part of the exercise, but l cant make Angle CAB= X^0 c) calculate the lower bound for the value of tan X^0 there is the answer 1.02 (2dp) but l have no clue how to get it thanks i used Toa (Tan = Opp/ adj) but l couldnt find it thanks

Answers

Answer:

  (c) 1.02

Step-by-step explanation:

(c) The tangent is the ratio of Opposite to Adjacent. Its lowest value will be found where Opposite is lowest, and Adjacent is highest:

  min tan(A) = (min BC)/(max AB) = 75/73.5 ≈ 1.020408...(42-digit repeat)

A circle's circumference is approximately 76 cm. Estimate the radius, diameter, and area of the circle by using 3 for pi.​

Answers

Step-by-step explanation:

Circumference = 76cm

Circumference = 2(π)(r)

r -> radius

=> 2(π)(r) = 76

=> (π)(r) = 76/2

=> (π)(r) = 38

=> 3r = 38

=> r = 38/3

=> r = 13cm (Approx.)

Diameter = 2r = 2(13) = 26cm

Area = π(r)^2

        = 3(13)^2

        = 3(169)

        = 507 cm^2

Answer

d=25.34cm

a=160.53cm

cf=12.67cm

Step-by-step explanation:

circumference=cf

diameter=d

radius=r

area=a

d=2r

=2×12.67cm

=25.34cm

cf=2πr

76cm=2(3)r

76cm=3r

2

38cm=r

3

r=12.66^cm

r=12.67cm

find the area

a=πr^2

a=12.67×12.67πcm

a=160.53πcm(it is near to this)

The Rogers family and the Brooks family each used their sprinklers last summer. The Rogers family's sprinkler was used for 30 hours. The Brooks family's sprinkler was used for 25 hours. There was a combined total output of 1775 L of water. What was the water output rate for each sprinkler if the sum of the two rates was 65 L per hour?

Answers

Step-by-step explanation:

what happens if there is excess or deficit of proteins in our body

Figure out if the figure is volume or surface area.​

(and the cut out cm is 4cm)

Answers

Answer:

Surface area of the box = 168 cm²

Step-by-step explanation:

Amount of cardboard needed = Surface area of the box

Since the given box is in the shape of a triangular prism,

Surface area of the prism = 2(surface area of the triangular bases) + Area of the three rectangular lateral sides

Surface area of the triangular base = [tex]\frac{1}{2}(\text{Base})(\text{height})[/tex]

                                                           = [tex]\frac{1}{2}(6)(4)[/tex]

                                                           = 12 cm²

Surface area of the rectangular side with the dimensions of (6cm × 9cm),

= Length × width

= 6 × 9

= 54 cm²

Area of the rectangle with the dimensions (9cm × 5cm),

= 9 × 5

= 45 cm²

Area of the rectangle with the dimensions (9cm × 5cm),

= 9 × 5

= 45 cm²

Surface area of the prism = 2(12) + 54 + 45 + 45

                                           = 24 + 54 + 90

                                           = 168 cm²

inveres laplace transform (3s-14)/s^2-4s+8​

Answers

Complete the square in the denominator.

[tex]s^2 - 4s + 8 = (s^2 - 4s + 4) + 4 = (s-2)^2 + 4[/tex]

Rewrite the given transform as

[tex]\dfrac{3s-14}{s^2-4s+8} = \dfrac{3(s-2) - 8}{(s-2)^2+4} = 3\times\dfrac{s-2}{(s-2)^2+2^2} - 4\times\dfrac{2}{(s-2)^2+2^2}[/tex]

Now take the inverse transform:

[tex]L^{-1}_t\left\{3\times\dfrac{s-2}{(s-2)^2+2^2} - 4\times\dfrac{2}{(s-2)^2+2^2}\right\} \\\\ 3L^{-1}_t\left\{\dfrac{s-2}{(s-2)^2+2^2}\right\} - 4L^{-1}_t\left\{\dfrac{2}{(s-2)^2+2^2}\right\} \\\\ 3e^{2t} L^{-1}_t\left\{\dfrac s{s^2+2^2}\right\} - 4e^{2t} L^{-1}_t\left\{\dfrac{2}{s^2+2^2}\right\} \\\\ \boxed{3e^{2t} \cos(2t) - 4e^{2t} \sin(2t)}[/tex]

Rabi Sahu fixed the marked price of his radio to make a profit of 30 %. Allowing 15 % discount on the marked price, the radio was sold. What percent profit did he make?​

Answers

The percent profit that Rabi made will be 10.5%

Let's assume that the price of the house is $100.

Since he fixed the marked price of the good to make a profit of 30%, then the price will be:

= $100 + (30% × $100)

= $100 + $30

= $130

Now, there is a discount of 15%, then the selling price of the good will be:

= $130 - (15% × $130)

= $130 - (0.15 × $130)

= $130 - $19.50

= $110.50

Then, the percentage of profit made will be:

= [($110.50 - $100) / $100] × 100%

= $10.50/$100 × 100%

= 10.5%

In conclusion, the percent profit that he makes is 10.5%.

Read related link on:

https://brainly.com/question/16306955

The table above shows some values of the functions f
and g. What is the value of f(g(1)) ?
A) 2
B) 3
C) 4
D) 5

Answers

Answer:

a

Step-by-step explanation:

g(1)=5

f(g(1))=f(5)

f(5)=2

helppfind the value of x and y ​

Answers

I know tje answer

x+6kkkkkkkk

Answer:

X=75°;AND Y=30°

Step-by-step explanation:

Angle( x+75°)+(y)=180°

Angle(2x)+(y)=180°

[by subtracting both the equation we get;]

-1x=-75

x=75°

Now,value of y;

2x+y=180

2×75+y=180

150+y=180

y=180-150

y=30°

A player at a fair pays Rs. 100 to roll a dice. The player receives Rs. 50 if the number of dots facing up is equal to 5, Rs. 200 if the number is 6, but nothing otherwise. Find the expected value of the reward Y. What is the expected value of the gain? Find out the standard deviation of Y.

Answers

Answer:

The dice has 6 options:

if the outcome is 5, player wins 50

if the outcome is 6, player wins 200

if the outcome is another number, the player does not win anything.

Now, remember that the expected value can be written as:

E = ∑xₙpₙ

where xₙ is the event n, and pₙ is the probability of that event.

for a dice, the probabilty for each number is 1/6

The expected value is:

E = (1/6)*(0 + 0 + 0 + 0 + 50 + 200) = 41.66

The expected gain will be E - 100 (because the player pays 100 in order to play)

Then the expected gain is:

G = 41.66 - 100 = -58.33

The standard deviation can be written as:

s = √( ∑(x - x)^2/n)

where x is the mean, in this case the mean is:

(200 + 50 + 4*0)/6 = 41.66  and n = 6.

s = √( (1/6)*(4*(0 - 41.66)^2 + (50 - 41.66)^2 + (200 - 41.66)^2) ) = 73

So we have a lot of standard deviation on Y.

Other Questions
A tank contains oxygen gas at 2.551 atm. What is the pressure in mmHg? Which statements describe ways to reduce air, land, or water pollution? Check all that apply. Carpool to work. Landscape with native plants. Use toxic household cleaning products. Reduce waste in landfills by recycling. Turn off lights when they are not in use. Have cars routinely maintained. Overwater lawns and gardens. It's on Edguinity How can I find friend from abroad ? Atmospheric air at 1 atm has a dry-bulb temperature of 20C and a wet-bulb temperature of 15C. Determine the dew point temperature Two trains are moving towards each other on the same railroad track. From this track there's an offshoot piece of railroad the length of which is shorter than the length of the train but longer than the length of one train car. How can the trains pass each other? 8. A home inspection performed by a licensed inspector isO a. a limited visual survey and basic performance evaluation of systems in house.ob. a full visual survey to ensure the house meets building code standards.c. a comprehensive investigation of the house using specialized equipment.o d. an exploratory probe to determine the cause or effect of deficiencies noted. trong cng mt nhit , lng nng lng trn mi mol ca cht kh no ln nhta) Kh n nguyn tb) Kh c t ba nguyn tc) Kh lng nguyn t We want to build a swimming pool that is 2m by 6m. On our page it measured out to be 8cm by 24cm. What is tge scale that can be used Describe in words how you would solve the linear system y = 3x + 1 and y = - 2x + 3. Perhaps you wanted pizza for dinner, but were out voted by the rest of the family who wanted chili. This is similar to what happens in a community. One person has to give up a right for the good of the group. Sometimes citizens' duties and rights conflict with each other. A good example is a public protest. People have the right to meet in groups and share ideas. However, a protest can disrupt traffic or other normal activities. A city must provide extra police protection to keep people safe. Therefore, the city has the right to require permission in advance for a protest. Government must make laws to balance the rights of individuals and different groups of people.What signal word or phrase indicates there is a comparison in this paragraph? Were outvoted by Is similar to With each Or otherYou must check the box below prior to submitting your exam! Check this box to indicate you are ready to submit your examFDK391.12 Determine the number of degrees of freedom for the two-sample t test or CI in each of the following situations. (Round your answers down to the nearest whole number.)(a) m = 12, n = 15, s1 = 4.0, s2 = 6.0 (b) m = 12, n = 21, s1 = 4.0, s2 = 6.0(c) m = 12, n = 21, s1 = 3.0, s2 = 6.0(d) m = 10, n = 24, s1 = 4.0, s2 = 6.0 Solve for x.3x + 22x + 6x = [?] This problem is very difficult I have been stuck on it the whole entire test Select the correct text in the passage.Which detail best develops the central idea?The Footprints of Timeby Charles Bancroft(excerpt from Section VI. The Roman Republic) Which of the following is not a way to help your community improve its environmental impact?A. Buy goods in the largest boxes possibleB. Choose to purchase biodegradable productsC. Drink from a reusable water bottle D. Use a natural household cleaner like vinegar What is the degree of the monomial 5x^4? A. Degree 20 B. Degree 5 C. Degree 9 D. Degree 4 I need help with VOCAB!!!Please help ASAP please please help!! If you have a piece of glass that is 12in X 12in - how many square feet is it? Cul es la importancia de leer y escribir en la universidad? En qu forma interpretas leer y escribir en un mundo cambiante como el que vives? Cmo valoras tu capacidad lectora? Qu elementos influyen en tu habilidad para leer y escribir ahora que inicias tu formacin universitaria? FINAL QUESTION!!! EASY I AM JUST NOT TO SURE.. GOT 8 MINUTES LEFT!!! AT LEAST COME LOOK !!! WILL GIVE BRANLIEST!!14. __________ is when the mind supports the efforts of the body and vice versa.A) Total fitnessB) Heart rateC) Muscle toneD) Strength-building