document.write( "Question 883646: A real estate salesperson bought promotional calendars and date books to give to her customers at the end of the year. The calendars cost $0.50 each and the date books cost $0.75 each. She ordered 400 promotional items and spent $225. How many of each item did she order? \n" ); document.write( "
Algebra.Com's Answer #533668 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A real estate salesperson bought promotional calendars and date books to give to her customers at the end of the year. The calendars cost $0.50 each and the date books cost $0.75 each. She ordered 400 promotional items and spent $225. How many of each item did she order? \n" ); document.write( "*** \n" ); document.write( "let x=number of calendars ordered \n" ); document.write( "400-x=number of date books ordered \n" ); document.write( ".50x+.75(400-x)=225 \n" ); document.write( ".50x+300-.75x=225 \n" ); document.write( ".25x=75 \n" ); document.write( "x=300 \n" ); document.write( "400-x=100 \n" ); document.write( "number of calendars ordered=300 \n" ); document.write( "number of date books ordered=100 \n" ); document.write( " |