Math, asked by rohin111bhattacharya, 7 months ago

somebody please solve this question. wrong answers will be reported​

Attachments:

mysticd: check the first term denominator it may be 3x²y + y³

Answers

Answered by nalanagulajagadeesh
1

Answer:

please check the question once,

I think we can only solve this sum by using one formula,

(a+b)^3=a^3+b^3+3a^2b+3ab^2,

and LHS and RHS of 1st equations are of different variables.To get required solution(x/a=y/b),

the only way is to prove that ,

(x^3+3xy^2)/(3xy^2+y^3)=x/y,

similarly,

(a^3+3ab^2)/(3a^2b+b^3)=a/b,

which is not possible.

Answered by Itzmisspari03
3

can you please give me the code of rainbow colors background..... I will also give some codes...

please

write your name instead of my name

<!DOCTYPE html>

<html>

<head>

<title>SVG Text Animation</title>

<style>

body{

margin:0;

padding:0;

background-color:#444;

}

.a{

stroke-dasharray: 2000;

stroke-dashoffset: 0;

animation: dash 20s linear;

text-shadow:0px 0px 20px red;

}

@keyframes dash{

from{stroke-dashoffset: 2000;}

to{stroke-dashoffset: 0;}

0%{fill: none;}

30%{fill:lime ;}

from{stroke: gold}

to{stroke: ;}

}

</style>

</head>

<body>

<svg width="100%" height="500" >

<text class="a" x="5px" y="200"

style=" font-size: 60;

stroke:#f00;

fill: #red;

">

__SoMyA__

</text>

</svg>

</body>

</html>

Similar questions