document.write( "Question 967596: Two quantities P and Q are in the ratio 2 : 3. If P is reduced by 1, the ratio is 1/2. Find the values of P and Q.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591388 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Two quantities P and Q are in the ratio 2 : 3. If P is reduced by 1, the ratio is 1/2. Find the values of P and Q. \n" ); document.write( "p/q=2/3 given \n" ); document.write( "3p=2q (1) \n" ); document.write( "p-1/q=1/2 \n" ); document.write( "2p-2=q(2) by substitions in (1_) \n" ); document.write( "3p=2(2p-2) \n" ); document.write( "3p=4p-4 \n" ); document.write( "-p=-4 or p=4 \n" ); document.write( "q=2p-2 \n" ); document.write( "q=2x4-2=6\r \n" ); document.write( "\n" ); document.write( "p=4 and q=6 \n" ); document.write( " |