document.write( "Question 56336: 1.A=P+PRT SOLVE FOR P
\n" );
document.write( "2.A TOY ROCKET IS LAUNCHED UPWARD WITH AN INITIAL VELOCITY OF 96 ft/sec. AFTER t sec ITS VELOCITY IS v IS 96-32t ft/sec. a) SOLVE FOR t IN TERMS OF v. b) HOW LONG AFTER LAUNCHING WILL THE ROCKET TAKE TO REACH ITS HIGHEST POINT, THAT IS, WHEN IS THE VELOCITY 0ft/sec?\r
\n" );
document.write( "\n" );
document.write( "3.AVERAGE OF THREE NUMBERS: A= a+b+c DIVIDED by 3. SOLVE FOR a
\n" );
document.write( "4.ARITHMATIC PROGRESSION: S=a+(n-1)d. SOLVE FOR a
\n" );
document.write( "5.dx-ey=f SOLVE FOR y WHEN d=5, X=-1 e=-2, AND f=7
\n" );
document.write( "
\n" );
document.write( " CAN YOU PLEASE SHOW ME HOW TO SOLVE THESE? \n" );
document.write( "
Algebra.Com's Answer #38210 by stanbon(75887) ![]() You can put this solution on YOUR website! 1. A=P+PRT SOLVE FOR P \n" ); document.write( "A=P(1+RT) \n" ); document.write( "P=A/(1+RT) \n" ); document.write( "---------------- \n" ); document.write( "2.A TOY ROCKET IS LAUNCHED UPWARD WITH AN INITIAL VELOCITY OF 96 ft/sec. AFTER t sec ITS VELOCITY IS v IS 96-32t ft/sec. a) SOLVE FOR t IN TERMS OF v. b) HOW LONG AFTER LAUNCHING WILL THE ROCKET TAKE TO REACH ITS HIGHEST POINT, THAT IS, WHEN IS THE VELOCITY 0ft/sec? \n" ); document.write( "V=96-32t \n" ); document.write( "Add 32t to both sides to get: \n" ); document.write( "32t+V=96 \n" ); document.write( "Subtract V from both sides to get: \n" ); document.write( "32t=96-V \n" ); document.write( "Divide by 32 to get: \n" ); document.write( "t=(96-V)/32 \n" ); document.write( "--------------\r \n" ); document.write( "\n" ); document.write( "3.AVERAGE OF THREE NUMBERS: A= (a+b+c) DIVIDED by 3. SOLVE FOR a \n" ); document.write( "A = (a+b+c)/3 \n" ); document.write( "Multiply both sides by 3 to get: \n" ); document.write( "3A=a+b+c \n" ); document.write( "a=3A-b-c \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "4.ARITHMETIC PROGRESSION: S=a+(n-1)d. SOLVE FOR a \n" ); document.write( "a=S-(n-1)d \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "5.dx-ey=f SOLVE FOR y WHEN d=5, X=-1 e=-2, AND f=7 \n" ); document.write( "y=(dx-f)/e \n" ); document.write( "y=(5(-1)-7)/(-2) \n" ); document.write( "y=(-12)/(-2) \n" ); document.write( "y=6 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |