document.write( "Question 255657: Stacy has a collection of coins from 5 diffrent countries. Half of the coins are from England, 1/6 are from Mexico, 1/6 are from India, 1/12 are from Italy, and 7 are from Spain. How many coins are in the collection, and how many are from each country? \n" ); document.write( "
Algebra.Com's Answer #187883 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let x= total number of coins
\n" ); document.write( "x/2+x/6+x/6+x/12+7=x
\n" ); document.write( "x=84
\n" ); document.write( "84/2=England
\n" ); document.write( "84/6=Mexico and India
\n" ); document.write( "84/12=Italy
\n" ); document.write( "7 Spain
\n" ); document.write( "
\n" );