document.write( "Question 910446: One number is 10 times as large as another, and their difference is 81. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "If x represents the smaller number, then the larger number is\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "x/10\r
\n" );
document.write( "\n" );
document.write( "10x\r
\n" );
document.write( "\n" );
document.write( "x + 10 \n" );
document.write( "
Algebra.Com's Answer #552508 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! One number is 10 times as large as another, and their difference is 81. Find the numbers. \n" ); document.write( " If x represents the smaller number, then the larger number is 10x \n" ); document.write( "10x - x = 81 \n" ); document.write( "x = 9, the smaller number. Larger is 90 \n" ); document.write( " |