document.write( "Question 1200205: mrs jones spent $17 making three purchases at the store. she paid twice as much less $5 for the second item as she did the first and three times as much plus $4 for the third as she did for the first. how much did each item cost?
\n" );
document.write( "first item____
\n" );
document.write( "second item____
\n" );
document.write( "third item____ \n" );
document.write( "
Algebra.Com's Answer #834261 by josgarithmetic(39627) ![]() You can put this solution on YOUR website! ------------------------------------------------------------------------ \n" ); document.write( "she paid twice as much less $5 for the second item as she did the first \n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "and three times as much plus $4 for the third as she did for the first. \n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( " \r\n" ); document.write( "first item n\r\n" ); document.write( "second item 2n-5\r\n" ); document.write( "third item 3n+4\r\n" ); document.write( "SUM 17\r\n" ); document.write( "\n" ); document.write( " |