document.write( "Question 262173: The product of the page numbers on two facing pages of a book is 156. Find the page numbers. \n" ); document.write( "
Algebra.Com's Answer #193125 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! The pages are facing each other, so they are consecutive numbers:\r \n" ); document.write( "\n" ); document.write( "Let x = the first page number \n" ); document.write( " y = the second page number\r \n" ); document.write( "\n" ); document.write( "The second page number is just 1 more than the first, because they are consecutive numbers:\r \n" ); document.write( "\n" ); document.write( "x+1 = y\r \n" ); document.write( "\n" ); document.write( "We also know that the products of the numbers is equal to 156:\r \n" ); document.write( "\n" ); document.write( "xy = 156\r \n" ); document.write( "\n" ); document.write( "Now we will sub y = x+1 into the second equation:\r \n" ); document.write( "\n" ); document.write( "x(x+1) = 156 \n" ); document.write( "x^2 + x = 156 \n" ); document.write( "x^2 + x - 156 = 0\r \n" ); document.write( "\n" ); document.write( "Factoring (or using the quadratic formula) gives us:\r \n" ); document.write( "\n" ); document.write( "(x+13)(x-12) = 0\r \n" ); document.write( "\n" ); document.write( "x = - 13, or x = 12.\r \n" ); document.write( "\n" ); document.write( "A page number can't be negative, so we will choose x=12.\r \n" ); document.write( "\n" ); document.write( "This means that the second page must be page 13.\r \n" ); document.write( "\n" ); document.write( "So the first page is 12, and the facing page is 13. \n" ); document.write( " |