document.write( "Question 1101913: On a certain test each question in Part A was worth 4 points and each question in Part B was worth 6 points. George answered 15 questions correctly and had a point total of 76. How many questions did he answer correctly in each part of the test.\r
\n" );
document.write( "\n" );
document.write( "Only one variable and please have a LET Statement. \n" );
document.write( "
Algebra.Com's Answer #716537 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I'll show you with two variables and you can turn it into one. \n" ); document.write( "f+s=15 \n" ); document.write( "f=15-s \n" ); document.write( "4f+6s=76 \n" ); document.write( "4(15-s)+6s=76 \n" ); document.write( "60-4s+6s=76 \n" ); document.write( "2s=16 \n" ); document.write( "s=8 \n" ); document.write( " \n" ); document.write( " |