document.write( "Question 1025047: A shop has 48 notebooks for sale. The number of blue notebook is 12 less than twice the number of red notebooks. How many blue notebooks are there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640342 by addingup(3677)![]() ![]() You can put this solution on YOUR website! b+r = 48 (1) \n" ); document.write( "b = 2r-12 Use this value for b in equation (1): \n" ); document.write( "2r-12+r = 48 add 12 on both sides and add r on left: \n" ); document.write( "3r = 60 \n" ); document.write( "r = 20 There are 20 red notebooks and the problem says: \n" ); document.write( "b = 2r-12 = 2(20)-12=40-12= 28 There are 28 blue notebooks \n" ); document.write( " |