document.write( "Question 1141187: 3/5 of the number of pens displayed at the bookstore were red and the rest were blue.After 260 red pens, and 1/4 of the blue pens were sold, 1/2 of the pens were left.How many pens were displayed at the bookstore first?
\n" );
document.write( "Can you please help me how to solve this by equation??
\n" );
document.write( "Thanks in advance \n" );
document.write( "
Algebra.Com's Answer #761724 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the number of pens displayed at the bookstore first \n" ); document.write( ": \n" ); document.write( "3x/5 are red, 2x/5 are blue \n" ); document.write( ": \n" ); document.write( "260 + (2x/5)/4 = x/2 \n" ); document.write( ": \n" ); document.write( "260 + (2x/20) = x/2 \n" ); document.write( ": \n" ); document.write( "5200 +2x = 20x/2 \n" ); document.write( ": \n" ); document.write( "10400 +4x = 20x \n" ); document.write( ": \n" ); document.write( "16x = 10400 \n" ); document.write( ": \n" ); document.write( "x = 650 \n" ); document.write( ": \n" ); document.write( "************************************************* \n" ); document.write( "there were 650 pens at first \n" ); document.write( ": \n" ); document.write( "check the answer \n" ); document.write( ": \n" ); document.write( "there are 390 red at first and 260 blue at first \n" ); document.write( ": \n" ); document.write( "260 + (260/4) = (650/2) \n" ); document.write( ": \n" ); document.write( "260 + 65 = 325 \n" ); document.write( ": \n" ); document.write( "325 = 325 \n" ); document.write( ": \n" ); document.write( "answer checks \n" ); document.write( "************************************************** \n" ); document.write( ": \n" ); document.write( " |