document.write( "Question 183105This question is from textbook Algebra 2
\n" );
document.write( ": Two Objects have a Combined Price of $6.80. One Of The Objects sells for $6.00 more than the other, what is the cost of the less expensive object? \n" );
document.write( "
Algebra.Com's Answer #137492 by nerdybill(7384) You can put this solution on YOUR website! Assign a variable to things you don't know: \n" ); document.write( "Let x = cost of less expensive object \n" ); document.write( "then \n" ); document.write( "x+6 = cost of other object \n" ); document.write( ". \n" ); document.write( "x + x+6 = 6.80 \n" ); document.write( "2x+6 = 6.80 \n" ); document.write( "2x = .80 \n" ); document.write( "x = .40 \n" ); document.write( ". \n" ); document.write( "The \"less expensive object\" is 40 cents. \n" ); document.write( " \n" ); document.write( " |