document.write( "Question 246599: a student opens a mathematics book to two facing pages. the product of the page numbers is 272. find the page numbers. \n" ); document.write( "
Algebra.Com's Answer #180031 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the pages be x and x+1 \n" ); document.write( "x(x+1)=272 \n" ); document.write( "x^2+x-272=0 \n" ); document.write( "(x+17)(x-16)=0 \n" ); document.write( "x=16 \n" ); document.write( "x+1=17 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |