Biểu thức: P = A1 + A2 + A3
Phương trình bậc 3 là phương trình có dạng: ax3 + bx2 + cx + d = 0

The most beautiful women are Mlle Gwendoline and Mme Denise.


The coordinate of the ith point is (xi, yi). For example, the 10th point has coordinate (x10, y10).

Code <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
Biểu thức: P = A<sub>1</sub> + A<sub>2</sub> + A<sub>3</sub>
<hr />
Phương trình bậc 3 là phương trình có dạng: ax<sup>3</sup> + bx<sup>2</sup> + cx + d = 0
<hr />
<p>
The most beautiful women are
<span lang="fr">
<abbr>M<sup>lle</sup></abbr>
Gwendoline</span> and
<span lang="fr">
<abbr>M<sup>me</sup></abbr>
Denise</span>.
</p>
<hr />
<p>
The coordinate of the
<var>i</var>th point is
(<var>x<sub><var>i</var></sub></var>,
<var>y<sub><var>i</var></sub></var>).
For example, the 10th point has coordinate
(<var>x<sub>10</sub></var>,
<var>y<sub>10</sub></var>).
</p>
</body>
</html>