Ver original<?phpfor ($x = 1;$x < 100; $x++) { if (($x + 8) * 2 + 5 == $x + 20 + 8) { echo 'El hijo tiene '.$x.' y el padre '.($x+20); break; }}