document.write( "Question 705178: A has 20% more marbles than B, B has 20% more marbles than C. If A has 22 marbles more than C, how many marbles does B have? \n" ); document.write( "
Algebra.Com's Answer #434437 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! Try to symbolize each statement.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a=b+0.2b \n" ); document.write( "b=c+0.2c \n" ); document.write( "a=c+22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Equating for a, \n" ); document.write( "b+0.2b=c+22 \n" ); document.write( "c=b+0.2b-22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute that for c into the equation for b. \n" ); document.write( "b=c(1+0.2), then b=(b+0.2b-22)(1+0.2) \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "b=1.44b-26.4 \n" ); document.write( "b=60 marbles. \n" ); document.write( " |