1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Verdich [7]
3 years ago
8

which of the following is equivalent to 3 sqrt 32x^3y^6 / 3 sqrt 2x^9y^2 where x is greater than or equal to 0 and y is greater

than or equal to 0
Mathematics
1 answer:
Nutka1998 [239]3 years ago
8 0

Answer:

\frac{\sqrt[3]{16y^4}}{x^2}

Step-by-step explanation:

The options are missing; However, I'll simplify the given expression.

Given

\frac{\sqrt[3]{32x^3y^6}}{\sqrt[3]{2x^9y^2} }

Required

Write Equivalent Expression

To solve this expression, we'll make use of laws of indices throughout.

From laws of indices \sqrt[n]{a}  = a^{\frac{1}{n}}

So,

\frac{\sqrt[3]{32x^3y^6}}{\sqrt[3]{2x^9y^2} } gives

\frac{(32x^3y^6)^{\frac{1}{3}}}{(2x^9y^2)^\frac{1}{3}}

Also from laws of indices

(ab)^n = a^nb^n

So, the above expression can be further simplified to

\frac{(32^\frac{1}{3}x^{3*\frac{1}{3}}y^{6*\frac{1}{3}})}{(2^\frac{1}{3}x^{9*\frac{1}{3}}y^{2*\frac{1}{3}})}

Multiply the exponents gives

\frac{(32^\frac{1}{3}x*y^{2})}{(2^\frac{1}{3}x^{3}*y^{\frac{2}{3}})}

Substitute 2^5 for 32

\frac{(2^{5*\frac{1}{3}}x*y^{2})}{(2^\frac{1}{3}x^{3}*y^{\frac{2}{3}})}

\frac{(2^{\frac{5}{3}}x*y^{2})}{(2^\frac{1}{3}x^{3}*y^{\frac{2}{3}})}

From laws of indices

\frac{a^m}{a^n} = a^{m-n}

This law can be applied to the expression above;

\frac{(2^{\frac{5}{3}}x*y^{2})}{(2^\frac{1}{3}x^{3}*y^{\frac{2}{3}})} becomes

2^{\frac{5}{3}-\frac{1}{3}}x^{1-3}*y^{2-\frac{2}{3}}

Solve exponents

2^{\frac{5-1}{3}}*x^{-2}*y^{\frac{6-2}{3}}

2^{\frac{4}{3}}*x^{-2}*y^{\frac{4}{3}}

From laws of indices,

a^{-n} = \frac{1}{a^n}; So,

2^{\frac{4}{3}}*x^{-2}*y^{\frac{4}{3}} gives

\frac{2^{\frac{4}{3}}*y^{\frac{4}{3}}}{x^2}

The expression at the numerator can be combined to give

\frac{(2y)^{\frac{4}{3}}}{x^2}

Lastly, From laws of indices,

a^{\frac{m}{n} = \sqrt[n]{a^m}; So,

\frac{(2y)^{\frac{4}{3}}}{x^2} becomes

\frac{\sqrt[3]{(2y)}^{4}}{x^2}

\frac{\sqrt[3]{16y^4}}{x^2}

Hence,

\frac{\sqrt[3]{32x^3y^6}}{\sqrt[3]{2x^9y^2} } is equivalent to \frac{\sqrt[3]{16y^4}}{x^2}

You might be interested in
5 × 4) × (16 ÷ 8) × (24 − 22) =
saw5 [17]

Answer:

80

Step-by-step explanation:

(5 * 4) = 20

(16 / 8) = 2

(24 - 22) = 2

20 * 2 * 2 = 80

7 0
3 years ago
Read 2 more answers
Seven-eighths minus five-twelfths
Elenna [48]
The answer to your question is A, 11/24





5 0
3 years ago
Read 2 more answers
A bag of numbered lottery balls contains the numbers 1 through 40. What is the probability that a randomly selected ball will be
MA_775_DIABLO [31]

Answer:

3/40

Step-by-step explanation:

So we look for all the multiples of 13 not over 40

There are 3 which are; 13, 26, 39

So it will be 3/40

8 0
3 years ago
) Evaluating a polynomial limit analytically You should have learned by now the process for finding the derivative of a polynomi
wolverine [178]

Answer:

This code or is program to find a given value of derivative of  a polynomial.

Step-by-step explanation:

We know already how to apply or make the procedures mathematically talking so this short program will eventually help you how to find logic.

// libraries

#include <stdio.h>

#include <conio.h>

//use to control floating elements

float poly(float a[], int, float);

//main

int main()

{

// Enter the degree of polynomial equation

float x, a[10], y1;

int deg, i;

printf("Enter the degree of polynomial equation: ");

scanf("%d", &deg);

printf("Ehter the value of x for which the equation is to be evaluated: ");

// Enter the coefficient of x to the power

scanf("%f", &x);

for(i=0; i<=deg; i++)

{

 printf("Enter the coefficient of x to the power %d: ",i);

 scanf("%f",&a[i]);

}

// The value of polynomial equation for the value of x

y1 = poly(a, deg, x);

 

printf("The value of polynomial equation for the value of x = %.2f is: %.2f",x,y1);

 

return 0;

}

/* function for finding the value of polynomial at some value of x */

float poly(float a[], int deg, float x)

{

float p;

int i;

 

p = a[deg];

 

for(i=deg;i>=1;i--)

{

 p = (a[i-1] + x*p);

}

 

return p;

}

8 0
2 years ago
Anyone know this answer for this question
svlad2 [7]

Answer:

What's the question, it's bloked on my computer

Step-by-step explanation:

3 0
3 years ago
Other questions:
  • Melinda ate breakfast and wanted to leave her waitress a 20% tip her meal cost $7.50 How much money should Melinda leave for the
    13·2 answers
  • Dilation of 4 n (0,0) k(1, 1) I (1, 0)
    14·1 answer
  • Negative X squared minus 2X minus 6<br> X^2-2X-6
    9·1 answer
  • Mrs. Hernandez saves 4% of her earnings for retirement. This year, she earned $200 more than last year, and she saved $900. Comp
    14·1 answer
  • 4-3-6x^3-2y^3+3x^3+5+2y^3 combining like terms please check answer before given
    9·1 answer
  • Elein and Naya wanted to meet between their houses at midpoint (4 , 1). If Elien’s house is at
    13·1 answer
  • HELP ME PLSSSSSSSSSSSSS WITH ALL
    8·1 answer
  • Please hurry please
    13·1 answer
  • Please help!!!
    5·1 answer
  • Which statement is not correct?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!