document.write( "Question 1004067: A room contains 114 chairs. The number of chairs per row is two less than twice the number of rows. Find the number of rows and the number of chairs per row. \n" ); document.write( "
Algebra.Com's Answer #620633 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of rows, r. \n" ); document.write( "Call the number of chairs per row, c. \n" ); document.write( "From the facts in the problem, we have \n" ); document.write( "c = 2r - 2 \n" ); document.write( "and \n" ); document.write( "rc = 114 \n" ); document.write( "Substituting we get \n" ); document.write( "r(2r - 2) = 114 \n" ); document.write( "2r^2 - 2r - 114 = 0 \n" ); document.write( "r^2 - r - 57 = 0 \n" ); document.write( "This does not work out evenly. I'm thinking there is a fact missing about whether the rows are even or not...\r \n" ); document.write( "\n" ); document.write( "If there were 112 chairs it would work out... \n" ); document.write( " |