document.write( "Question 984933: I'm suppose to solve this system of equations. I know substitution is the best way to try and solve it. \r
\n" );
document.write( "\n" );
document.write( "1000=ar^5
\n" );
document.write( "10=ar^3\r
\n" );
document.write( "\n" );
document.write( "I've already been given the solution, I just don't know how to go about solving it. \n" );
document.write( "
Algebra.Com's Answer #605764 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 1000 = ar^5 \n" ); document.write( "10 = ar^3 \n" ); document.write( "solve second equation for a \n" ); document.write( "a = 10 / r^3 \n" ); document.write( "now substitute for a in first equation \n" ); document.write( "1000 = (10 / r^3) * r^5 \n" ); document.write( "1000 = 10 * r^2 \n" ); document.write( "r^2 = 100 \n" ); document.write( "r = 10 \n" ); document.write( "************************************** \n" ); document.write( "substitute for r in second equation \n" ); document.write( "10 = a * (10^3) \n" ); document.write( "a = 10 / 1000 = 1 / 100 \n" ); document.write( "************************************** \n" ); document.write( "check our answers \n" ); document.write( "1000 = (1 / 100) * 10^5 \n" ); document.write( "1000 = (1 / 100) * 100000 \n" ); document.write( "1000 = 1000 \n" ); document.write( "************************************** \n" ); document.write( "1000 = 10 * 10^2 \n" ); document.write( "1000 = 10 * 100 \n" ); document.write( "1000 = 1000 \n" ); document.write( "our answers check, therefore \n" ); document.write( "r = 10 and a = 1 / 100 \n" ); document.write( " \n" ); document.write( " |