document.write( "Question 95592: 1. A designer, attempting to arrange the characters of his artwork in the form of a square grid with equal number of rows and columns, found that 24 characters were left out. When he tried to add one more row and column, he found that he was short of 25 characters. Can you find the number of characters used by the designer? \n" ); document.write( "
Algebra.Com's Answer #69634 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1. A designer, attempting to arrange the characters of his artwork in the form of a square grid with equal number of rows and columns, found that 24 characters were left out. When he tried to add one more row and column, he found that he was short of 25 characters. Can you find the number of characters used by the designer?
\n" ); document.write( "---------------
\n" ); document.write( "Let the original square have x rows and x columns
\n" ); document.write( "It then has x^2 characters in it and 24 left out.\r
\n" ); document.write( "\n" ); document.write( "----------------
\n" ); document.write( "The modified square has (x+1) rows and (x+1) columns.
\n" ); document.write( "It then has room for (x+1)(x+1) characters but 25 spots
\n" ); document.write( "are empty.
\n" ); document.write( "-------------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "The number of characters has not changed so:
\n" ); document.write( "# in original square + 24 = # in modified square -25
\n" ); document.write( "x^2+24 = (x+1)^2-25
\n" ); document.write( "x^2+24 = x^2+2x-24
\n" ); document.write( "2x = 48
\n" ); document.write( "x = 24
\n" ); document.write( "--------------
\n" ); document.write( "So, how many characters are there?
\n" ); document.write( "x^2+24 = 600 characters
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );