document.write( "Question 516819: Solve-A 2-digit no. Is such that the product of its digits is 18.When 63 is subtracted from the no. the digits interchange their position.Find the nos. \n" ); document.write( "
Algebra.Com's Answer #344514 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! With digit problems you have to look at a number in terms of the place values of its digits. Consider the number 'xy' which does NOT mean x*y, but rather x being next to y. \n" ); document.write( ". \n" ); document.write( "The value of 'xy' is 10x + y. \n" ); document.write( ". \n" ); document.write( "x*y = 18 \n" ); document.write( "so \n" ); document.write( "x = 18/y \n" ); document.write( ". \n" ); document.write( "10x + y -63 = 10y + x \n" ); document.write( ". \n" ); document.write( "subsitute \n" ); document.write( ". \n" ); document.write( "10*18/y +y -63 = 10y +18/y \n" ); document.write( ". \n" ); document.write( "180/y + y -63 = 10y + 18/y \n" ); document.write( ". \n" ); document.write( "multiply through by y to eliminate the fractions \n" ); document.write( ". \n" ); document.write( "180 + y^2 -63y = 10y^2 + 18 \n" ); document.write( ". \n" ); document.write( "collect terms \n" ); document.write( ". \n" ); document.write( "10y^ + 18 = y^2 -63y + 180 \n" ); document.write( "9y^2 +63y -162 = 0 \n" ); document.write( ". \n" ); document.write( "divide by 9 \n" ); document.write( ". \n" ); document.write( "y^2 +7y - 18 = 0 \n" ); document.write( ". \n" ); document.write( "factor \n" ); document.write( ". \n" ); document.write( "(y+9)(y-2) = 0 \n" ); document.write( ". \n" ); document.write( "y = -9 or 2 \n" ); document.write( ". \n" ); document.write( "Substitute 2 \n" ); document.write( ". \n" ); document.write( "x*2 = 18 \n" ); document.write( "x = 9 \n" ); document.write( ". \n" ); document.write( "The original number appears to be: 92. \n" ); document.write( ". \n" ); document.write( "The product of 9*2 = 18, which is how the solution was found. \n" ); document.write( "To check these values, you have to use the other equation. \n" ); document.write( ". \n" ); document.write( "92 - 63 = 29 \n" ); document.write( "Yep. The digits are interchanged. \n" ); document.write( ". \n" ); document.write( "Answer: The original number is 92. The other number is 29. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( ". \n" ); document.write( "But what about the y=-9? \n" ); document.write( "Well, it is not a single digit. \n" ); document.write( "x*-9 = 18 \n" ); document.write( "x = -2 \n" ); document.write( ". \n" ); document.write( "-29 -63 = -92 \n" ); document.write( ". \n" ); document.write( "So in a sense it works, but we would need a means to show a negative number with a different symbol that takes only one space for this solution to make common sense.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |