Numbers

Write the smallest three-digit number in divisions 5 and 7, and gives the rest 2.

Correct answer:

x =  107

Step-by-step explanation:

for($i=100;$i<999;$i++)
{
    if($i%5==2 && $i%7==2)
    {
	break;
    }
}




Did you find an error or inaccuracy? Feel free to write us. Thank you!







You need to know the following knowledge to solve this word math problem:

Related math problems and questions: