document.write( "Question 888050: ned has 55 marbles in his collection. he has twice as many white marbles as red marbles. he has five more blue marbles than white marbles. how many white marbles does ned have \n" ); document.write( "
Algebra.Com's Answer #537138 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! W + R + B = 55 (I'm assuming there are no other colored marbles) \n" ); document.write( "R = \n" ); document.write( "B = W + 5 [he has five more blue marbles than white marbles.] \n" ); document.write( "Substitute the known values of R and B into the top equation. \n" ); document.write( "W + R + B = 55 \n" ); document.write( "W + ( \n" ); document.write( "Add \n" ); document.write( "2.5W + 5 = 55 \n" ); document.write( "Subtract 5 from each side \n" ); document.write( "2.5W = 50 \n" ); document.write( "Divide each side by 2.5 \n" ); document.write( "W = 20 \n" ); document.write( "If there are 20 white marbles, then there are 25 blue marbles, and 10 red marbles. \n" ); document.write( "20+25+10 = 55 \n" ); document.write( " |