document.write( "Question 357641: A student opens a mathematics book to two facing pages. The product of the page numbers is 2550. Find the page numbers.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first page is ??\r
\n" ); document.write( "\n" ); document.write( "The Second page is ??
\n" ); document.write( "

Algebra.Com's Answer #255321 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
let x = the first page, so x +1 = next page.
\n" ); document.write( "Then \"x%28x%2B1%29+=+2550\",
\n" ); document.write( "\"x%5E2+%2B+x+=+2550\",
\n" ); document.write( "\"x%5E2+%2B+x+-+2550=0\",
\n" ); document.write( "\"%28x-50%29%28x%2B51%29=+0\",
\n" ); document.write( "x = 50, and x+1 = 51.
\n" ); document.write( "
\n" );