document.write( "Question 1034656: students in a class sel donuts to raise funds for their scholl project. the donuts are sold in small and large boxes.small boxes has x number of donuts and the large has 2x + 3. 1. students sold 8 small boxes and 5 large boexes. 1. write an expression in terms of x to represent the total number of donuts sold.
\n" );
document.write( "the total sold was 195. calculate the number of odnuts in each (a) small box and (b) large box\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649288 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Large = 2x+3 \n" ); document.write( "Small = x \n" ); document.write( "```````````````````````````````````` \n" ); document.write( "8x+5(2x+3) = 195 this is your expression. Solve the expression: \n" ); document.write( "8x+10x+15 = 195 \n" ); document.write( "18x = 180 \n" ); document.write( "x = 10 There are 10 in a small and \n" ); document.write( "2(10)+3 = 23 in a large box \n" ); document.write( "``````````````````````````````````````````````````` \n" ); document.write( "Check: \n" ); document.write( "8*10 = 80 small boxes \n" ); document.write( "5*23 = 115 large boxes \n" ); document.write( "Total 195 Correct \n" ); document.write( "```````````````````````````````````````````` \n" ); document.write( "John \n" ); document.write( " |