document.write( "Question 274311: katrina bought 4 shirts and 1 pair of jeans for $84.85
\n" );
document.write( "juliette bought 2 shirts and 3 pairs of jeans for $134.75 \r
\n" );
document.write( "\n" );
document.write( "each shirt cost the same amount
\n" );
document.write( "each pair of jeans cost the same amount \r
\n" );
document.write( "\n" );
document.write( "what is the cost, in dollars, for 1 pair of jeans? \n" );
document.write( "
Algebra.Com's Answer #200208 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 4s+1j=8485 \n" ); document.write( "2s+3j=13475 \n" ); document.write( "j = $36.93, s = $11.98 \n" ); document.write( " |