document.write( "Question 97339: the amount of garbage produced by our society requires that every work to recycle .each person in the united state produces an average or 3.5 pounds of trash a day.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " 1.write an expression representing the pounds of trash produced in a day by a family that has x members.\r
\n" );
document.write( "\n" );
document.write( " 2.write an expression representing the pounds of trash produced in a day by a family that has y members.\r
\n" );
document.write( "\n" );
document.write( " 3. write an expression representing the pounds of trash produced in a day by both of the families in parts 1 and 2 \n" );
document.write( "
Algebra.Com's Answer #70830 by mathslover(157)![]() ![]() You can put this solution on YOUR website! 1.write an expression representing the pounds of trash produced in a day by a family that has x members.\r \n" ); document.write( "\n" ); document.write( "trash produced = 3.5*x\r \n" ); document.write( "\n" ); document.write( "2.write an expression representing the pounds of trash produced in a day by a family that has y members.\r \n" ); document.write( "\n" ); document.write( "trash produced = 3.5*y\r \n" ); document.write( "\n" ); document.write( "3. write an expression representing the pounds of trash produced in a day by both of the families in parts 1 and 2\r \n" ); document.write( "\n" ); document.write( "trash produced by both the families = 3.5x + 3.5y \n" ); document.write( " |