document.write( "Question 945055: MC Taco sold 46 orders for tacos last Thursday for a total of $132. Regular taco orders sell for $2.50 and large orders sell for $3.50 How many orders of each size were sold that Thursday.\r
\n" );
document.write( "\n" );
document.write( "Please help, I've been out of school for many yrs. I'm trying relearn what I've forgotten, I graduated high school in 1972 with some college many yrs ago, so please me put this into a formula, I am rusty. Thanks so very Much. \n" );
document.write( "
Algebra.Com's Answer #576254 by lwsshak3(11628) ![]() You can put this solution on YOUR website! MC Taco sold 46 orders for tacos last Thursday for a total of $132. Regular taco orders sell for $2.50 and large orders sell for $3.50 How many orders of each size were sold that Thursday. \n" ); document.write( "*** \n" ); document.write( "let x=number of regular orders sold \n" ); document.write( "46-x=number of large orders sold \n" ); document.write( ".. \n" ); document.write( "2.50*number of regular orders sold+3.50*number of large orders sold=$132 \n" ); document.write( "2.50x+3.50(46-x)=132 \n" ); document.write( "2.50x+161-3.50x=132 \n" ); document.write( "1.00x=29 \n" ); document.write( "x=29 \n" ); document.write( "46-x=17 \n" ); document.write( "number of regular orders sold=29 \n" ); document.write( "number of large orders sold=17 \n" ); document.write( " \n" ); document.write( " |