document.write( "Question 498996: PLEASE HELP!!!
\n" );
document.write( "Shopkeeper moneypenny needs coins. he wants the same amount of the following coins, i.e he wants to have coins with the value of 1,2,5,10,20,50 cent and 1 euro.
\n" );
document.write( "He wants to change 282 euro into coins. is it possible to have the same amount of the different coins, and if it is, How many coins all together, will he get \n" );
document.write( "
Algebra.Com's Answer #337319 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "Let that same amount of coins of each kind be x.\r\n" ); document.write( "\r\n" ); document.write( "Then\r\n" ); document.write( "\r\n" ); document.write( ".01x + .02x + .05x + .10x + .20x + .50x + 1.00x = 282.00\r\n" ); document.write( "\r\n" ); document.write( " 1.88x = 282.00\r\n" ); document.write( "\r\n" ); document.write( " x = \n" ); document.write( " \n" ); document.write( " |