document.write( "Question 676682: there are 300 marbles in a jar that contains only blue and red marbles. the number of blue marbles is 20 less than 4 times the number of red marbles. how many red marbles are in the jar? \n" ); document.write( "
Algebra.Com's Answer #420459 by rm29924(97) You can put this solution on YOUR website! Let x = the number of red marbles \n" ); document.write( "4x-20 = the number of blue marbles \n" ); document.write( "x+4x-20=300 \n" ); document.write( "5x-20=300 \n" ); document.write( "add 20 to both sides \n" ); document.write( "5x=320 \n" ); document.write( "divide both sides by 5 \n" ); document.write( "x=64\r \n" ); document.write( "\n" ); document.write( "there are 64 red marbles in the jar\r \n" ); document.write( "\n" ); document.write( "check answer by plugging it into the original equation \n" ); document.write( " |