document.write( "Question 965188: Kate and alan sell stereos last month kate sold 24 more stereos than alan Together they sold 164. How many stereos did alan sell? \n" ); document.write( "
Algebra.Com's Answer #589960 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the stereos which Alan sold be x. \n" ); document.write( "Then the stereos which Kate sold is (x+24). \n" ); document.write( "Total=164 \n" ); document.write( "x+(x+24)=164 \n" ); document.write( "2x+24=164 \n" ); document.write( "2x=140 \n" ); document.write( "x=70 \n" ); document.write( "Alan sold 70 stereos last month. \n" ); document.write( " |