document.write( "Question 333031: I'm completely lost on how to solve this problem: \r
\n" );
document.write( "\n" );
document.write( "Find the average of these numbers:
\n" );
document.write( "{ 14/5, 7.38 (bar over 38), 3.69 (bar over 9) }\r
\n" );
document.write( "\n" );
document.write( "Is there a step by step way to solve this? \n" );
document.write( "
Algebra.Com's Answer #238636 by Alan3354(69443) You can put this solution on YOUR website! Find the average of these numbers: \n" ); document.write( "{ 14/5, 7.38 (bar over 38), 3.69 (bar over 9) } \n" ); document.write( "7.38 with the bar means it's a repeating decimal, 7.38383838... \n" ); document.write( "Find the fractional value of 0.38383838... first. \n" ); document.write( "n = 0.38383838... \n" ); document.write( "100n = 38.38383838... \n" ); document.write( "-1n = 0.38383838... \n" ); document.write( "-------------------- Subtract \n" ); document.write( "99n = 38 \n" ); document.write( "n = 38/99 \n" ); document.write( "--> 7 38/99 \n" ); document.write( "------------- \n" ); document.write( "3.699999... \n" ); document.write( "--> 3.7 = 3 7/10 \n" ); document.write( "------------------ \n" ); document.write( "Add 14/5 + 7 38/99 + 3 7/10 \n" ); document.write( "= 14/5 + 731/99 + 37/10 \n" ); document.write( "= (2772 + 7310 + 3663)/990 \n" ); document.write( "= 13745/990 = 2749/198 \n" ); document.write( "Divide by 3 \n" ); document.write( "Avg = 2749/594 \n" ); document.write( "=~ 4.6279 \n" ); document.write( " |