document.write( "Question 659740: If a two digit number has x for its unit's digit and y for its ten's digit, represent the number. \n" ); document.write( "
Algebra.Com's Answer #410900 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x = ones
\n" ); document.write( "y = tens
\n" ); document.write( "Visualize it as a variation of the expanded form:
\n" ); document.write( "for example, 81 is 80 + 1 or 8(10) + 1
\n" ); document.write( "Applied to this problem, represent the number as:
\n" ); document.write( "x + 10y
\n" ); document.write( "
\n" );