document.write( "Question 289927: In 2005, Americans spent a
\n" );
document.write( "total of $26 billion to remodel bathrooms and
\n" );
document.write( "kitchens. They spent $5 billion more on kitchens
\n" );
document.write( "than on bathrooms. How much was spent on
\n" );
document.write( "each? \n" );
document.write( "
Algebra.Com's Answer #209896 by brucewill(101)![]() ![]() ![]() You can put this solution on YOUR website! Let x = # of billions spent on bathrooms \n" ); document.write( "Therefore, x + 5 = # of billions spent on kitchens\r \n" ); document.write( "\n" ); document.write( "x + x + 5 = 26 \n" ); document.write( "2x + 5 = 26 \n" ); document.write( "2x = 21 \n" ); document.write( "x = 10.5 (bathrooms) \n" ); document.write( "x+5 = 15.5 (kitchens)\r \n" ); document.write( "\n" ); document.write( "10.5 + 15.5 = 26. OK. \n" ); document.write( " \n" ); document.write( " |