document.write( "Question 483275: A company manufactures three types of t.vs A,B and C. The company manufactures four less type B than twice A, and one more type B than the sum of types A and type C. If the total number of t.vs manufactured per week is 51. How many of each type of t.v are manufactured.
\n" );
document.write( "Can someone please help this question has me in a twist! \n" );
document.write( "
Algebra.Com's Answer #559627 by kayroge(2)![]() ![]() You can put this solution on YOUR website! So let A be A, B be B and C be C \n" ); document.write( "2A-4=B \n" ); document.write( "and \n" ); document.write( "2A-4+1=A+C \n" ); document.write( "2A-A-4+1=C \n" ); document.write( "so A-5=C \n" ); document.write( "so \n" ); document.write( "A+2A-4+A-5=51 \n" ); document.write( "4A-4-5=51 \n" ); document.write( "4A=51+4+5 \n" ); document.write( "A=60/4 \n" ); document.write( "A=15 \n" ); document.write( "So B=B+15x2-4=26 \n" ); document.write( "So C=51-26-15=10 \n" ); document.write( "Answer equals A=15 B=26 and C=10 \n" ); document.write( " |