Math Problem Statement

make the total of the three numbers be 20% less of what i input. the numbers must be whole numbers. the numbers must not end in 1 or 0. if the total exceeds 2000, then the total of the three numbers must be 40% off of what i input. no need to show the calculations. the numbers must not be repeating. the starting numbers must not be the same.

1495

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Percentages
Number Theory
Whole Numbers

Formulas

20% reduction formula: Total = Input - (Input * 0.20)
40% reduction formula if input > 2000: Total = Input - (Input * 0.40)

Theorems

-

Suitable Grade Level

Grades 6-8