what is the html code for (a+b)^3=a^3+3a^2b+3ab^2+b^3
Answers
Answered by
3
<html>
<head>
<title> </title>
</head>
<body>
<p> (a+b)<sup>3</sup> = a<sup>3</sup> + 3a<sup>2</sup>b + 3ab<sup>2</sup> + b<sup>3</sup> </p>
</body>
</html>
sayeed6:
why tag has been used here?
Similar questions