document.write( "Question 978745: A man has Rs 100.
\n" );
document.write( "Rs 0.25 for 1 pen
\n" );
document.write( "Rs 1 for a copy
\n" );
document.write( "Rs 5 for a book
\n" );
document.write( ".
\n" );
document.write( ".
\n" );
document.write( "In what way should he buy all the things that he can have 100 things (pen+copy+book) by spending Rs 100 ?? \n" );
document.write( "
Algebra.Com's Answer #600098 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "0.25 + 1 + 5 = 6.25 \n" ); document.write( "100/6.25 = 16 \n" ); document.write( "Therefore he could have \n" ); document.write( "16 pens = Rs4 \n" ); document.write( "16 copies = Rs16 \n" ); document.write( "16 Books = Rs80 \n" ); document.write( "Total = Rs100 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |