document.write( "Question 245934: The product of the page numbers on two facing pages of a book is 132. Find the page numbers. \n" ); document.write( "
Algebra.Com's Answer #179604 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Let P be the page number of the first page. Then the next page has number P+1.\r \n" ); document.write( "\n" ); document.write( "So we have P *(P+1) = 132\r \n" ); document.write( "\n" ); document.write( "P^2 + P - 132 = 0\r \n" ); document.write( "\n" ); document.write( "This is a quadradic equation. Solve for P. \n" ); document.write( " |