document.write( "Question 1120966: A student plans to spend ₦200 on p notebooks. But the price of the notebooks had increased by ₦10. As a result, the number of notebooks the student could buy was reduced by 1. Find the price of each notebook before the increase. \n" ); document.write( "
Algebra.Com's Answer #736693 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\"p\" notebooks costed N200  ====>  hence, one notebook price was \"200%2Fp\" before increasing.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "After increasing, one notebook price becomes \"200%2F%28p-1%29\", and the difference is N10.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"200%2F%28p-1%29\" - \"200%2Fp\" = 10\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve it, multiply both sides by  p*(p-1). You will get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    200*p - 200*(p-1) = 10p*(p-1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    200p - 200p + 200 = 10p^2 - 10p\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    10p^2 - 10p - 200 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    p^2 - p - 20 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    (p-5)*(p+4) = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The only positive solution is  p= 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  Before price increasing, one notebook cost was  \"200%2F5\" = N40.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------
\n" ); document.write( "To see many other similar problems solved by the same method, look into the lesson\r
\n" ); document.write( "\n" ); document.write( "    - Challenging word problems solved using quadratic equations \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );