document.write( "Question 329095: A student opens a book to two facing pages. The product of the page numbers is 2550. What are thepage numbers? \n" ); document.write( "
Algebra.Com's Answer #235815 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the left side page number be x
\n" ); document.write( "so the next page number will be x+1
\n" ); document.write( "x(x+1)= 2550
\n" ); document.write( "x^2+x=2550
\n" ); document.write( "x^2+x-2550=0
\n" ); document.write( "x^2+51x-50x-2550=0
\n" ); document.write( "x(x+51)-50(x+51)=0
\n" ); document.write( "(x+51)(x-50)=0
\n" ); document.write( "x= 50 ignore the negative value 51
\n" ); document.write( "the pages are 50 & 51
\n" ); document.write( "
\n" );