document.write( "Question 750113: A bag contains 25 paise and 50 paise coins whose total value is Rs 30. If the number if 25 paise coins is four times that of 50 paise coins, find the number of each type of coins. \n" ); document.write( "
Algebra.Com's Answer #456367 by sachi(548)![]() ![]() You can put this solution on YOUR website! the number if 25 paise coins is four times that of 50 paise coins \n" ); document.write( "let 50 coin is x so 25 paisa coin is 4x \n" ); document.write( "whose total value is Rs 30. \n" ); document.write( "so 25*4x+x*50=30*100 \n" ); document.write( "or 100x+50x=3000 \n" ); document.write( "or 150x=3000 \n" ); document.write( "or x=3000/150=20 \n" ); document.write( "& 4x=20*4=80 \n" ); document.write( "the number of 25 paise coins is 80 & 50 paise coins is 20 \n" ); document.write( " |