document.write( "Question 995290: I have 21 dollars I need to buy 3 items spending exactly 21 dollars
\n" );
document.write( "the 2nd item has to be double what I paid for the first and the 3rd item has to be triple what I paid for the 2nd item..what is the cost of the first item. \n" );
document.write( "
Algebra.Com's Answer #614064 by josgarithmetic(39627) ![]() You can put this solution on YOUR website! First item, x \n" ); document.write( "Second item 2x \n" ); document.write( "Third item 3*2x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is 2 and one-third dollars. \n" ); document.write( " |