document.write( "Question 147568: Tom and David have 480 marbles between them. Tom arranges them in columns with 6 in each column, and David arranges them with 9 in each column. The total number of columns is 72. Express the above information in the form of an algebraic equation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I cannot figure how to express the information in the form of an equation. From the directions, it seems that all the information should be included in one equation, but I am at a loss. I did come up with the info below, but I am unsure if this is what is being asked. Any help would be appreciated.
\n" );
document.write( "t + d = 72 columns
\n" );
document.write( "6t + 9d = 480 marbles
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #107956 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Tom and David have 480 marbles between them. Tom arranges them in columns with 6 in each column, and David arranges them with 9 in each column. The total number of columns is 72. Express the above information in the form of an algebraic equation. \r \n" ); document.write( "\n" ); document.write( "--------------------- \n" ); document.write( "Let David have \"x\" marbles: \n" ); document.write( "Number of columns he has is x/6 \n" ); document.write( "------------------------ \n" ); document.write( "Let Tom have \"y\" marbles: \n" ); document.write( "Number of columns he has is y/9 \n" ); document.write( "------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "x + y = 480 \n" ); document.write( "x/6 + y/9 = 72 \n" ); document.write( "------------------ \n" ); document.write( "Rearrange: \n" ); document.write( "3x + 2y = 18*72 \n" ); document.write( "3x + 3y = 3*480 \n" ); document.write( "-------------- \n" ); document.write( "y = 144 (# of marbles Tom has) \n" ); document.write( "x + 144 = 480 \n" ); document.write( "x = 336 (# of marbles David has) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |