Math Problem Statement

I have a number with two digits. I split the number into two separate digits, x & y. What multiple of x when added to a multiple of y, produces the original 2 digit number. The two digit range is from 1 to 99 and single digit numbers (1 - 9) have a leading 0. print a table of all results in this range of 01 - 99

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Number Theory
Algebra
Systems of Equations

Formulas

10x + y
a * x + b * y = 10x + y

Theorems

Linear Diophantine Equations

Suitable Grade Level

Grades 9-12