Answer:
![\displaystyle\frac{\sqrt[4]{3x^2}}{2y}](https://tex.z-dn.net/?f=%5Cdisplaystyle%5Cfrac%7B%5Csqrt%5B4%5D%7B3x%5E2%7D%7D%7B2y%7D)
Step-by-step explanation:
It can work well to identify 4th powers under the radical, then remove them.
![\displaystyle\sqrt[4]{\frac{24x^6y}{128x^4y^5}}=\sqrt[4]{\frac{3x^2}{16y^4}}=\sqrt[4]{\frac{3x^2}{(2y)^4}}\\\\=\frac{\sqrt[4]{3x^2}}{2y}](https://tex.z-dn.net/?f=%5Cdisplaystyle%5Csqrt%5B4%5D%7B%5Cfrac%7B24x%5E6y%7D%7B128x%5E4y%5E5%7D%7D%3D%5Csqrt%5B4%5D%7B%5Cfrac%7B3x%5E2%7D%7B16y%5E4%7D%7D%3D%5Csqrt%5B4%5D%7B%5Cfrac%7B3x%5E2%7D%7B%282y%29%5E4%7D%7D%5C%5C%5C%5C%3D%5Cfrac%7B%5Csqrt%5B4%5D%7B3x%5E2%7D%7D%7B2y%7D)
_____
The applicable rules of exponents are ...
1/a^b = a^-b
(a^b)(a^c) = a^(b+c)
The x-factors simplify as ...
x^6/x^4 = x^(6-4) = x^2
The y-factors simplify as ...
y/y^5 = 1/y^(5-1) = 1/y^4
The constant factors simplify in the usual way:
24/128 = (8·3)/(8·16) = 3/16
Functions can be represented using equations, graphs and tables.
The function is given as:

When l = 1, we have:


When l = 2, we have:


When l = 3, we have:


When l = 4, we have:


Represent the above results as a table, we have:
<u>l a(l)</u>
1 0.5
2 2.0
3 4.5
4 8.0
Read more about tables and functions at:
brainly.com/question/13136492
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Answer:
16
Step-by-step explanation:
p=k√q
8=k√25
8=k5
k=8/5
p when q=100
p=8/5*√100
p=8/5*10
p=16