document.write( "Question 202633: There are 6 adults and 3 children present at the Mann family's
\n" );
document.write( "reunioun dinner. Each adult has a dinner plate and a salad plate. Each child only has a dinner plate. \r
\n" );
document.write( "\n" );
document.write( "a. write an expression to describe the total number of plates at the table.
\n" );
document.write( "b. simplify the expression and state the total number of plates at the table. \n" );
document.write( "
Algebra.Com's Answer #152845 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! a=adults \n" ); document.write( "c=children \n" ); document.write( "a) 2a+c=p \n" ); document.write( "b) 2(6)+3=15 plates \n" ); document.write( " \n" ); document.write( " |