document.write( "Question 1081286: Tonya has 5 more marbles than Sasha.
\n" );
document.write( "Ameilia has 3 fewer marbles than Tonya.
\n" );
document.write( "Altogether the 3 girls have 46 marbles.
\n" );
document.write( "How many marbles does Sasha have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #695309 by addingup(3677)![]() ![]() You can put this solution on YOUR website! S = T-5 \n" ); document.write( "A = T-3 \n" ); document.write( "-------------- \n" ); document.write( "T+S+A = 46 \n" ); document.write( "T+T-5+T-3 = 46 \n" ); document.write( "3T-8 = 46 \n" ); document.write( "3T = 54 \n" ); document.write( "T = 18 \n" ); document.write( "So, Tonya has 18 marbles \n" ); document.write( "Sasha = T-5 = 18-5 = 13 \n" ); document.write( "Ameilia = T-3 = 18-3 = 15 \n" ); document.write( " |