document.write( "Question 206593: A designer attempts to arrange the characters of his artwork in the form of a square grid with equal numbers of rows and columns, but finds that 24 characters are left out. When he tries to add one more row and column, he finds that he has 25 too few characters. Find the number of characters used by the designer.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #156148 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A designer attempts to arrange the characters of his artwork in the form of a square grid with equal numbers of rows and columns, but finds that 24 characters are left out. When he tries to add one more row and column, he finds that he has 25 too few characters. Find the number of characters used by the designer. \n" ); document.write( ": \n" ); document.write( "If x = number of characters in each row \n" ); document.write( "then \n" ); document.write( "x*x + 24 = total number of characters \n" ); document.write( ": \n" ); document.write( "\"When he tried to add one more row and column, he found that he was short of 25 characters.\" \n" ); document.write( "Now, the number of rows is \"x + 1\", and the number of columns is \"x + 1\", so we have \n" ); document.write( "(x + 1)(x + 1) - 25 = total number of characters. \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 2x + 1 - 25 \n" ); document.write( "x^2 + 2x - 24 \n" ); document.write( ": \n" ); document.write( "An equation from these two expression \n" ); document.write( ": \n" ); document.write( "x^2 + 2x - 24 = x^2 + 24\r \n" ); document.write( "\n" ); document.write( "x^2 - x^2 + 2x - 24 - 24 = 0 \n" ); document.write( ": \n" ); document.write( "x^2's cancel \n" ); document.write( "2x - 48 = 0\r \n" ); document.write( "\n" ); document.write( "2x = +48\r \n" ); document.write( "\n" ); document.write( "x = 48/2\r \n" ); document.write( "\n" ); document.write( "x = 24\r \n" ); document.write( "\n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( "Grid is 24 by 24 which contains 576 character + 24 left out = 600 characters\r \n" ); document.write( "\n" ); document.write( "Grid of 25 by 25 = 625 character so he would have 25 blanks\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |