document.write( "Question 202915: the shoe store has twice as many black shoes as it does brown shoes. the total number of shoes is 66. how many brown shoes are there. \n" ); document.write( "
Algebra.Com's Answer #153117 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let BL = the number of black shoes and BR = the number of brown shoes. \n" ); document.write( "From the problem statement: \n" ); document.write( "1) BL = 2*BR \"the shoe store has twice as many black shoes as it does brown shoes.\" \n" ); document.write( "2) BL+BR = 66 \"the total number of shoes is 66.\" \n" ); document.write( "Rewrite equation 2) as: \n" ); document.write( "BL = 66-BR and substitute this into equation 1). \n" ); document.write( "(66-BR) = 2*BR Add BR to both sides of the equation. \n" ); document.write( "66 = 3*BR Divide both sides by 3. \n" ); document.write( "22 = BR \n" ); document.write( "There are 22 brown shoes. \n" ); document.write( " |