document.write( "Question 282575: The Sum of the numbers on two consecutive pages in a book is 897. Find the page numbers.\r
\n" );
document.write( "\n" );
document.write( "V+(V+1)=897
\n" );
document.write( "v^2=896
\n" );
document.write( " ? \n" );
document.write( "
Algebra.Com's Answer #205186 by richwmiller(17219) You can put this solution on YOUR website! not V^2 but 2V=896 \n" ); document.write( "v=896/2=448 \n" ); document.write( "and v+1=449 \n" ); document.write( " \n" ); document.write( " |