document.write( "Question 892525: There are 3 piles of rocks, A, B and C where B has 2 more than A and C has 4 times as many rocks as A. The total number of rocks is 14. Find the number of rocks in each pile using x and to do the problem in 3 different ways, using the x in three different positions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #540641 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! There are 3 piles of rocks, A, B and C where B has 2 more than A and C has 4 times as many rocks as A. The total number of rocks is 14. Find the number of rocks in each pile using x and to do the problem in 3 different ways, using the x in three different positions. \n" ); document.write( ": \n" ); document.write( "x = A pile \n" ); document.write( "then \n" ); document.write( "(x+2) = B pile \n" ); document.write( "and \n" ); document.write( "4x = C pile \n" ); document.write( ": \n" ); document.write( "x + (x+2) + 4x = 14 \n" ); document.write( "6x = 14 - 2 \n" ); document.write( "6x = 12 \n" ); document.write( "x = 2 rocks in A pile \n" ); document.write( ": \n" ); document.write( "You find the no. in B and C \n" ); document.write( ": \n" ); document.write( "Seems like a good way to do this \n" ); document.write( " \n" ); document.write( " |