document.write( "Question 1184165: Jerome wanted to decorate a room by hanging rows of wooden beads across the
\n" );
document.write( "windows. He strung 1/3 of the beads in 7 long pieces of string and 4/9 of the beads in
\n" );
document.write( "16 short pieces of string. He kept the rest of the beads in a container. Each long piece
\n" );
document.write( "of string had 15 more beads than each short piece of string.
\n" );
document.write( "(a) What fraction of the beads was kept in the container?
\n" );
document.write( "(b) How many beads did Jerome use to create his decoration? \n" );
document.write( "
Algebra.Com's Answer #821443 by Octo-pie7(11) You can put this solution on YOUR website! (a) fraction of beads which was kept in container = \n" ); document.write( "1 - (1/3 + 4/9) = 1 - ((3 + 4)/9) \n" ); document.write( "= 1 - 7/9 \n" ); document.write( "= (9 - 7)/9 \n" ); document.write( "= 2/9 \n" ); document.write( "fraction of beads kept in container = 2/9 \n" ); document.write( "(b) Let the total beads be x and y be the number of beads in short string \n" ); document.write( "it is given that 1/3 of the beads are used in 7 long pieces of string and each long piece string had 15 more beads than each short string. \n" ); document.write( "-> 1/(x) = 7(y + 15) \n" ); document.write( "-> x = 21(y+15) - (1)\r \n" ); document.write( "\n" ); document.write( "It is given that 4/9 of the beads are used in 16 short pieces of string. \n" ); document.write( "-> 4/9x = 16y \n" ); document.write( "-> x = 16 * 9/4y \n" ); document.write( "-> x = 36y -(1) \n" ); document.write( "from (1) and (2) \n" ); document.write( "36y = 21(y + 15) \n" ); document.write( "-> 36y = 21y + 315 \n" ); document.write( "-> 36 - 21y = 315 \n" ); document.write( "-> 15y = 315 \n" ); document.write( "-> y = 315/15 = 21 \n" ); document.write( "using this in (2) we have \n" ); document.write( "x + 36 * 21 = 756 \n" ); document.write( "Total number of beads were 756 \n" ); document.write( " |