document.write( "Question 447731: Two pages that face eachother in a book have 465 as the sum of their page numbers. What is the number of the page that comes first? \n" ); document.write( "
Algebra.Com's Answer #308189 by Leaf W.(135)\"\" \"About 
You can put this solution on YOUR website!
p = one of the page numbers
\n" ); document.write( "Since they are facing each other, one number must have be one page greater than the other, so:
\n" ); document.write( "p + 1 = other page number
\n" ); document.write( "They have a sum of 465, so:
\n" ); document.write( "p + (p + 1) = 465
\n" ); document.write( "p + p + 1 = 465
\n" ); document.write( "2p + 1 = 465
\n" ); document.write( "Subtract 1 from both sides: 2p = 464
\n" ); document.write( "Divide both sides by 2: p = 232
\n" ); document.write( "So, one of the page numbers is 232. Plug this in for the value of p into the expression representing the other page number (p + 1) to find the other page number:
\n" ); document.write( "232 + 1 = 233
\n" ); document.write( "Therefore, the two page numbers are 232 and 233. However, the problem only asks for the page number that comes first. Since 232 is smaller, it must come first in the book.
\n" ); document.write( "***Therefore, the number of the page that comes first is 232.
\n" ); document.write( "
\n" );