document.write( "Question 1039341: in a party if 1 out of every 3 guests brought bouquets,1 out of 5 brought gift items,1 out of 6 gave cash gifts and the remaining 27 guest gave gift vouchers and none of them gave two things. how many people attended the party \n" ); document.write( "
Algebra.Com's Answer #654274 by brohi(1)\"\" \"About 
You can put this solution on YOUR website!
Let n be the total amount of guests. Then:
\n" ); document.write( "n/3+n/5+n/6+27=n
\n" ); document.write( "10n+6n+5n+810=30n
\n" ); document.write( "9n=810
\n" ); document.write( "n=90
\n" ); document.write( "There were 90 total guests
\n" ); document.write( "
\n" );