Write a html program to display the following format (a + b)3 = a3 + 3a2b + 3ab2 + b3
Answers
Answered by
40
<html>
<body>
(a+b)<sup>3</sup> = a<sup>3</sup> + 3a<sup>2</sup>b + 3ab<sup>2</sup> + b<sup>3</sup>
</body>
</html>
<body>
(a+b)<sup>3</sup> = a<sup>3</sup> + 3a<sup>2</sup>b + 3ab<sup>2</sup> + b<sup>3</sup>
</body>
</html>
Answered by
2
Answer:
Good morning mate. Here is your answer.
Solution:
<html>
<body>
(a+b)<sup>3</sup> = a<sup>3</sup> + 3a<sup>2</sup>b + 3ab<sup>2</sup> + b<sup>3</sup>
</body>
</html>
Although the above answer is correct, I wanted you to get cleared to it. Please, write the correct question.
Write a html program to display the following format a³-b³= (a-b) (a²+ab+b²)
Thanks-
Jeon
Similar questions