document.write( "Question 10291: An island has no currency; it instead has the following exchange rate:\r
\n" ); document.write( "\n" ); document.write( "50 bananas = 20 coconuts
\n" ); document.write( "30 coconuts = 12 fish
\n" ); document.write( "100 fish = 1 hammock\r
\n" ); document.write( "\n" ); document.write( "How many bananas equal 1 hammock?\r
\n" ); document.write( "\n" ); document.write( "My work cannot figure this problem out.
\n" ); document.write( "

Algebra.Com's Answer #5443 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let's rewrite the equations: For brevity, b = bananas, c = coconuts, f = fish, and h = hammock.\r
\n" ); document.write( "\n" ); document.write( "50b = 20c, so c = (50/20)b = (5/2)b
\n" ); document.write( "30c = 12f, so f = (30/12)c = (5/2)c\r
\n" ); document.write( "\n" ); document.write( "Now: h = 100f = 100(5/2)c = 100(5/2)(5/2)b = 100(25/4)b = (25)(25)b = 625b.\r
\n" ); document.write( "\n" ); document.write( "1 hammock costs 625 bananas.
\n" ); document.write( "
\n" );