Math, asked by vinay1760, 1 year ago

find the smallest number by which each should be multiplied to obtain a perfect code question number 1 121

Answers

Answered by kishankumar81
1
Given a number ‘n’, find the smallest number ‘p’ such that if we multiply all digits of ‘p’, we get ‘n’. The result ‘p’ should have minimum two digits.

Examples:

Input: n = 36 Output: p = 49 // Note that 4*9 = 36 and 49 is the smallest such number Input: n = 100 Output: p = 455 // Note that 4*5*5 = 100 and 455 is the smallest such number Input: n = 1 Output:p = 11 // Note that 1*1 = 1 Input: n = 13 Output: Not Possible

kishankumar81: tell me on thing
vinay1760: but
vinay1760: kya
vinay1760: bhejo
kishankumar81: what's mean of code questions
vinay1760: 121
kishankumar81: lcm kaise bhejo
vinay1760: jaise bhejajete. hai
kishankumar81: kaise isme option nahi hai
vinay1760: speak ker ke
Similar questions