document.write( "Question 1021135: A washer and dryer cost a total of
\n" );
document.write( "$1173 The cost of the washer is two times the cost of the dryer. Find the cost of each item. \n" );
document.write( "
Algebra.Com's Answer #636892 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the cost of the dryer = 'x' \n" ); document.write( "Cost of washer is 2'x' \n" ); document.write( "x + 2x = $1173 \n" ); document.write( "3x = $1173 \n" ); document.write( "x = $1173/3 \n" ); document.write( "x = $391 \n" ); document.write( "Dryer costs $391 \n" ); document.write( "Washer costs $782 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |