<?php // Вычисляем формулу $a = 8 * pow(10,2) + 9 * pow(10,1) + 2 * pow(10,0); echo $a . ' = 8 * 10<sup>2</sup> + 9 * 10<sup>1</sup> + 2 * 10<sup>0</sup><br>'; ?>