document.write( "Question 1035425: Can someone please solve this problem using system of linear equations?\r
\n" );
document.write( "\n" );
document.write( "Mr. White ordered pizza for the party. Medium pizzas have 8 slices and large pizzas have 10. If there are 13 pizzas and 108 slices, how many medium pizzas are there?\r
\n" );
document.write( "\n" );
document.write( "Any help would be appreciated. \n" );
document.write( "
Algebra.Com's Answer #650085 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let m=medium pizzas; then \n" ); document.write( "8m+10(13-m)=108 \n" ); document.write( "8m+130-10m=108 \n" ); document.write( "2m=22 \n" ); document.write( "m=11 \n" ); document.write( "There are 11 medium pizzas, and 2 large. \n" ); document.write( "11x8=88 \n" ); document.write( "+ 2x10=20== \n" ); document.write( "108 total slices of pizza!!!!!!!! \n" ); document.write( " |