Math Problem Statement

Given a number x with n digits that ends in the digit 2. The digit 2 that is in the last place (the unity digit - right) - is moved to the left (to the left end of the number) and you get 2x. FindThe original X

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Number Manipulation
Powers of 10

Formulas

x = 10y + 2
2 × 10^{n-1} + y = 2x
y = (2 × 10^{n-1} - 4) / 19
x = 10y + 2

Theorems

Basic properties of powers of 10
Algebraic equation manipulation

Suitable Grade Level

Grades 9-12