document.write( "Question 715024: Black pencil cost#15 each and colored pencil cost #21 each if24 mixed pencil costcost #402 how many of them were black \n" ); document.write( "
Algebra.Com's Answer #439164 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! b=black \n" ); document.write( "c=colored \n" ); document.write( "b+c=24 \n" ); document.write( "15b+21c=402 \n" ); document.write( "Use substitution \n" ); document.write( "b=24-c \n" ); document.write( "15(24-c)+21c=402 \n" ); document.write( "360-15c+21c=402 \n" ); document.write( "360+6c=402 \n" ); document.write( "6c=42 \n" ); document.write( "c=7 \n" ); document.write( "b=24-7 \n" ); document.write( "b=17 \n" ); document.write( "17 black pencils \n" ); document.write( " |