document.write( "Question 1204320: There were 360 red and blue marbles in a bag at first. 25% of the number of red marbles and 40% of the number of blue marbles were added. In the end, there were 471 marbles in the bag altogether.
\n" );
document.write( "How many blue marbles were in the bag at first? \n" );
document.write( "
Algebra.Com's Answer #840487 by math_tutor2020(3820) ![]() You can put this solution on YOUR website! \n" ); document.write( "b = number of blue marbles at first \n" ); document.write( "360-b = number of red marbles at first \n" ); document.write( "b > 0 and b is an integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40% of b = 0.40b = number of blue marbles added \n" ); document.write( "b+0.40b = 1.40b = total number of blue marbles after adding those extra\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.25(360-b) = total number of red marbles after extra reds are added in\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.40b + 1.25(360-b) = 471 \n" ); document.write( "1.40b + 450-1.25b = 471 \n" ); document.write( "0.15b + 450 = 471 \n" ); document.write( "0.15b = 471 - 450 \n" ); document.write( "0.15b = 21 \n" ); document.write( "b = 21/0.15 \n" ); document.write( "b = 140 \n" ); document.write( "360-b = 360-140 = 220\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At first there are 140 blue marbles and 220 red marbles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25% of red = 0.25*220 = 55 extra red added \n" ); document.write( "40% of blue = 0.40*140 = 56 extra blue added\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "55+56 = 111 extra marbles added \n" ); document.write( "360+111 = 471 which confirms the answer is correct.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: There are 140 blue marbles to start with. \n" ); document.write( " \n" ); document.write( " |