document.write( "Question 340226: The product of page numbers on two facing pages of a book is 420. Find the page numbers.
\n" );
document.write( "x(x + 1) = 420 is as far as I am.... Help!!! \n" );
document.write( "
Algebra.Com's Answer #243785 by fractalier(6550) You can put this solution on YOUR website! Okay, you're good so far...so from \n" ); document.write( "x(x + 1) = 420 \n" ); document.write( "we get \n" ); document.write( "x^2 + x = 420 \n" ); document.write( "x^2 + x - 420 = 0 \n" ); document.write( "now we can solve this by factoring... \n" ); document.write( "we have to find two numbers which multiply to make 420, yet have a difference of one...well 21 and 20 fit nicely...so we get \n" ); document.write( "(x + 21)(x - 20) = 420 \n" ); document.write( "and \n" ); document.write( "x = -21 and x = 20 well, we can't have negative page numbers, sooooo... \n" ); document.write( "the pages are 20 and 21 \n" ); document.write( " |