document.write( "Question 958965: Anna is taking a test in which items of type A are worth 10 points and items of type B are worth 15 points. It takes 3 minutes to complete each item of type A and 6 minutes to complete each item of type B. The total time allowed is 60 minutes and Anna answers exactly 16 questions. How many questions of each type did she complete? Assuming that all her answers were correct, what was her score? \n" ); document.write( "
Algebra.Com's Answer #586072 by macston(5194)![]() ![]() You can put this solution on YOUR website! A+B=16 Multiply this equation by3 \n" ); document.write( "3A+3B=48 \n" ); document.write( "3A+6B=60 Subtract from above. \n" ); document.write( "-3B=-12 Divide each side by -3. \n" ); document.write( "B=4 ANSWER 1: She answered 4 questions of type B. \n" ); document.write( "A+B=16 \n" ); document.write( "A+4=16 \n" ); document.write( "A=12 ANSWER 2: She answered 12 type A questions. \n" ); document.write( ". \n" ); document.write( "10A+15B=Score \n" ); document.write( "10(12)+15(4)=Score \n" ); document.write( "120+60=Score \n" ); document.write( "180=Score ANSWER 3: Anna's score was 180. \n" ); document.write( " |